mnaberez / py65

Emulate 6502-based microcomputer systems in Python
BSD 3-Clause "New" or "Revised" License
234 stars 68 forks source link

The docs imply this is a 6502 monitor app, not a library. #61

Closed carlsmith closed 4 years ago

carlsmith commented 4 years ago

The docs only explain how to use the monitor, with no mention of using py65 as a library. There doesn't seem to be any (Python) examples or API docs or anything?? Do we just read the source?

mnaberez commented 4 years ago

It may be possible to use it as a library from another program. The full source code is available on GitHub. Please use the source to evaluate whether it might be suitable for your application.

BigEd commented 4 years ago

This post by 'cjs' on the 6502 forums may be a good lead - start a new topic and you'll get help! http://forum.6502.org/viewtopic.php?p=73564#p73564