Added assembler instructions

This commit is contained in:
2023-10-21 13:41:47 +02:00
parent 61af142930
commit 4967719902
10 changed files with 438 additions and 21 deletions

View File

@ -0,0 +1,11 @@
package register
const (
Syscall0 = R0
Syscall1 = R7
Syscall2 = R6
Syscall3 = R2
Syscall4 = R10
Syscall5 = R8
Syscall6 = R9
)