mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
11 lines
114 B
ArmAsm
11 lines
114 B
ArmAsm
.globl xt
|
|
.section .toc,"aw"
|
|
xt:
|
|
.quad x
|
|
|
|
.globl _start
|
|
.text
|
|
_start:
|
|
addis 9,2,xt@toc@ha
|
|
ld 9,xt@toc@l(9)
|