3 lines
57 B
Plaintext
3 lines
57 B
Plaintext
nasm -f elf -l hello.lst hello.asm
|
|
gcc -o hello hello.o
|
nasm -f elf -l hello.lst hello.asm
|
|
gcc -o hello hello.o
|