mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
12 lines
193 B
ArmAsm
12 lines
193 B
ArmAsm
.globl us
|
|
.globl gs
|
|
us:
|
|
gs:
|
|
ls:
|
|
lw $4,%got_page(us)($gp)
|
|
addiu $4,$4,%got_ofst(us)
|
|
lw $4,%got_page(gs)($gp)
|
|
addiu $4,$4,%got_ofst(gs)
|
|
lw $4,%got_page(ls)($gp)
|
|
addiu $4,$4,%got_ofst(ls)
|