[Nasm-bugs] [Bug 3392838] xchg reg, mem instruction variant in 8086

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Wed Mar 15 20:46:52 PDT 2023


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

Akmubi Lin <akmubi at yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akmubi at yandex.ru

--- Comment #1 from Akmubi Lin <akmubi at yandex.ru> ---
The lines I mentioned in the x86/insns.dat:
XCHG reg8,mem   [rm: hlenl 86 /r]     8086,SM,LOCK
XCHG reg16,mem  [rm: hlenl o16 87 /r] 8086,SM,LOCK
XCHG mem,reg8   [mr: hlenl 86 /r]     8086,SM,LOCK
XCHG mem,reg16  [mr: hlenl o16 87 /r] 8086,SM,LOCK

-- 
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