bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / noat-1.d
1 #as: -32 -mips1
2 #objdump: -dr
3
4 .*: +file format .*
5
6 Disassembly of section \.text:
7
8 00000000 <\.text>:
9 0: 8f7b7fff lw k1,32767\(k1\)
10 4: 00000000 nop
11 8: 8f7b8000 lw k1,-32768\(k1\)
12 c: 00000000 nop
13 10: af7b7fff sw k1,32767\(k1\)
14 14: af7b8000 sw k1,-32768\(k1\)
15 \.\.\.
This page took 0.033523 seconds and 4 git commands to generate.