4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
|
nasm -f elf64 counter.asm -o counter.o
|
||
|
|
ld counter.o -o counter
|
||
|
|
./counter
|