add counter2 program that is more efficient
This commit is contained in:
4
counter2/compile
Executable file
4
counter2/compile
Executable file
@@ -0,0 +1,4 @@
|
||||
#nasm -f elf64 counter.asm -o counter.o
|
||||
nasm -f elf64 -g -F dwarf counter.asm -o counter.o
|
||||
ld counter.o -o counter
|
||||
./counter
|
||||
Reference in New Issue
Block a user