blob: be021960f749e0a167dcc36c706517e28ea2de79 [file] [log] [blame]
.text
.space 0x1000
.ent foo
.set mips16
foo:
la $2, bar + 0x1234
lw $2, bar + 0x1234
nop
.set nomips16
.end foo
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 4, 0
.space 16
.type bar, @object
bar:
.long 0
.size bar, . - bar
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 4, 0
.space 16