1        .section ".text.1", "ax"
2        .global _start
3_start:
4        .org 0x20
5        nop
6        .org 0x44,5
7        nop
8
9
10        .section ".text.2", "ax"
11        .global test2
12text2:
13        .org 0x20
14        nop
15        .align 4
16        nop
17        .align 4,3
18        nop
19        .org 0x200
20        nop
21
22        .section ".text.3", "ax"
23        .global test3
24text3:
25        .org 0x0
26        nop
27        nop
28        .align 8
29        nop
30