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