This commit is contained in:
parent
c9c6b94c18
commit
3301cf5542
49 changed files with 690 additions and 262 deletions
|
@ -25,4 +25,5 @@ var CPU = cpu.CPU{
|
|||
Call: []cpu.Register{R0, R7, R6, R2, R10, R8, R9},
|
||||
Syscall: []cpu.Register{R0, R7, R6, R2, R10, R8, R9},
|
||||
ExternCall: []cpu.Register{R1, R2, R8, R9},
|
||||
Return: []cpu.Register{R0, R7, R6},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue