My Notes
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:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment