[Nasm-bugs] [Bug 3392541] New: Specifying memory operand size causes an error with latest git revision

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Fri Dec 28 13:57:42 PST 2018


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

            Bug ID: 3392541
           Summary: Specifying memory operand size causes an error with
                    latest git revision
           Product: NASM
           Version: 2.15 (development)
          Hardware: All
                OS: All
            Status: OPEN
          Severity: severe
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: pushbx at 38.de
                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 test.asm
        mov al, byte [ bx ]
        mov al, [ bx ]

$ nasm -v
NASM version 2.15rc0 compiled on Dec 28 2018
$ nasm test.asm
test.asm:1: error: comma, colon, decorator or end of line expected after
operand
$ (cd ../nasm/ && git describe)
nasm-2.14.03rc1-287-ge88f752e
$

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