M68K TLS support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / separator.s
CommitLineData
a471a06b
HPN
1; Testing separators. This file should only have nops. See
2; seperror for constructs that are syntax errors.
3;
4 .text
5start:
6; Note that the next line is a syntax error. Should it be?
7; nop # moveq 0,r10 -- a comment, not command separator
8; The next line is *not* a syntax error. Should it?
9 nop; moveq 1,r10
10; The next line is a syntax error. Maybe it shouldn't.
11; nop # moveq 2,r10 -- a comment, not command separator
12 nop ; moveq 3,r10
13; moveq 4,r10
14# moveq 5,r10
15# 123 456 ; not a syntax error, not a line directive.
16end:
This page took 0.637992 seconds and 4 git commands to generate.