URL
https://opencores.org/ocsvn/blue/blue/trunk
Subversion Repositories blue
[/] [blue/] [trunk/] [blue8/] [program] - Rev 2
Compare with Previous | Blame | View Log
6008 // (000)start: lda thevar1009 // (001)loop: add sum200a // (002) xor flip0002 // (003) not0005 // (004) inca0006 // (005) deca7008 // (006) sta thevar ; this is wasteful, but testsa000 // (007) jmp start0012 // (008)thevar: DW value0004 // (009)sum: DW offset*2ffff // (00a)flip: DW 0xFFFF// Symbols// thevar: 0008// value: 0012// flip: 000a// sum: 0009// loop: 0001// start: 0000// offset: 0002// End Symbols
