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