1	.eabi_attribute	Tag_CPU_arch, 11	@ V6-M
2	.thumb
3	.type _start, function
4	.global _start
5	.text
6_start:
7	bl	myfunc
8	b	.
9