Added call registers

This commit is contained in:
2024-06-27 14:25:53 +02:00
parent 735057ac74
commit dc497ba4fb
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