1.globl _start
2_start:
3	.dc.a	__start__foo
4	.section	_foo,"aw",%progbits
5foo:
6	.ascii "This is "
7