	.text
	.global start
start:
	.global _start
_start:
	.global __start
__start:
	.global main
main:
	.dc.a rw
	.dc.a ro
