day 12 part 1&2

This commit is contained in:
Lucia Ceionia
2023-12-12 09:36:26 -06:00
parent dd65bf8a56
commit 400b90c50e
7 changed files with 2564 additions and 0 deletions

3
12/Makefile Normal file
View File

@@ -0,0 +1,3 @@
all:
nasm -g -felf32 main.s && ld -melf_i386 -g main.o