1	.code
2	.align 1
3	.align 8
4	nop
5; "8" assumed if no alignment given.
6	.align
7	nop
8	.align 4096
9	nop
10
11
12	.data
13
14        .ALIGN  8
15$L00BSS:
16home_buff:
17        .BLOCK  1024
18        .ALIGN  8
19current_buff:
20        .BLOCK  1024
21        .ALIGN  4
22lock_file:
23        .BLOCK  4
24        .ALIGN  8
25L332.name:
26        .BLOCK  30
27        .ALIGN  4
28L352.last_case_wa:
29        .BLOCK  4
30
31
32