mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +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
|