[Nasm-bugs] [Bug 3392773] New: mov [rcx + r9*8 * + 8*0], r11 is wrongly accepted

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Wed Jul 21 10:34:53 PDT 2021


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

            Bug ID: 3392773
           Summary: mov [rcx + r9*8 * + 8*0],r11 is wrongly accepted
           Product: NASM
           Version: 2.15.xx
          Hardware: PC
                OS: Windows
            Status: OPEN
          Severity: minor
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: daniel at inzirillo.com
                CC: chang.seok.bae at intel.com, gorcunov at gmail.com,
                    hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Binary from nasm.us

mov      [rcx + r9*8 *],r11 is correctly rejected
      mov      [rcx + r9*8 * + 8*1],r11 is also correctly rejected
      mov      [rcx + r9*8 * + 8*0],r11 is wrongly accepted.

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