Implemented more arm64 instructions
This commit is contained in:
parent
1832d2c73b
commit
014f161633
26 changed files with 232 additions and 73 deletions
|
@ -35,7 +35,7 @@ func (c *compiler) move(x asm.Instruction) {
|
|||
panic("unknown label")
|
||||
}
|
||||
|
||||
return destination
|
||||
return config.BaseAddress + c.dataStart + destination + 8
|
||||
},
|
||||
})
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue