1 example for nasm
# nasm - the netwide assembler
# specific output name for input 'hello.asm'
nasm -o assembled-hello ./hello.asm
# nasm - the netwide assembler
# specific output name for input 'hello.asm'
nasm -o assembled-hello ./hello.asm