1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS MIPS32 WAIT and SDBBP instructions
3#source: micromips@mips32-imm.s
4#as: -32
5
6# Check MIPS32 WAIT and SDBBP instruction assembly (microMIPS).
7
8.*: +file format .*mips.*
9
10Disassembly of section .text:
11[0-9a-f]+ <[^>]*> 03c3 937c 	wait	0x3c3
12[0-9a-f]+ <[^>]*> 03c3 db7c 	sdbbp	0x3c3
13	\.\.\.
14