Home | History | Annotate | Download | only in mips
      1 	.set	mips16
      2 	.globl	foo
      3 	.hidden	foo
      4 	.ent	foo
      5 foo:
      6 	nop
      7 	.end	foo
      8