oops - omitted from previous delta
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / stm-ldm.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: STM and LDM
3
4 # Test the `STM*' and `LDM*' instructions
5
6 .*: +file format .*arm.*
7
8 Disassembly of section .text:
9 0+000 <.*> e92d0001 push {r0}
10 0+004 <.*> e92d000e push {r1, r2, r3}
11 0+008 <.*> e92d0200 push {r9}
12 0+00c <.*> e8bd0200 pop {r9}
13 0+010 <.*> e8bd000e pop {r1, r2, r3}
14 0+014 <.*> e8bd0001 pop {r0}
This page took 0.031514 seconds and 5 git commands to generate.