1	.text
2	.align	4
3	.globl	foo
4	.ent	foo
5foo:
6	bal	bar0 + 4
7	bal	bar1 - 2
8	bal	bar2 - 4
9	bal	bar3 + 2
10	.end	foo
11
12# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
13	.align	4, 0
14	.space	16
15