[Nasm-bugs] [Bug 3392364] New: comment parsing problem

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Tue Aug 23 08:40:37 PDT 2016


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

            Bug ID: 3392364
           Summary: comment parsing problem
           Product: NASM
           Version: unspecified
          Hardware: All
                OS: All
            Status: OPEN
          Severity: annoyance
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: mysoft64bits at gmail.com
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us

i guess when a comment is encountered everything must be ignored until next
line...

(maybe it is like that but the escape is being preprocessed differently?)

so this code...

xor ax, ax    ;\
add al, [si]  ;| load byte from table into AX
inc si        ;/

ignores the second line... due the "\" after the comment causing a line
continuation?

notepad++ triggered the same problem on the syntax parser... :)

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