1	.data
2	.type	 x,@object
3	.size	 x,4
4x:
5	.word	0x12121212
6	.globl	b
7	.type	 b,@object
8	.size	 b,8
9b:
10	.word	b+4
11	.word	x
12	.word	0
13