blob: 07238e5a4d1ae4116b67a23982214ba9b44676a4 [file] [log] [blame]
.text
.space 0x1000
.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
.ent foo
.set mips16
foo:
la $2, bar
lw $2, bar
nop
.set nomips16
.end foo
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 4, 0
.space 16