Home | History | Annotate | Download | only in sh64
      1 ! A single SHcompact file, that should link correctly.
      2 	.text
      3 	.global start
      4 start:
      5 	mova next,r0
      6 	nop
      7 next:
      8 	nop
      9 	mov #42,r10
     10 
     11 	.section .rodata
     12 	.long start
     13 here:
     14 	.long here
     15 	.long next
     16