[Nasm-bugs] [Bug 3392559] KMOVB/W/D/Q does not work properly when using RIP relative addressing

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Thu Aug 8 18:44:37 PDT 2019


https://bugzilla.nasm.us/show_bug.cgi?id=3392559

H. Peter Anvin <hpa at zytor.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|OPEN                        |CLOSED

--- Comment #2 from H. Peter Anvin <hpa at zytor.com> ---
I tested it using the current git master
(80ba65e830589b2b4e77112445ab03a3ce1de773) and I was not able to reproduce this
problem. Not only is the encoding produced by NASM identical to gas, but I did
hand assembly of the KMOVQ instruction and it comes out correct:

     7 00000009 C4E1F8900D-                     kmovq k1,[foo]
     7 0000000E (00000000)         

Make sure you are in "default rel" mode.

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


More information about the Nasm-bugs mailing list