gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@mips32-imm.s
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
This page took 0.034947 seconds and 4 git commands to generate.