Files
nasm/hello/compile

3 lines
57 B
Plaintext
Raw Permalink Normal View History

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