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