1
0
mirror of https://github.com/sethm/symon.git synced 2024-07-02 04:29:27 +00:00
A 6502 System Simulator
Go to file
Seth J. Morabito 7766e76362 BCD is finally working. I thought that would never happen.
All Immediate Mode and Implied Mode opcodes have been implemented.  Next up, zero page!
2008-12-27 01:43:07 -08:00
src BCD is finally working. I thought that would never happen. 2008-12-27 01:43:07 -08:00
.gitignore Added Cobertura (formerly jcoverage) plugin to pom.xml 2008-12-08 14:45:22 -08:00
COPYING Renamed project to "Symon". 2008-12-13 14:59:22 -08:00
pom.xml Renamed project to "Symon". 2008-12-13 14:59:22 -08:00
README Renamed project to "Symon". 2008-12-13 14:59:22 -08:00

====================================================================
                    SYMON - A 6502 System Simulator
====================================================================

Version: 0.1.0
Last Updated: 13 December, 2008
Copyright (c) 2008,2009 Seth J. Morabito <sethm@loomcom.com>

See the file COPYING for license.


1.0 About
---------

Symon is a general purpose simulator for systems based on the NMOS
Mostek 6502 microprocessor and compatibles.  Symon is implemented in
Java.



2.0 Usage
---------

  2.1 Requirements

  - Java 1.5 or higher
  - Maven 2.0.x or higher (for building from source)
  - JUnit 3.0 or higher


3.0 To Do
---------

- Implement CMOS 65C02 instructions