1	.globl	__start
2	.type	__start, %function
3__start:
4	rts
5	nop
6	.end	__start
7