Skip to content

emulator-8-bit v1.0.0

Compare
Choose a tag to compare
@Andy4495 Andy4495 released this 21 Apr 04:00
· 9 commits to main since this release

Version 1.0.0: Ready for first release.

All opcodes have been implemented and automated tests for all opcodes are included as GitHub actions.

Changes since v0.3.0:

Emulator operational improvements:

  • Add debug menu and breakpoint support
  • Use consistent algorithms for main/extended opcodes
  • Add nullptr checks
  • Add tests for duplicate mnemonics

Opcode execution fixes:

  • DEC r incorrect N flag

Full Changelog: v0.3.0...v1.0.0