commit | 49640ed315f08f7a709d8a07813409a5d5de36b5 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Tue Jul 23 19:47:25 2024 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue Jul 23 19:47:25 2024 |
tree | f804dc7d6956f87f0574d24ab5dd1474fd557cb5 | |
parent | 77df155c706fcb7715fe9e7d7bdb3b8182aa15d1 [diff] |
x86: move the bytecode defintion into a separate file in x86/ At least three files (asm/assemble.c, disasm/disasm.c, and x86/insns.pl) depend on the bytecode defintions. It makes a lot more sense for them to live in an explicit documentation file in the x86/ directory. Signed-off-by: H. Peter Anvin <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.