[Nasm-bugs] [Bug 3392664] "mov al, byte [edx]" does not cause error when "cpu 8086" is in effect

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Sun May 24 17:06:39 PDT 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Medium                      |Low

--- Comment #1 from H. Peter Anvin <hpa at zytor.com> ---
Unfortunately, the CPU directives are not well implemented in NASM and need a
lot more work. At this point, their main purpose is to handle the cases where
it has to generate different code for different CPUs, e.g. jump-overs for long
conditional jumps. It is not at all ideal, but unless someone steps up to
enhance it, it is unlikely to change.

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