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