Added basic support for arm64
This commit is contained in:
parent
cc1c990dc8
commit
dfe807c2e2
25 changed files with 270 additions and 33 deletions
|
@ -10,6 +10,6 @@ import (
|
|||
type Machine struct {
|
||||
scope.Stack
|
||||
Assembler asm.Assembler
|
||||
CPU cpu.CPU
|
||||
CPU *cpu.CPU
|
||||
RegisterHistory []uint64
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue