1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-27 01:29:32 +00:00
A 6502 System Simulator
Go to file
2008-12-27 09:59:49 -08:00
src Started skeleton of Zero Page tests. 2008-12-27 09:59:49 -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