bfd:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic6x / predicate-bad-1.s
CommitLineData
40b36596
JM
1# Test bad syntax for predicates.
2.text
3.globl f
4f:
5 [not a predicate
6 [A1] ; no instruction
7 [unknown] nop
8 [a3] nop
9 [b500] nop
10 [] nop
11 [!] nop
12 [!a] nop
13 [!A] nop
14 [!b] nop
15 [!B] nop
16 [!x] nop
17 [a] nop
18 [B] nop
19 [a1] [!B1] nop
20 [A2] .word 0
21 [!B2] label:
22 [!A1] .word 1
This page took 0.023743 seconds and 4 git commands to generate.