You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
191 B

.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