From 3838b8174fe903d81ce46aa3dcaeaa4aa5f74561 Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 21 Jul 2021 19:05:02 -0700 Subject: update readme to describe all supported architectures --- CHANGELOG | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b7419e5..d90a917 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/Cargo.lock b/Cargo.lock index ffa3718..4dabbfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -486,7 +486,7 @@ dependencies = [ [[package]] name = "yaxpeax-dis" -version = "0.2.5" +version = "0.2.6" dependencies = [ "clap", "hex", diff --git a/Cargo.toml b/Cargo.toml index c9897e3..148afff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaxpeax-dis" -version = "0.2.5" +version = "0.2.6" authors = ["iximeow "] license = "0BSD" edition = "2018" diff --git a/README.md b/README.md index dcc7df0..840d20c 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.1