mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
11 lines
154 B
ArmAsm
11 lines
154 B
ArmAsm
.text
|
|
.global __start
|
|
__start:
|
|
lrs.b r10, [word1]
|
|
lrs.h r10, [word1]
|
|
lrs.w r10, [word1]
|
|
|
|
srs.b r11, [word1]
|
|
srs.h r11, [word1]
|
|
srs.w r11, [word1]
|