Simplified CPU state
This commit is contained in:
parent
5bf2ce0bb5
commit
89ed2026e0
7 changed files with 23 additions and 40 deletions
|
@ -11,5 +11,5 @@ type Machine struct {
|
|||
scope.Stack
|
||||
Assembler asm.Assembler
|
||||
CPU *cpu.CPU
|
||||
RegisterHistory []uint64
|
||||
RegisterHistory []cpu.State
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue