mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
9 lines
108 B
ArmAsm
9 lines
108 B
ArmAsm
|
.text
|
||
|
y:
|
||
|
.comm c1,4,1
|
||
|
.comm c2,4,1
|
||
|
.comm c3,4,1
|
||
|
move.d c1,$r10
|
||
|
move.d c2:GOT,$r10
|
||
|
move.d c3:PLT,$r10
|