1
0
mirror of https://github.com/sethm/symon.git synced 2024-07-15 00:29:05 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Seth Morabito
f174f0312f * Correct implementation of Indirect Indexed and Indexed Indirect addressing modes.
* Unit tests for Indirect Indexed and Indexed Indirect.
* Updated copyright dates.
* Started moving to JUnit 4.
2010-01-15 08:20:03 +00:00
Seth Morabito
d25e8325ad Updated README to reflect current state of implementation 2009-01-07 18:29:20 -08:00
Seth Morabito
dccf73a6b7 Implemented instructions using the Absolute,X addressing mode. There's
light at the end of the tunnel now!
2008-12-29 21:47:19 -08:00
Seth Morabito
107aca7777 Implemented Zero Page,X, Zero Page,Y, and Indirect addressing mode instructions, along with unit tests. 2008-12-29 20:46:48 -08:00
Seth Morabito
66fc63a36e Updated README to reflect current status. 2008-12-28 23:14:32 -08:00
Seth J. Morabito
fa142df203 Updated README to reflect current state. 2008-12-28 17:55:58 -08:00
Seth J. Morabito
c93a03d4f4 Improved README. Fixed typo in InstructionTable.java 2008-12-27 21:46:13 -08:00
Seth Morabito
3f74489757 Renamed project to "Symon". 2008-12-13 14:59:22 -08:00