commit | 5b7369d7e0e256684bc92ab2ec8a822d9eb32e32 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin (Intel) <hpa@zytor.com> | Sun Jul 05 02:16:13 2020 -0700 |
committer | H. Peter Anvin (Intel) <hpa@zytor.com> | Sun Jul 05 02:16:13 2020 -0700 |
tree | 2d486e40cbde368ec73650967df17ac5353b5acf | |
parent | 87a832e391ccf5a24dc70ceec1e13d94df16968e [diff] |
Make debug info and error messages correctly reflect macros and reps 1. Error messages would issue with the line number of %endrep. 2. Debug line information would ignore both macros and reps. This is doubly wrong; macros are semantically equivalent to inline functions, and it is expected that debuggers trace into these functions. These changes finishes the last parts of moving all responsibility for the listing enable/disable into the preprocessor, so remove the way over-complicated macro inhibit facility from the listing module entirely. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Many many developers all over the net respect NASM for what it is: a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!).
Now we have good news for you: NASM is licensed under the "simplified" (2-clause) BSD license. This means its development is open to even wider society of programmers wishing to improve their lovely assembler.
Visit our nasm.us website for more details.
With best regards, the NASM crew.