1	.syntax unified
2	.text
3	.global _start
4	.type _start, %function
5_start:
6	.fnstart
7	.save {r4, lr}
8	bx lr
9	.fnend
10