1.text
2.arm
3.global _start
4.type _start, %function
5_start:
6b foo
7
8.thumb
9.global foo
10.type foo, %function
11foo:
12nop
13bx lr
14
15