Start writing file functions

This commit is contained in:
2025-07-24 14:56:12 +02:00
parent 19cea5642b
commit fc297959ab
6 changed files with 152 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ OBJS := $(DIR_BLD)/tests.o \
$(DIR_BLD)/string.o \
$(DIR_BLD)/convert.o \
$(DIR_BLD)/perror.o \
$(DIR_BLD)/file.o
OBJS_LST := false
SRCS := $(patsubst $(DIR_BLD)/%.o,$(SRC_DIR)/%.asm,$(OBJS))