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

Subversion Repositories leros

[/] [leros/] [trunk/] [asm/] [test.asm] - Blame information for rev 4

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 martin
// Test code
2
 
3
// first instruction is not executed
4
        nop
5
// second instruction is executed twice
6
 
7
// Test jal for function calls
8
//
9
// jump and link has one cycle delay
10
// for target address in accu
11
//
12
start:
13
        load 1
14
        store r1
15
        store r2
16
        store r3
17
end:
18
 

powered by: WebSVN 2.1.0

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