Added call registers

This commit is contained in:
Eduard Urbach 2024-06-27 14:25:53 +02:00
parent 8867845310
commit 9e3112ad52
Signed by: eduard
GPG key ID: 49226B848C78F6C8
8 changed files with 53 additions and 44 deletions

View file

@ -2,6 +2,7 @@ package cpu
// CPU represents the processor.
type CPU struct {
Call []Register
General []Register
Syscall []Register
Return []Register