This commit is contained in:
Lucia Ceionia
2023-12-02 01:38:16 -06:00
commit 963309eaee
6 changed files with 1350 additions and 0 deletions

3
01/Makefile Normal file
View File

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