From 340d89e4efd6200e733db8f67e787a6625a0a128 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 18 May 2026 07:06:50 +0000 Subject: 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}. --- test/protected_mode/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/protected_mode/mod.rs') diff --git a/test/protected_mode/mod.rs b/test/protected_mode/mod.rs index d74806d..50b4887 100644 --- a/test/protected_mode/mod.rs +++ b/test/protected_mode/mod.rs @@ -4,6 +4,8 @@ mod opcode; #[cfg(feature="fmt")] mod display; mod evex_generated; +#[cfg(feature="behavior")] +mod behavior; use std::fmt::Write; -- cgit v1.1