Implemented data labels
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user