1 unstable release

0.0.1 Dec 24, 2023

#10 in #yaxpeax

0BSD license

115KB
2.5K SLoC

yaxpeax-rx

crate documentation

renesas rx decoder implementedf as part of the yaxpeax project, implementing traits provided by yaxpeax-arch.

features

  • supports decoding under v1, v2, and v3-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)

Dependencies

~220KB