mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +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
|