aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-03-22 20:31:09 -0700
committeriximeow <me@iximeow.net>2020-03-22 20:31:09 -0700
commit12db880a312d8a4b755bd4139c502405c8011f23 (patch)
treec22c2502f2e3ea0babe13727727ac0eb2e47c9b8
parent19bbc26d50c7e195e810d71674c013cbcb032923 (diff)
update readme to include x86 32-bit support
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e56afb..b3c4cb1 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ there are numerous architectures for which decoders are implemented, at varying
| architecture | library | decode | tests | benchmarks | note |
| ------------ | ------- | ------ | ----- | ---------- | ---- |
| `x86_64` | yaxpeax-x86 | ⚠️| 🚧 | 🚧 | incomplete operand decoding, may incorrectly accept long instructions |
-| `x86:32` | yaxpeax-x86 | ❓ | ❓ | ❓ | should share most but not all implementation with `x86_64` |
+| `x86:32` | yaxpeax-x86 | ❓ | ❓ | ❓ | see `yaxpeax-x86`'s module, `protected_mode`. incomplete opcode support, may incorrectly accept long instructions |
| `x86:16` | yaxpeax-x86 | ❓ | ❓ | ❓ | should share most but not all implementation with `x86:32` |
| `armv7` | yaxpeax-arm | 🚧 | 🚧 | ❓ | |
| `armv8` | yaxpeax-arm | 🚧 | 🚧 | ❓ | |