add counter2 program that is more efficient
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
nasm -f elf64 counter.asm -o counter.o
|
||||
#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