mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-20 15:53:29 +08:00
7 lines
96 B
ArmAsm
7 lines
96 B
ArmAsm
|
.globl _start
|
||
|
_start:
|
||
|
.dc.a __start__foo
|
||
|
.section _foo,"aw",%progbits
|
||
|
foo:
|
||
|
.ascii "This is "
|