mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
12 lines
205 B
ArmAsm
12 lines
205 B
ArmAsm
.globl us .text
|
|
.globl gs .text
|
|
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)
|