Add syscalls

This commit is contained in:
2024-04-04 17:00:02 +02:00
parent fc6f82731e
commit a9a5c9f830
5 changed files with 173 additions and 2 deletions

3
syscall/Makefile Normal file
View File

@@ -0,0 +1,3 @@
all: jasmin_syscall.o
jasmin_syscall.o: jasmin_syscall.c jasmin_syscall.h