More progress on the assembler

This commit is contained in:
2025-08-03 01:03:39 +02:00
parent 51ea776e55
commit f0be8a1bd5
7 changed files with 140 additions and 31 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
all:
gcc src/basic.c src/file.c src/parse.c src/main.c -o wl -Wall -Wextra -O0 -g3
gcc src/basic.c src/file.c src/parse.c src/assemble.c src/main.c -o wl -Wall -Wextra -O0 -g3