Answers for "compile asm file from terminal"

0

compile asm file from terminal

nasm -m amd64 -f elf program.asm
ld -s -o program program.o
./program
Posted by: Guest on August-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language