1	.text
2	.type foo, %function
3foo:
4	.code 32
5	nop
6	.code 16
7	nop
8	nop
9	.long 2
10	.short 1
11	.short 1
12	.short 3
13	nop
14	nop
15	.short 1
16	.code 32
17	bl foo
18	.short 8
19	.byte 9
20bar:
21	.byte 10
22	.data
23wibble:
24	.word 0
25