1	.abicalls
2	.option	pic0
3	.global	__start
4	.ent	__start
5__start:
6	lui	$2,%hi(obj1)
7	addiu	$2,$2,%lo(obj1)
8	.end	__start
9	.word	obj2
10
11	.data
12	.word	obj2
13	.word	obj3
14