Respository: https://github.com/ucsbieee/py65
Py65ucsbieee is a fork of mnaberez/py65. Here are the changes from the original:
- ucsbieee (2021-11-20)
WAIinstruction acts as if an IRQ is always pending.do_goto()no longer pauses onBRK, and now pauses onSTP.BRKnow pushes correctRTIaddress._run()now checks for stop condition on first instruction.
To build and install py65ucsbieee:
cd ${PY65UCSBIEEE}
python3 setup.py install --user # don't use sudoNow, py65mon should be installed. Note that you may need to configure your envoronment variables.
To run:
py65monPy65 was originally created by Mike Naberezny. It can be found here: mnaberez/py65.
Py65 is well documented here: py65.readthedocs.org.