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

3 lines
65 B
Plaintext

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