diff options
author | iximeow <me@iximeow.net> | 2021-07-21 19:05:02 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-21 19:05:02 -0700 |
commit | 808f4210ed00f180c43bd6cf30647f88799e0fb4 (patch) | |
tree | d9750842e9c196fd0865b6b43c9defea16e6d3c5 | |
parent | 754f28d76c6c0def07561337969699accb843423 (diff) |
update readme to describe all supported architectures0.2.6
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 4 |
3 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +## 0.2.6 + +* update readme to describe all supported architectures (+x86_32, x86_16, lc87) + ## 0.2.5 * update yaxpeax-x86 to 1.0, bringing in avx512 support and x86_32, x86_16 decoding @@ -1,6 +1,6 @@ [package] name = "yaxpeax-dis" -version = "0.2.5" +version = "0.2.6" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" edition = "2018" @@ -23,5 +23,5 @@ or `yaxdis -a ia64 e38000000061e200000042c0e1803080`, producing: `yaxdis` also takes a `-v` flag to emit more verbose information (really, a `Debug` display of decoded instructions). -## supported architectures / ! user beware ! -`yaxdis` should support all architectures listed in the [yaxpeax-arch readme](https://git.iximeow.net/yaxpeax-arch/). that is currently `x86_64`, `armv7`, `armv8`, `mips`, `msp430`, `pic17`, `pic18`, `m16c`, `avr`, `ia64`, `6502`, and `sh`/`sh2`/`j2`/`sh3`/`sh4`. specific levels of support and stability vary, beware. +## supported architectures +`yaxdis` should support all architectures listed in the [yaxpeax-arch readme](https://git.iximeow.net/yaxpeax-arch/). that is currently `x86_64`, `x86_32`, `x86_16`, `armv7`, `armv8`, `mips`, `msp430`, `pic17`, `pic18`, `m16c`, `avr`, `ia64`, `6502`, `lc87`, and `sh`/`sh2`/`j2`/`sh3`/`sh4`. specific levels of support and stability vary. |