mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +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
|