Home | History | Annotate | Download | only in cris
      1 ; 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:
     17