aboutsummaryrefslogtreecommitdiff
path: root/test/real_mode/mod.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-05-18 07:06:50 +0000
committeriximeow <me@iximeow.net>2026-05-25 06:37:09 +0000
commit340d89e4efd6200e733db8f67e787a6625a0a128 (patch)
tree50dab8c6677995118cc26a87551a13e2ae12cdb5 /test/real_mode/mod.rs
parent87dc48adcce4e80aa98a2867edacc023579fc4c4 (diff)
adapt long-mode behavior support to protected mode and real mode
along the way, fix an error: maskmov is memory read-write. additionally, operand information about {push,pop}a{,d}.
Diffstat (limited to 'test/real_mode/mod.rs')
-rw-r--r--test/real_mode/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/real_mode/mod.rs b/test/real_mode/mod.rs
index 544827a..67798eb 100644
--- a/test/real_mode/mod.rs
+++ b/test/real_mode/mod.rs
@@ -1,5 +1,7 @@
mod operand;
mod opcode;
+#[cfg(feature="behavior")]
+mod behavior;
use std::fmt::Write;