7 lines
96 B
ArmAsm
Raw Normal View History

2017-04-10 13:32:00 +02:00
.globl _start
_start:
.dc.a __start__foo
.section _foo,"aw",%progbits
foo:
.ascii "This is "