mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
29 lines
410 B
ArmAsm
29 lines
410 B
ArmAsm
|
.data
|
||
|
.align 4096
|
||
|
.globl sym
|
||
|
sym: .word 0x12345678
|
||
|
|
||
|
.text
|
||
|
.align 4096
|
||
|
.LLGETPC0:
|
||
|
retl
|
||
|
add %o7, %l7, %l7
|
||
|
|
||
|
.globl foo
|
||
|
.type foo,#function
|
||
|
.proc 04
|
||
|
foo:
|
||
|
save %sp, -104, %sp
|
||
|
sethi %hi(_GLOBAL_OFFSET_TABLE_-4), %l7
|
||
|
call .LLGETPC0
|
||
|
add %l7, %lo(_GLOBAL_OFFSET_TABLE_+4), %l7
|
||
|
nop
|
||
|
sethi %gdop_hix22(sym), %l1
|
||
|
nop
|
||
|
xor %l1, %gdop_lox10(sym), %l1
|
||
|
nop
|
||
|
ld [%l7 + %l1], %i0, %gdop(sym)
|
||
|
nop
|
||
|
ret
|
||
|
restore
|