Refactored ssa to asm compilation
All checks were successful
/ test (push) Successful in 15s

This commit is contained in:
Eduard Urbach 2025-07-01 16:13:12 +02:00
parent 562c839835
commit c9c6b94c18
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
8 changed files with 133 additions and 86 deletions

View file

@ -45,4 +45,4 @@ var CPU = cpu.CPU{
Call: []cpu.Register{X0, X1, X2, X3, X4, X5, X6},
Syscall: []cpu.Register{X8, X0, X1, X2, X3, X4, X5},
ExternCall: []cpu.Register{X0, X1, X2, X3, X4, X5, X6, X7},
}
}