bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 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 # 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
This page took 0.046618 seconds and 4 git commands to generate.