Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / udf.s
CommitLineData
74db7efb
NC
1 .syntax unified
2
3arm: .arm
4 udf
5 udf #0xabcd
6
7thumb: .thumb
8 udf #0xab
9 udf.n #0xcd
10 udf
11 nop
12 udf.w
13 udf #0x1234
14 udf.w #0xccdd
15 it eq
16 udf #0x12
17 udf #0x23
18 udf #0x34
19 udf #0x56
20 it ne
21 udf #0x1234
22 udf #0x2345
23 udf #0x3456
24 udf #0x5678
This page took 0.046104 seconds and 4 git commands to generate.