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

Subversion Repositories blue

[/] [blue/] [trunk/] [blue8/] [program] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 wd5gnr
6008    // (000)start:  lda thevar
2
1009    // (001)loop:   add sum
3
200a    // (002)         xor flip
4
0002    // (003)        not
5
0005    // (004)        inca
6
0006    // (005)        deca
7
7008    // (006)        sta thevar              ; this is wasteful, but tests
8
a000    // (007)        jmp start
9
0012    // (008)thevar: DW value
10
0004    // (009)sum:    DW offset*2
11
ffff    // (00a)flip:   DW 0xFFFF
12
// Symbols
13
// thevar: 0008
14
// value: 0012
15
// flip: 000a
16
// sum: 0009
17
// loop: 0001
18
// start: 0000
19
// offset: 0002
20
// End Symbols

powered by: WebSVN 2.1.0

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