mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 18:34:45 +00:00
6 lines
154 B
ArmAsm
6 lines
154 B
ArmAsm
|
.text
|
||
|
adrp x2, _GLOBAL_OFFSET_TABLE_
|
||
|
ldr x0, [x2, #:gotpage_lo15:globala]
|
||
|
ldr x0, [x2, #:gotpage_lo15:globalb]
|
||
|
ldr x0, [x2, #:gotpage_lo15:globalc]
|