1.syntax unified
2.thumb
3.global _start
4_start:
5add.w r0, r1, r2
6
7.section .after1
8.word 0xeb010002
9
10.section .after2
11add.w r0, r1, r2
12
13.section .after3
14add.w r2, r1, r0
15
16.section .after4
17.word 0xeb010002
18
19.section .after5
20.word 0xeb010002
21