mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
5 lines
54 B
ArmAsm
5 lines
54 B
ArmAsm
|
.globl foo
|
||
|
foo: ret
|
||
|
.globl _start
|
||
|
_start: call foo
|