summaryrefslogtreecommitdiff
path: root/README.md
blob: da50c9d2c409f1d62efce76e533925044fdecfde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## yaxpeax-rx

[![crate](https://img.shields.io/crates/v/yaxpeax-x86.svg?logo=rust)](https://crates.io/crates/yaxpeax-x86)
[![documentation](https://docs.rs/yaxpeax-x86/badge.svg)](https://docs.rs/yaxpeax-x86)

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/](https://git.iximeow.net/yaxpeax-rx/).

`yaxpeax-rx` is also mirrored on GitHub at [https://www.github.com/iximeow/yaxpeax-rx](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](https://git.iximeow.net/yaxpeax-rx/tree/CHANGELOG).