[Nasm-bugs] [Bug 3392554] New: MOVDDUP cannot accept operand size specifier

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Tue Feb 12 08:59:29 PST 2019


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

            Bug ID: 3392554
           Summary: MOVDDUP cannot accept operand size specifier
           Product: NASM
           Version: 2.14.xx
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: fullofbug at gmail.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

It works if written as
   MOVDDUP XMM0, [EDX]

If written as
   MOVDDUP XMM0, QWORD [EDX]
NASM raises an error: mismatch in operand sizes.

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