Home | History | Annotate | Download | only in mips
      1 	.abicalls
      2 	.text
      3 	.globl	foo
      4 	.ent	foo
      5 foo:
      6 	la	$2, bar
      7 	.option	pic0		# Switch off!
      8 	la	$2, bar
      9 	.option	pic2		# Switch on!
     10 	la	$2, bar
     11 	jr	$ra
     12 	.end	foo
     13 
     14 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
     15 	.align	4, 0
     16 	.space	16
     17