1	.module	mips3
2	.set	mips16
3foo:
4	sw	$2, 0x10($29)
5	jr	$3
6
7	sw	$31, 0x18($29)
8	jr	$3
9
10	sd	$2, 0x20($29)
11	jr	$3
12
13	sd	$31, 0x28($29)
14	jr	$3
15
16	lw	$2, 0x30($29)
17	jr	$3
18
19	ld	$2, 0x38($29)
20	jr	$3
21
22# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
23	.align	4, 0
24	.space	16
25