1 .ent foo 2 foo: 3 lw $4,%call16(bar)($28) 4 la $5,.L1 5 # Insert an instruction that doesn't use $5 to avoid a spurious 6 # nop after the previous load macro. 7 addiu $6,$6,1 8 .L1: 9 .space 32 10 .end foo 11