1# source file to test illegal ext, dext, dextm, dextu instructions
2
3	.text
4text_label:
5	ext	$2, $3, 1, 0
6	dext	$2, $3, 1, 0
7	dextm	$2, $3, 31, 2
8	dextm	$2, $3, 1, 32
9	dextu	$2, $3, 33, 0
10