Home | History | Annotate | Download | only in mips
      1 	.text
      2 foo:
      3 	j	0x0000000
      4 	j	0xaaaaaa2
      5 	j	0x5555554
      6 	j	0xffffff6
      7 	jal	0x0000008
      8 	jal	0xaaaaaaa
      9 	jal	0x555555c
     10 	jal	0xffffffe
     11 	jals	0x0000002
     12 	jals	0xaaaaaa6
     13 	jals	0x555555a
     14 	jals	0xffffffe
     15 
     16 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
     17 	.space	8
     18