1        .arch armv7a
2        .syntax unified
3	.text
4func:
5	nop
6	movw r0, #0
7
8	.arch armv7
9	.thumb
10	nop
11	movw r0, #0
12	.arm
13	nop
14