Linux commands to assemble and link a.asm file written in nasm syntax.

# nasm -f elf32 -g a.asm
# gcc -g a.o -o a.out

No comments: