nasm Command Examples

The Netwide Assembler, a portable 80x86 assembler. More information: https://nasm.us.

nasm {{source.asm}}

nasm -f {{format}} {{source.asm}} -o {{output_file}}

nasm -hf

nasm -l {{list_file}} {{source.asm}}

nasm -i {{path/to/include_dir/}} {{source.asm}}