x86: Add -O[2|s] assembler command-line options
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic6x / parallel-bad-1.s
CommitLineData
40b36596
JM
1# Test bad syntax for parallel operations.
2.text
3.globl f
4f:
5 nop
6 || ; no instruction
7 nop
8 || .word 0
9 nop
10 || || nop
11 nop
12 ||^ ; no instruction
13 nop
14 ||^ .word 0
15 nop
16 ||^ || nop
17 nop
18 || ||^ nop
19 nop
20 ||^ ||^ nop
21 nop
22 || label:
23 nop
24 ||^ label2:
25 nop
26 [A1] || nop
27 nop
28 [B1] ||^ nop
29 nop
30# End with this one, to be sure errors detected at new-line are
31# detected at end-of-file.
32 || .word 0
This page took 0.410914 seconds and 4 git commands to generate.