From 32118e1f33600661d98ab8d1ee725c659f94238d Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 12 Oct 2020 00:12:57 -0700 Subject: make docs sufficiently surprised --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfa27d4..efafa2b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ the `InstructionBundle` impl for `Display` is somewhat opinionated in output for * probably works * almost-`#[no_std]` +* exists ### probably works the only decoding oracle i could find was the ia64 decoder in GNU `binutils`. i suspect it's correct, but between the size of the instruction set, details in immediate encoding, and user-mode-focused testing, there may be some misdecodes! a critical eye is warranted, though i expect `yaxpeax-ia64` to generally be correct or close to it. @@ -33,4 +34,5 @@ if you would like to use `yaxpeax-ia64` in a `no-std` configuration: * why? * rust doesn't even target ia64 as a tier 3 platform, are you trying to get C bindings? that would be good to specify too -### +### exists? +yeah i'm surprised too. the only other disassemblers seem to be the one in GNU binutils and possibly one in `qemu-ia64`, but i'm not sure about the latter. -- cgit v1.1