3 lines
56 B
Plaintext
3 lines
56 B
Plaintext
nasm -f elf -l file1.lst file1.asm
|
|
ld -o file1 file1.o
|
nasm -f elf -l file1.lst file1.asm
|
|
ld -o file1 file1.o
|