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

3 lines
65 B
Plaintext

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