commit | fcd3cb88615a200fbee85e5906e37e265a8d297d | [log] [tgz] |
---|---|---|
author | H. Peter Anvin (Intel) <hpa@zytor.com> | Fri Jul 10 17:22:47 2020 -0700 |
committer | H. Peter Anvin (Intel) <hpa@zytor.com> | Fri Jul 10 17:22:47 2020 -0700 |
tree | bbde27d993ca40ff330530114f5cc458f347cf07 | |
parent | a79a700208d771fb3b8e6e7f03fcc195c2d1831c [diff] |
preproc: preserve %[...] in listings When generating list output, preserve %[...] in the output if we list a TOK_INDIRECT. The tokenization process removes these deliminators, so we have to explicitly put them back. This doesn't affect assembly output, which will only ever be generated after all TOK_INDIRECT tokens have been removed, but it does affect some of the listing modes. 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.