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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [mri/] [for.s] - Blame information for rev 205

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
; Test MRI structured for pseudo-op.
2
 
3
        xdef    foo
4
foo
5
        clr d1
6
        for d0 = #1 to #10 by #2 do
7
          add d0,d1 arbitrary text 'in comment field
8
          if <vs> then
9
            break
10
          endi
11
        endf
12
 
13
        clr d1
14
        for d0 = #10 downto #1 do
15
          if d1 <ge> #100 then
16
            next
17
          endi
18
          add d0,d1
19
        endf
20
 
21
        nop
22
        nop

powered by: WebSVN 2.1.0

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