add other basic functions and test with them

This commit is contained in:
2025-03-29 19:54:58 +01:00
parent 76cf33dd1c
commit b6ad45ab6d
17 changed files with 311 additions and 6 deletions

View File

@ -19,7 +19,7 @@ FLAGS = -felf64
all: $(NAME)
test: test.c $(NAME)
clang -z noexecstack test.c $(NAME) -o test
clang -z noexecstack test.c -L. -lasm -o test -g
$(NAME): $(OBJS_DIR) $(OBJS)
ar rcs $@ $(OBJS)