mirror of
https://github.com/sethm/symon.git
synced 2024-11-19 15:31:48 +00:00
36 lines
704 B
Plaintext
36 lines
704 B
Plaintext
|
|
====================================================================
|
|
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
|