create counter program

This commit is contained in:
Joe Tretter
2025-08-29 13:01:16 -05:00
parent 4f9cd4066a
commit c4151260d0
2 changed files with 101 additions and 0 deletions

3
counter/compile Executable file
View File

@@ -0,0 +1,3 @@
nasm -f elf64 counter.asm -o counter.o
ld counter.o -o counter
./counter