[Nasm-bugs] [Bug 3392603] New: Nested Macro/%00

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Fri Aug 16 18:40:26 PDT 2019


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

            Bug ID: 3392603
           Summary: Nested Macro/%00
           Product: NASM
           Version: 2.14.xx
          Hardware: All
                OS: All
            Status: OPEN
          Severity: annoyance
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: alexandre.audibert at outlook.fr
                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

The %00 symbolic constant seem to not work in nested macro definition.
%00 expand to the label preceding the outer macro not the inner.
example:

%imacro abc 0
  %imacro def 0
    label: db %00
  %endmacro
%endmacro

abc
ghi: def

with nasm -E nothing follow the db directive.
Hope this help you.

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