mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
13 lines
99 B
ArmAsm
13 lines
99 B
ArmAsm
|
.text
|
||
|
.nocmp
|
||
|
mvk .S1 a,a1
|
||
|
mvkl .S1 b,a2
|
||
|
mvkh .S1 c,a3
|
||
|
.data
|
||
|
a:
|
||
|
.word 0
|
||
|
b:
|
||
|
.word 0
|
||
|
c:
|
||
|
.word 0
|