1	.text
2	.globl main
3	.zero 1024
4	.data
5	.zero 1024
6	.section .bss, "aw", "nobits"
7	.zero 1024
8