diff options
-rw-r--r-- | CHANGELOG | 10 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 1 |
3 files changed, 10 insertions, 3 deletions
@@ -1,9 +1,15 @@ -## 0.2.3 +## 0.2.5 -added `Reader` impls for `U8Reader` on `u16` addresses +added `yaxpeax-lc87` to the matrix + +## 0.2.4 fix incorrect `Reader` impls of `offset` and `total_offset` on non-`u8` words +## 0.2.3 + +added `Reader` impls for `U8Reader` on `u16` addresses + ## 0.2.2 added `ReaderBuilder` trait and impls for `U8Reader` on various address and word types. @@ -7,7 +7,7 @@ keywords = ["disassembly", "disassembler"] license = "0BSD" name = "yaxpeax-arch" repository = "https://git.iximeow.net/yaxpeax-arch/" -version = "0.2.4" +version = "0.2.5" [dependencies] "num-traits" = { version = "0.2", default-features = false } @@ -35,6 +35,7 @@ there are numerous architectures for which decoders are implemented, at varying | `avr` | [yaxpeax-avr](https://github.com/The6P4C/yaxpeax-avr) | 🥳 | 🚧 | ❓ | contributed by [@the6p4c](https://twitter.com/The6P4C)! | | `sh`/`sh2`/`j2`/`sh3`/`sh4` | [yaxpeax-superh](https://git.sr.ht/~nabijaczleweli/yaxpeax-superh) | 🥳 | 🚧 | ❓ | contributed by [наб](https://nabijaczleweli.xyz) | | `MOS 6502` | [yaxpeax-6502](https://github.com/cr1901/yaxpeax-6502) | ⚠️ | ❓ | ❓ | contributed by [@cr1901](https://www.twitter.com/cr1901) | +| `lc87` | [yaxpeax-lc87](https://www.github.com/iximeow/yaxpeax-lc87) | 🥳 | ⚠️ | ❓ | | ### mirrors |