Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / push-pop.s
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.032727 seconds and 4 git commands to generate.