Version 8.0.1
Mainly:
- Increase/Stabilize/Fix clock in interactive mode. We're now as fast as the real machine! 🥳 (#21)
- Add
next
command to interactive mode that can be used to execute a fixed number of cycles. - Replace
2a-emulator test
with2a-emulator run
. (#37) - Extend
2a-emulator run
: Can now specify when to interrupt or reset the machine during running.
Also:
- Fix Ram not being reset on program load.
- Verify parts of the MISR being set correctly (More to come with #34).
- Fix some instructions (i.e.
.ORG
). - Update/Clean dependencies.