Reduced number of load commands

This commit is contained in:
Eduard Urbach 2024-08-14 22:21:39 +02:00
parent 1d3860f49e
commit 1cb93b39a7
Signed by: eduard
GPG key ID: 49226B848C78F6C8
6 changed files with 43 additions and 50 deletions

View file

@ -32,8 +32,9 @@ const (
X26
X27
X28
X29
X30
FP // Frame pointer
LR // Link register
SP // Stack pointer
)
var SyscallInputRegisters = []cpu.Register{X8, X0, X1, X2, X3, X4, X5}