mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
13 lines
96 B
ArmAsm
13 lines
96 B
ArmAsm
|
.globl start
|
||
|
start:
|
||
|
.L3:
|
||
|
mov.l .L4,r1
|
||
|
.uses .L3
|
||
|
jsr @r1
|
||
|
nop
|
||
|
nop
|
||
|
.L4:
|
||
|
.long .L5
|
||
|
.L5:
|
||
|
nop
|