Files
nasm/printf1/compile

3 lines
65 B
Plaintext
Raw Permalink Normal View History

2017-02-07 20:07:52 +00:00
nasm -f elf -l printf1.lst printf1.asm
gcc -o printf1 printf1.o