Skip to content

Commit bd3df4a

Browse files
committed
Added include file for syscalls
1 parent 5c6a3e5 commit bd3df4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/syscall.inc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.data
2+
.sys_printf 0
3+
.sys_fgets 1
4+
.sys_getc 2
5+
.sys_file_stdin 0
6+
.text

0 commit comments

Comments
 (0)