mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
12 lines
207 B
ArmAsm
12 lines
207 B
ArmAsm
.text
|
|
ldr x1, .Lgot
|
|
adr x2, .Lgot
|
|
add x1, x2, x1
|
|
|
|
ldr x0, [x1, #:gotoff_lo15:globala]
|
|
ldr x0, [x1, #:gotoff_lo15:globalb]
|
|
ldr x0, [x1, #:gotoff_lo15:globalc]
|
|
|
|
.Lgot:
|
|
.dword _GLOBAL_OFFSET_TABLE_ - .
|