Fix MIPS disassembler so that it produces reassemblable code.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / add.d
1 #objdump: -dr --prefix-addresses -mmips:4000
2 #name: MIPS add
3
4 # Test the add macro.
5
6 .*: +file format .*mips.*
7
8 Disassembly of section .text:
9 0+0000 <[^>]*> addi a0,a0,0
10 0+0004 <[^>]*> addi a0,a0,1
11 0+0008 <[^>]*> li at,0x8000
12 0+000c <[^>]*> add a0,a0,at
13 0+0010 <[^>]*> addi a0,a0,-32768
14 0+0014 <[^>]*> lui at,0x1
15 0+0018 <[^>]*> add a0,a0,at
16 0+001c <[^>]*> lui at,0x1
17 0+0020 <[^>]*> ori at,at,0xa5a5
18 0+0024 <[^>]*> add a0,a0,at
19 0+0028 <[^>]*> addiu a0,a0,1
20 0+002c <[^>]*> nop
This page took 0.030154 seconds and 4 git commands to generate.