1	.section .rodata.cst4,"aM",@progbits,4
2	.set	x,0x01000000
3	.set	y,0x02000000
4	# Add the 16 values that the next input file wants, but in such
5	# a way that each one lives on a separate page.
6	.rept	15
7	.word	y
8	.set	y,y+1
9	.rept	0x4000
10	.word	x
11	.set	x,x+1
12	.endr
13	.endr
14	.word	y
15