emulator-8-bit v1.0.0
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