Home | History | Annotate | Download | only in mips
      1 # Source file to test wide immediates with MIPS32 WAIT and SDBBP instructions
      2 
      3 	.set noreorder
      4 	.set noat
      5 
      6 	.text
      7 text_label:
      8 
      9 	# 10 bits accepted for microMIPS
     10 	wait	0x3c3
     11 	sdbbp	0x3c3
     12 
     13 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
     14 	.space	8
     15