mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-16 04:33:19 +00:00
12 lines
163 B
ArmAsm
12 lines
163 B
ArmAsm
|
.text
|
||
|
.global x
|
||
|
.type x,@function
|
||
|
x:
|
||
|
move.d expobj2:GOT,$r10
|
||
|
move.d expobj2:PLT,$r10
|
||
|
move.d expfn2:GOT,$r10
|
||
|
move.d expfn2:PLT,$r10
|
||
|
.Lfe1:
|
||
|
.size x,.Lfe1-x
|
||
|
|