Implemented data labels
This commit is contained in:
parent
ff0b8ecb10
commit
1b75529bb3
18 changed files with 428 additions and 327 deletions
|
@ -27,6 +27,7 @@ func NewFunction(name string, file *fs.File, body token.List) *Function {
|
|||
state: state{
|
||||
assembler: asm.Assembler{
|
||||
Instructions: make([]asm.Instruction, 0, 32),
|
||||
Data: map[string][]byte{},
|
||||
},
|
||||
cpu: cpu.CPU{
|
||||
All: x64.AllRegisters,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue