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