Version 0.8.0
mos6502 is getting closer to supporting all functionality of the original CPUs it supports. This release gets us a big step closer to feature-completeness. Find the notable changes below.
What's Changed
- Complete the WDC 65C02 instruction set implementation by @mre in #121
- Add interrupt handling with vector constants and documentation by @mre in #122
- Add cycle times by @mre in #124
- Support for illegal opcodes by @omarandlorraine and @mlund in #126
Full Changelog: v0.7.0...v.0.8.0