1 .text 2 3 .space 0x1000 4 5 .ent foo 6 .set mips16 7foo: 8 la $2, bar + 0x1234 9 lw $2, bar + 0x1234 10 nop 11 .set nomips16 12 .end foo 13 14# Force some (non-delay-slot) zero bytes, to make 'objdump' print ... 15 .align 4, 0 16 .space 16 17