1	.set	mips16
2foo:
3	jalx.t	bar
4	jal.t	baz
5
6# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
7	.align	4, 0
8	.space	16
9