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: hjl dot tools at gmail dot com
Subject: [Bug gas/11731] -msyntax=intel nasm-incompatible compilation
Date: 21 Jun 2010 04:31:30 -0000

------- Additional Comments From hjl dot tools at gmail dot com  2010-06-21 
04:31 -------
WORD is treated as 2 and DWORD is treated as 4:

        mov     eax, [dword+eax]
        mov     eax, dword[eax]

is assembled into

   0:   8b 40 04                mov    0x4(%eax),%eax
   3:   8b 40 04                mov    0x4(%eax),%eax

It is done on purpose.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeulich at novell dot com


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]