Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@chgroeling chgroeling released this 03 Dec 06:39
· 2 commits to main since this release

This release includes significant improvements in code quality, bug fixes, and documentation:
Highlights

  • Bug Fixes: Resolved issues in instruction handling (Blx, Bkpt, LookUpSP), flag evaluation, and vector table errors. Instruction count now uses int64_t.
  • Refactoring: Improved naming (StrBuilder → MnemonicBuilder, ProcessorOps → CpuOps), modularized logic, and streamlined interfaces.
  • Documentation: Enhanced Doxygen comments, clarified README.md, and added status code docs.
  • Build Improvements: Added macOS release profile and updated Ubuntu configurations.

Full Changelog: v0.1.1...v0.2.0