v2.2.6 - Incremental Improvements (attempt 2)
What's Changed
- Feature: Canonicalize register names when parsing, converting e.g.
x0 -> zero
orfp -> s0
. - Feature: Added support for
fcvt.d.w[u]
andfcvt.w[u].d
instructions - BugFix: Fixed that registers were treated as UInt32s instead of Int32 (this may have caused subtle bugs before)
- Feature: Added the remainder of the
M
extension - BugFix: Fixed a bug in the overflow behavior of
mulh
- BugFix: Fix faulty length assertion in
jalr
(You can also read the Changelog.md file in this release)
New Contributors
- @superenginegit made their first contribution in #52
- @Joshy-R made their first contribution in #48
Full Changelog: v2.2.5...v2.2.6