The Netwide Assembler, a portable 80x86 assembler.
source.asm
into a binary file source
, in the (default) raw binary format:
nasm {source.asm}
source.asm
into a binary file output_file
, in the specified format:
nasm -f {format} {source.asm} -o {output_file}
nasm -hf
nasm -l {list_file} {source.asm}
nasm -i {path/to/include_dir/} {source.asm}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (3851b).Proxy Information
text/gemini;lang=en-GB