Home | History | Annotate | Download | only in mips
      1 	.text
      2 	.globl	foo
      3 	.ent	foo
      4 foo:
      5 	b	bar
      6 	.end	foo
      7 
      8 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
      9 	.align  4, 0
     10 	.space  16
     11