The Netwide Assembler: NASM | Search for a title, author or keyword | ||||||||
The Netwide Assembler: NASM The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. It supports a range of object file formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft 16-bit OBJ, Win32 and Win64. The Netwide Assembler grew out of an idea which was essentially that there didn't seem to be a good free x86-series assembler around, and that maybe someone ought to write one. 1) a86 is good, but not free, and It's DOS only, too. 2) gas is free, and ports over to DOS and Unix, but it's not very good, since it's designed to be a back end to gcc, which always feeds it correct code. 3) as86 is specific to Minix and Linux. 4) MASM isn't very good, and it's ( was ) expensive, and it runs only under DOS. 5) TASM is better, It's expensive too. And it's DOS-only.
|
|||||||||
The Netwide Assembler: NASM | Disclaimer: this link points to content provided by other sites. |