mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
16 lines
189 B
ArmAsm
16 lines
189 B
ArmAsm
! A single SHcompact file, that should link correctly.
|
|
.text
|
|
.global start
|
|
start:
|
|
mova next,r0
|
|
nop
|
|
next:
|
|
nop
|
|
mov #42,r10
|
|
|
|
.section .rodata
|
|
.long start
|
|
here:
|
|
.long here
|
|
.long next
|