[Nasm-bugs] [Bug 3392664] New: "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
Wed May 20 04:56:27 PDT 2020


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

            Bug ID: 3392664
           Summary: "mov al, byte [edx]" does not cause error when "cpu
                    8086" is in effect
           Product: NASM
           Version: 2.15 (development)
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: pushbx at ulukai.org
                CC: chang.seok.bae at intel.com, gorcunov at gmail.com,
                    hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Built from git using configure

$ cat test2.asm
cpu 8086
mov al, byte [edx]
$ nasm -v
NASM version 2.15rc0 compiled on Nov 22 2019
$ nasm test2.asm -l /dev/stderr -o test2.bin
     1                                  cpu 8086
     2 00000000 678A02                  mov al, byte [edx]
$

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