aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-12-06 22:36:35 -0800
committeriximeow <me@iximeow.net>2020-12-06 22:36:35 -0800
commit788d64770748da34646206d7173ad62a28c19862 (patch)
tree5f79c6312947afb59c106a2e677f7e46b70b6877
parente5c1d6a7d8c8ac295c45033b1c713a44f18e8526 (diff)
update README and linkify libraries
-rw-r--r--README.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/README.md b/README.md
index a5176b7..1310915 100644
--- a/README.md
+++ b/README.md
@@ -16,17 +16,19 @@ there are numerous architectures for which decoders are implemented, at varying
| architecture | library | decode | tests | benchmarks | note |
| ------------ | ------- | ------ | ----- | ---------- | ---- |
-| `x86_64` | yaxpeax-x86 | 🥳 | 🥳 | 🚧 | avx2, avx512, and some newer extensions unsupported |
-| `x86:32` | yaxpeax-x86 | 🥳 | 🥳 | ❓ | avx2, avx512, and some newer extensions unsupported |
-| `x86:16` | yaxpeax-x86 | ❓ | ❓ | ❓ | should share most but not all implementation with `x86:32` |
-| `armv7` | yaxpeax-arm | 🚧 | 🚧 | ❓ | |
-| `armv8` | yaxpeax-arm | 🚧 | 🚧 | ❓ | |
-| `m16c` | yaxpeax-m16c | ⚠️ | 🚧 | ❓ | |
-| `mips` | yaxpeax-mips | 🚧 | 🚧 | ❓ | |
-| `msp430` | yaxpeax-msp430 | 🚧 | 🚧 | ❓ | |
-| `pic17` | yaxpeax-pic17 | 🚧 | 🚧 | ❓ | |
-| `pic18` | yaxpeax-pic18 | 🚧 | 🚧 | ❓ | |
-| `pic24` | yaxpeax-pic24 | ❓ | ❓ | ❓ | exists, but only decodes `NOP` |
+| `x86_64` | [yaxpeax-x86](../yaxpeax-x86) | 🥳 | 🥳 | 🚧 | avx2, avx512, and some newer extensions unsupported |
+| `x86:32` | [yaxpeax-x86](../yaxpeax-x86) | 🥳 | 🥳 | ❓ | avx2, avx512, and some newer extensions unsupported |
+| `x86:16` | [yaxpeax-x86](../yaxpeax-x86) | ❓ | ❓ | ❓ | should share most but not all implementation with `x86:32` |
+| `ia64` | [yaxpeax-ia64](../yaxpeax-ia64) | 🥳 | ⚠️ | ❓ | lack of a good oracle has complicated testing |
+| `armv7` | [yaxpeax-arm](../yaxpeax-arm) | 🚧 | 🚧 | ❓ | NEON is not yet supported |
+| `armv8` | [yaxpeax-arm](../yaxpeax-arm) | 🚧 | 🚧 | ❓ | a32 decoding is not yet supported, NEON is not supported |
+| `m16c` | [yaxpeax-m16c](../yaxpeax-m16c) | ⚠️ | 🚧 | ❓ | |
+| `mips` | [yaxpeax-mips](../yaxpeax-mips) | 🚧 | 🚧 | ❓ | |
+| `msp430` | [yaxpeax-msp430](../yaxpeax-msp430) | 🚧 | 🚧 | ❓ | |
+| `pic17` | [yaxpeax-pic17](../yaxpeax-pic17) | 🚧 | 🚧 | ❓ | |
+| `pic18` | [yaxpeax-pic18](../yaxpeax-pic18) | 🚧 | 🚧 | ❓ | |
+| `pic24` | [yaxpeax-pic24](../yaxpeax-pic24) | ❓ | ❓ | ❓ | exists, but only decodes `NOP` |
+| `sm83` | [yaxpeax-sm83](../yaxpeax-sm83) | 🥳 | 🚧 | ❓ | |
### mirrors