Skip to content

Version 8.0.1

Compare
Choose a tag to compare
@MalteT MalteT released this 23 Feb 17:39
· 42 commits to main since this release
v8.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 with 2a-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.