Home | History | Annotate | Download | only in tic6x
      1 # Test variants of assembler syntax.
      2 * Another comment.
      3 .text
      4 .nocmp
      5 	.globl f ; comment here as well
      6   f:	nop;comment
      7 	nop 5
      8  nop  4- 2
      9 nop (1+2) ; 3
     10 NoP 5
     11 NOP 2
     12 nop 4 @ nop 2
     13 ABS .l1 a4 , a11
     14 ABS .L2x A5, B13
     15 add .S1 0xffffffff,a4,a11
     16