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

3 lines
69 B
Plaintext

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