6 lines
88 B
ArmAsm
6 lines
88 B
ArmAsm
|
.global foo
|
||
|
.text
|
||
|
foo:
|
||
|
lui $t0, %hi(_gp_disp)
|
||
|
addi $t0, $t0, %lo(_gp_disp)
|