mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
14 lines
99 B
ArmAsm
14 lines
99 B
ArmAsm
|
.text
|
||
|
foo:
|
||
|
L1:
|
||
|
mov.l L2,r0
|
||
|
.uses L1
|
||
|
jsr @r0
|
||
|
rts
|
||
|
.align 2
|
||
|
L2:
|
||
|
.long bar
|
||
|
bar:
|
||
|
rts
|
||
|
.align 4
|