mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
10 lines
104 B
ArmAsm
10 lines
104 B
ArmAsm
.text
|
|
.globl ext
|
|
ext:
|
|
0:
|
|
addis 2,12,.TOC.-0b@ha
|
|
addi 2,2,.TOC.-0b@l
|
|
.localentry ext,.-0b
|
|
nop
|
|
blr
|