1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-20 10:29:33 +00:00
A 6502 System Simulator
Go to file
Seth Morabito 9a6a256073 1. CPU now correctly sets Zero and Negative flags for LDA, LDX, and LDY
immediate mode instructions.

2. Added unit tests for LDA, LDX, LDY immediate mode instructions.
2008-12-13 01:53:15 -08:00
src 1. CPU now correctly sets Zero and Negative flags for LDA, LDX, and LDY 2008-12-13 01:53:15 -08:00
.gitignore Added Cobertura (formerly jcoverage) plugin to pom.xml 2008-12-08 14:45:22 -08:00
pom.xml Fixed configuration for Cobertura. Requires Cobertura 2.2 so the location of the instrumentation file can be found under the 'target' directory 2008-12-08 14:57:00 -08:00