aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index 6f112fe..a8f0364 100644
--- a/README.md
+++ b/README.md
@@ -16,19 +16,19 @@ there are numerous architectures for which decoders are implemented, at varying
| architecture | library | decode | tests | benchmarks | note |
| ------------ | ------- | ------ | ----- | ---------- | ---- |
-| `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) | 🥳 | 🚧 | ❓ | |
+| `x86_64` | [yaxpeax-x86](https://git.iximeow.net/yaxpeax-x86) | 🥳 | 🥳 | 🚧 | avx2, avx512, and some newer extensions unsupported |
+| `x86:32` | [yaxpeax-x86](https://git.iximeow.net/yaxpeax-x86) | 🥳 | 🥳 | ❓ | avx2, avx512, and some newer extensions unsupported |
+| `x86:16` | [yaxpeax-x86](https://git.iximeow.net/yaxpeax-x86) | ❓ | ❓ | ❓ | should share most but not all implementation with `x86:32` |
+| `ia64` | [yaxpeax-ia64](https://git.iximeow.net/yaxpeax-ia64) | 🥳 | ⚠️ | ❓ | lack of a good oracle has complicated testing |
+| `armv7` | [yaxpeax-arm](https://git.iximeow.net/yaxpeax-arm) | 🚧 | 🚧 | ❓ | NEON is not yet supported |
+| `armv8` | [yaxpeax-arm](https://git.iximeow.net/yaxpeax-arm) | 🚧 | 🚧 | ❓ | a32 decoding is not yet supported, NEON is not supported |
+| `m16c` | [yaxpeax-m16c](https://git.iximeow.net/yaxpeax-m16c) | ⚠️ | 🚧 | ❓ | |
+| `mips` | [yaxpeax-mips](https://git.iximeow.net/yaxpeax-mips) | 🚧 | 🚧 | ❓ | |
+| `msp430` | [yaxpeax-msp430](https://git.iximeow.net/yaxpeax-msp430) | 🚧 | 🚧 | ❓ | |
+| `pic17` | [yaxpeax-pic17](https://git.iximeow.net/yaxpeax-pic17) | 🚧 | 🚧 | ❓ | |
+| `pic18` | [yaxpeax-pic18](https://git.iximeow.net/yaxpeax-pic18) | 🚧 | 🚧 | ❓ | |
+| `pic24` | [yaxpeax-pic24](https://git.iximeow.net/yaxpeax-pic24) | ❓ | ❓ | ❓ | exists, but only decodes `NOP` |
+| `sm83` | [yaxpeax-sm83](https://git.iximeow.net/yaxpeax-sm83) | 🥳 | 🚧 | ❓ | |
| `avr` | [yaxpeax-avr](https://github.com/The6P4C/yaxpeax-avr) | 🥳 | 🚧 | ❓ | contributed by [@the6p4c](https://twitter.com/The6P4C)! |
### mirrors