[Issue 9738] inline asm offset expression looks like array indexing
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 16 12:29:13 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9738
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |bugzilla at digitalmars.com
Resolution| |WONTFIX
Severity|normal |enhancement
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2013-03-16 12:29:11 PDT ---
The inline assembler uses Intel syntax, and for better or worse, that's what it
is.
We need to either stick with it, as it is fairly well understood by asm
programmers, or use D syntax. Some hybrid in between will be liked by nobody.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list