[Nasm-bugs] [Bug 3392697] New: __?SECT?__ should be __SECT__

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Mon Jul 13 11:04:11 PDT 2020


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

            Bug ID: 3392697
           Summary: __?SECT?__ should be __SECT__
           Product: NASM
           Version: unspecified
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Documentation
          Assignee: nobody at nasm.us
          Reporter: bacoro9777 at entrastd.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

In section 7.3.1 of the documentation
(https://nasm.us/doc/nasmdoc7.html#section-7.3.1) it says this:

So the user-level directive

        SECTION .text
expands to the two lines

%define __?SECT?__        [SECTION .text] 
        [SECTION .text]

That's wrong. It's not __?SECT?__ , but __SECT__

Regards.

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