Added more tests
This commit is contained in:
@ -8,13 +8,12 @@ import (
|
||||
)
|
||||
|
||||
func (c *compiler) jumpARM(x asm.Instruction) {
|
||||
label := c.assembler.Param.Label[x.Index]
|
||||
mnemonic := x.Mnemonic
|
||||
position := Address(len(c.code))
|
||||
label := c.assembler.Param.Label[x.Index]
|
||||
|
||||
pointer := &pointer{
|
||||
Position: position,
|
||||
OpSize: 0,
|
||||
Size: 4,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user