bfd:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic6x / parallel-bad-1.s
1 # Test bad syntax for parallel operations.
2 .text
3 .globl f
4 f:
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.032826 seconds and 5 git commands to generate.