day 4 part 1

This commit is contained in:
Lucia Ceionia
2023-12-03 23:55:43 -06:00
parent b1921a7656
commit 0f255d93a1
5 changed files with 437 additions and 0 deletions

3
04/Makefile Normal file
View File

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