bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/13573] jmp is misassembled in Intel syntax.


From: hjl.tools at gmail dot com
Subject: [Bug gas/13573] jmp is misassembled in Intel syntax.
Date: Mon, 08 Jul 2013 18:15:47 +0000

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
"far" without "ptr" is treated as a number, 0xff06.
You can use

jmp far ptr[esp+4]

to get indirect far jmp.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

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