Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / push-pop.s
CommitLineData
465cb9fb
NC
1 .text
2 .syntax unified
3 push {r0}
4 push {r1, r2, r3}
5 push {r9}
6 pop {r9}
7 pop {r1, r2, r3}
8 pop {r0}
This page took 0.313119 seconds and 4 git commands to generate.