Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / push-pop.d
CommitLineData
465cb9fb
NC
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: PUSH and POP
3
4# Test the `PUSH' and `POP' instructions
5
6.*: +file format .*arm.*
7
8Disassembly of section .text:
90+000 <.*> e52d0004 push {r0} ; \(str r0, \[sp, #-4\]!\)
100+004 <.*> e92d000e push {r1, r2, r3}
110+008 <.*> e52d9004 push {r9} ; \(str r9, \[sp, #-4\]!\)
120+00c <.*> e49d9004 pop {r9} ; \(ldr r9, \[sp\], #4\)
130+010 <.*> e8bd000e pop {r1, r2, r3}
140+014 <.*> e49d0004 pop {r0} ; \(ldr r0, \[sp\], #4\)
This page took 0.322141 seconds and 4 git commands to generate.