1	.text
2	.globl text_symbol
3text_symbol:
4	.space	32
5	.data
6	.globl data_symbol
7data_symbol:
8	.space	32
9