mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
12 lines
103 B
ArmAsm
12 lines
103 B
ArmAsm
.global a
|
|
a:
|
|
ba b
|
|
moveq 30,r8
|
|
|
|
.section .text.2,"ax"
|
|
.global b
|
|
b:
|
|
moveq 3,r1
|
|
ba a
|
|
moveq 13,r11
|