1	.text
2	.ent	foo
3	.option	pic2
4foo:
5	.set	noreorder
6	.cpload	$25
7	.set	reorder
8	la	$2, bar
9	jr	$31
10	.option	pic0
11	.end	foo
12
13# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
14	.align	4, 0
15	.space	16
16