1 unstable release
0.0.1 | Dec 24, 2023 |
---|
#11 in #yaxpeax
115KB
2.5K
SLoC
yaxpeax-rx
renesas rx decoder implementedf as part of the yaxpeax project, implementing traits provided by yaxpeax-arch
.
features
- supports decoding under
v1
,v2
, andv3
-specific profiles - should support
#[no_std]
- exists (this is not the only RX disassembler by any means)
mirrors
the canonical copy of yaxpeax-rx
is at https://git.iximeow.net/yaxpeax-rx/.
yaxpeax-rx
is also mirrored on GitHub at https://www.github.com/iximeow/yaxpeax-rx.
changelog
a changelog across crate versions is maintained in the CHANGELOG
file located in the repo, as well as online.
lib.rs
:
renesas rx
decoder implemented as part of the yaxpeax
project. implements traits provided
by yaxpeax-arch
.
decoder is aware of rx
versions 1, 2, and 3, and is built from the following manuals:
rxv1
: RX Family RXv1 Instruction Set Architecture (User's Manual: Software), Rev. 1.30 (Dec 2019)
- retrieved 2023-12-16 from https://www.renesas.com/us/en/document/mas/rx-family-rxv1-instruction-set-architecture-users-manual-software-rev130
- sha256:
e659dd509141da6bb1cfabf26c9f9ab5996d02060acaad2b5702963116834415
rxv2
: RX Family RXv2 Instruction Set Architecture (User's Manual: Software), Rev. 1.00 (Nov 2013) - retrieved 2023-12-16 from https://www.renesas.com/us/en/document/mas/rx-family-rxv2-instruction-set-architecture-users-manual-software
- sha256:
c12fc8d16adf1530f2cad3f75974d2a29062580a984a71fd9461417b66bba18a
rxv3
: RX Family RXv3 Instruction Set Architecture (User's Manual: Software), Rev. 1.00 (Nov 2018) - retrieved 2023-12-16 from https://www.renesas.com/us/en/document/mas/rx-family-rxv3-instruction-set-architecture-users-manual-software-rev100
- sha256:
829815515a57d077bdfa418e0e167b512f2a04b3db3613329a4d8980399cf74c
Dependencies
~295KB