Files
nasm/hello/compile
2017-02-07 20:07:52 +00:00

3 lines
57 B
Plaintext

nasm -f elf -l hello.lst hello.asm
gcc -o hello hello.o