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

Subversion Repositories tiny64

[/] [tiny64/] [trunk/] [Assem/] [TestProg3.asm] - Rev 4

Compare with Previous | Blame | View Log

        .WORDSIZE 32
        .ORG    0
        AMOV   R7, start
        .DC    2
        .DC    $FF00
        .DC    3
start   AMOV   R0, 1
loop    AMOV   R1, [R0]
dly     UASUB  R1, 1
        NEMOV  R7, dly
        AADD   R0, 1
        AMOV   R1, [R0]
        AADD   R2, 1
        AMOV   [R1], R2
        ASUB   R0, 1
        AMOV   R7, loop

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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