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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment