bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/11731] -msyntax=intel nasm-incompatible compilation


From: jbeulich at novell dot com
Subject: [Bug gas/11731] -msyntax=intel nasm-incompatible compilation
Date: 21 Jun 2010 15:32:53 -0000

------- Additional Comments From jbeulich at novell dot com  2010-06-21 15:32 
-------
(In reply to comment #5)
> When does MASM treat BYTE, WORD, DWORD, ... as numbers?

As operands to most operators (or as an expression on their own), but apparently
not (generally) to []. Beyond that, as with other things 32- and 64-bit MASM
aren't consistent (64-bit e.g. doesn't accept

        mov     eax, [byte]

but does accept

        mov     eax, [word+byte]

whereas 32-bit accepts both).

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11731

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]