mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
6 lines
361 B
Plaintext
6 lines
361 B
Plaintext
The Netwide Assembler, NASM, is an 80x86 assembler designed for portability
|
|
and modularity. It supports a range of object file formats, including Linux
|
|
a.out and ELF, NetBSD/FreeBSD, COFF, Microsoft 16-bit OBJ and Win32. It will
|
|
also output plain binary files. Its syntax is designed to be simple and easy
|
|
to understand, similar to Intel's but less complex.
|