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
2009-03-16 23:23:17 -07:00
docs Added Sphinx-based documentation. 2008-12-01 02:58:39 +00:00
src/py65 Show usage for "delete_label" command. 2009-03-16 23:23:17 -07:00
.gitignore Added .gitignore. 2009-02-23 22:26:10 -08:00
CHANGES Removed .txt extension. 2009-02-08 12:28:53 -08:00
ez_setup.py Organize into package. 2008-09-10 02:34:04 +00:00
README Updated link to project home page. 2009-02-08 12:37:17 -08:00
setup.py Fixed data_files manifest. 2009-02-26 19:17:05 -08:00
TODO Added unit tests for SBC. 2009-02-26 20:30:58 -08: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 an introduction to Py65, please visit the project home page:
http://6502.org/projects/py65/

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