Simplified CPU state

This commit is contained in:
Eduard Urbach 2025-03-31 14:36:42 +02:00
parent 5bf2ce0bb5
commit 89ed2026e0
Signed by: eduard
GPG key ID: 49226B848C78F6C8
7 changed files with 23 additions and 40 deletions

View file

@ -11,5 +11,5 @@ type Machine struct {
scope.Stack
Assembler asm.Assembler
CPU *cpu.CPU
RegisterHistory []uint64
RegisterHistory []cpu.State
}