commit | d9ea17fb47909ef27811c945b4c6e4b0742796d4 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin (Intel) <hpa@zytor.com> | Fri Jul 10 18:40:05 2020 -0700 |
committer | H. Peter Anvin (Intel) <hpa@zytor.com> | Fri Jul 10 18:44:15 2020 -0700 |
tree | ed9f83d88d8d27c2aed2fe86785beb36db4a2e7b | |
parent | 42a73b776a6f987e1720256b502139cf1bec9e68 [diff] |
preproc: saner handling of cpp-style line directives NASM now supports a proper superset of cpp line number markers, so there is no need to hack around them using the "prepreprocessor". Instead, just put a quick test in do_directive() treating it just like %line, except convert a "-quoted string into a `-quoted string. (This can break if there is a ` or \" sequence in the string... fix that at some point. This is still much better than what there is now.) 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.