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