summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cris/separator.s
blob: 389ade9ba6d9f58bb7e03cb3f58f363496e0ed31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; Testing separators.  This file should only have nops.  See
; seperror for constructs that are syntax errors.
;
 .text
start:
; Note that the next line is a syntax error.  Should it be?
; nop # moveq 0,r10 -- a comment, not command separator
; The next line is *not* a syntax error.  Should it?
 nop; moveq 1,r10
; The next line is a syntax error.  Maybe it shouldn't.
; nop # moveq 2,r10 -- a comment, not command separator
 nop ; moveq 3,r10
; moveq 4,r10
# moveq 5,r10
# 123 456 ; not a syntax error, not a line directive.
end: