Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / udf-bad.s
1 .syntax unified
2
3 arm: .arm
4 udf #0x10000
5
6 thumb: .thumb
7 udf #0x10000
8 udf.w #0x10000
9 udf.n #0x100
This page took 0.030901 seconds and 4 git commands to generate.