[Nasm-bugs] [Bug 3392665] "mov ds, dword [0]" is not accepted and "mov ds, word [0]" in 32-bit segment does not put o16

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Sun May 24 13:47:53 PDT 2020


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

--- Comment #6 from H. Peter Anvin <hpa at zytor.com> ---
Yes, that is what I would expect; this being a "leftover" redundant prefix.

There is no way to generate a 32-bit memory reference here, although a 64-bit
memory reference is possible for the load operation only. Not that I would
expect anyone to use it, because... why?

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


More information about the Nasm-bugs mailing list