mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
15 lines
140 B
ArmAsm
15 lines
140 B
ArmAsm
|
.text
|
||
|
.arm
|
||
|
|
||
|
foo:
|
||
|
ldr r0,1f
|
||
|
2: blx loc(tlscall)
|
||
|
nop
|
||
|
|
||
|
.p2align 2
|
||
|
1: .word loc(tlsdesc) + (. - 2b)
|
||
|
|
||
|
.section .tdata,"awT"
|
||
|
loc:
|
||
|
.space 4
|