Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-branch-delay-1.d
1 #objdump: -dr
2 #as: -mfix-24k -32
3 #name: 24K: Delay slot filling
4
5 .*: +file format .*mips.*
6
7 Disassembly of section .text:
8 0+ <.*>:
9 0: 24620005 addiu v0,v1,5
10 4: 8c440000 lw a0,0\(v0\)
11 8: ac430000 sw v1,0\(v0\)
12 c: ac430008 sw v1,8\(v0\)
13 10: 00000000 nop
14 14: ac430010 sw v1,16\(v0\)
15 18: 10600002 beqz v1,24 <.*>
16 1c: 00000000 nop
17 20: 8c430008 lw v1,8\(v0\)
18 24: 8c450010 lw a1,16\(v0\)
19 ...
This page took 0.030676 seconds and 4 git commands to generate.