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