1	.section .txt, "ax", "progbits"
2	.4byte 0x11223344
3	.4byte 0x55667788
4	.4byte 0x99aabbcc
5
6	.section .dat, "aw", "progbits"
7	.4byte 0x01020304
8	.4byte 0x05060708
9	.4byte 0x090a0b0c
10