1 2 3 4 5 6 7 8 9 10
.text .globl foo .ent foo foo: $LCL: li $2, %hi($LCL) addiu $2, %lo($LCL) li $2, %hi(bar) addiu $2, %lo(bar) .end foo