mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
9 lines
108 B
ArmAsm
9 lines
108 B
ArmAsm
.text
|
|
.global xxx
|
|
xxx:
|
|
ptabs r18, tr0
|
|
blink tr0, r63
|
|
.global yyy
|
|
yyy:
|
|
movi ((xxx@GOTPLT) & 65535), r1
|