mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +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
|