aboutsummaryrefslogtreecommitdiff
path: root/src/protected_mode/display.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-06-23 10:45:10 -0700
committeriximeow <me@iximeow.net>2024-06-23 10:45:10 -0700
commit42f9eed1f20ffa33ca72c18e6600d03483c5bc77 (patch)
treed29f3cf7fcb6ae596b470e2f378f0f0d9df8969e /src/protected_mode/display.rs
parent931ad9b84e75faf734ddff19b692481013260f6e (diff)
port opcode helpers and reordering to 32-bit and 16-bit decoders
Diffstat (limited to 'src/protected_mode/display.rs')
-rw-r--r--src/protected_mode/display.rs14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/protected_mode/display.rs b/src/protected_mode/display.rs
index 89b7565..ed5d902 100644
--- a/src/protected_mode/display.rs
+++ b/src/protected_mode/display.rs
@@ -376,6 +376,13 @@ const MNEMONICS: &[&'static str] = &[
"not",
"xadd",
"xchg",
+ "cmps",
+ "scas",
+ "movs",
+ "lods",
+ "stos",
+ "ins",
+ "outs",
"invalid",
"bt",
"bsf",
@@ -457,17 +464,10 @@ const MNEMONICS: &[&'static str] = &[
"cwd",
"cdq",
"cqo",
- "lods",
- "stos",
"lahf",
"sahf",
- "cmps",
- "scas",
- "movs",
"test",
- "ins",
"in",
- "outs",
"out",
"imul",
"jo",