mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 07:31:35 +00:00
10 lines
106 B
ArmAsm
10 lines
106 B
ArmAsm
.text
|
|
.global x
|
|
.type x,@function
|
|
x:
|
|
move.d expobj2,$r10
|
|
move.d expfn2,$r10
|
|
.Lfe1:
|
|
.size x,.Lfe1-x
|
|
|