Added call registers
This commit is contained in:
parent
8867845310
commit
9e3112ad52
8 changed files with 53 additions and 44 deletions
|
@ -2,6 +2,7 @@ package cpu
|
|||
|
||||
// CPU represents the processor.
|
||||
type CPU struct {
|
||||
Call []Register
|
||||
General []Register
|
||||
Syscall []Register
|
||||
Return []Register
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue