[Top][All Lists]
[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.
- [Bug gas/11731] New: -msyntax=intel nasm-incompatible compilation, jan dot kratochvil at redhat dot com, 2010/06/20
- [Bug gas/11731] -msyntax=intel nasm-incompatible compilation,
hjl dot tools at gmail dot com <=
- [Bug gas/11731] -msyntax=intel nasm-incompatible compilation, jbeulich at novell dot com, 2010/06/21
- [Bug gas/11731] -msyntax=intel nasm-incompatible compilation, jan dot kratochvil at redhat dot com, 2010/06/21
- [Bug gas/11731] -msyntax=intel nasm-incompatible compilation, jan dot kratochvil at redhat dot com, 2010/06/21
- [Bug gas/11731] -msyntax=intel nasm-incompatible compilation, hjl dot tools at gmail dot com, 2010/06/21
- [Bug gas/11731] -msyntax=intel nasm-incompatible compilation, jbeulich at novell dot com, 2010/06/21