[Nasm-bugs] [Bug 3392533] Considerations for segment support in ELF

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sun Jul 28 22:30:45 PDT 2019


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

--- Comment #60 from H. Peter Anvin <hpa at zytor.com> ---
Note: if one can run cpp over the gas assembly file to get single-line macros
then it is possible to do some more "natural" things like:

DEF(_sym): blah

... instead of ...

s.def _sym
           blah

... and SEGREF(_sym) instead of (_sym - "_sym!").

I woudn't think this is a huge deal, though.

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