1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-18 08:29:32 +00:00
Emulate 6502-based microcomputer systems in Python
Go to file
2008-07-20 04:24:45 +00:00
mpu_test.py Fixed bug in EOR and added unit tests. 2008-07-20 04:24:45 +00:00
mpu.py Fixed bug in EOR and added unit tests. 2008-07-20 04:24:45 +00:00
README.txt Added README.txt. 2008-07-01 19:51:58 +00:00
TODO.txt Fixed bug in EOR and added unit tests. 2008-07-20 04:24:45 +00:00

Py6502, an NMOS 6502 microprocessor simulator.

Based in part by C source code from Earle F. Philhower III, 
Commodore 64 Emulator v0.3, (C)1993-94.  Other portions,
including cycle time calculations, were derived from JavaScript
work by Norbert Landsteiner, 2005.  All other work is by
Mike Naberezny.  The excellent book "Programming the 6502" by 
Rodnay Zaks was also referenced extensively during the development 
of this software.

For a quick introduction to Py65, see this post:
http://mikenaberezny.com/2008/07/01/py65-6502-microprocessor-simulator/

For more information on the 6502 microprocessor, visit http://6502.org.