OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [cris/] [separator.s] - Blame information for rev 818

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
; Testing separators.  This file should only have nops.  See
2
; seperror for constructs that are syntax errors.
3
;
4
 .text
5
start:
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.
16
end:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.