1.globl __start
2	.space 8
3.ent __start
4__start:
5.Lstart:
6	.space 16
7        jal __start
8	.space 32
9        jal __start
10	.space 64
11	jal .Lstart
12.end __start
13
14# make objdump print ...
15	.space 8
16