mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-01 19:30:46 +00:00
13 lines
105 B
ArmAsm
13 lines
105 B
ArmAsm
|
.text
|
||
|
.nocmp
|
||
|
mvk .S1 d,a1
|
||
|
mvkl .S1 e,a2
|
||
|
mvkh .S1 f-0x100,a3
|
||
|
.data
|
||
|
d:
|
||
|
.word 0
|
||
|
e:
|
||
|
.word 0
|
||
|
f:
|
||
|
.word 0
|