Adding everything

This commit is contained in:
2025-06-21 16:29:23 +03:00
parent 244fe869e5
commit ea84361ca8
6 changed files with 352 additions and 0 deletions

4
debug.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
as *.s -g -o program.o
ld program.o -g -o program
gdb --args ./program $@