Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

compile asm file from terminal

nasm -m amd64 -f elf program.asm
ld -s -o program program.o
./program
 
PREVIOUS NEXT
Tagged: #compile #asm #file #terminal
ADD COMMENT
Topic
Name
6+5 =