#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