mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08: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
|