commit | 422c8c4f1e2504b11527177a0154758e198a20ea | [log] [tgz] |
---|---|---|
author | H. Peter Anvin (Intel) <hpa@zytor.com> | Wed Jul 08 09:03:08 2020 -0700 |
committer | H. Peter Anvin (Intel) <hpa@zytor.com> | Wed Jul 08 09:03:08 2020 -0700 |
tree | 961f04dfef6d3c4493db033975d6431a84937224 | |
parent | dacee5a5f5c57b41c3c8351a931cb1fe1ac9eddf [diff] |
k_test.asm: comment out %pragma list options Disable the %pragma list options in k_test.asm to avoid nasty surprises. LISTOPT is -L+ by default and can be overridden on the command line, so the %pragma is not just unnecessary but problematic. 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.