* config/tc-arm.c(do_t_ldst): Warn on loading into sp with
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-branch-delay-1.d
CommitLineData
17b09558
CM
1#objdump: -dr
2#as: -mfix-24k
3#name: 24K: Delay slot filling
4
5.*: +file format .*mips.*
6
7Disassembly of section .text:
800000000 <func>:
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: 10600002 beqz v1,20 <func\+0x20>
15 18: ac430010 sw v1,16\(v0\)
16 1c: 8c430008 lw v1,8\(v0\)
17 20: 8c450010 lw a1,16\(v0\)
18 ...
This page took 0.025832 seconds and 4 git commands to generate.