Added more tests

This commit is contained in:
Eduard Urbach 2024-08-07 23:30:53 +02:00
parent a466281307
commit 8eabcf258d
Signed by: eduard
GPG key ID: 49226B848C78F6C8
16 changed files with 399 additions and 26 deletions

View file

@ -36,4 +36,4 @@ const (
X30
)
var SyscallArgs = []cpu.Register{X8, X0, X1, X2, X3, X4, X5}
var SyscallInputRegisters = []cpu.Register{X8, X0, X1, X2, X3, X4, X5}