aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 481cc0e..39327c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ strum = { version = "0.28.0", features = ["derive"], optional = true }
[dev-dependencies]
rand = { version = "0.10.0", features = ["thread_rng"] }
-asmlinator = { version = "2.0.0" }
+asmlinator = { version = "2.1.0" }
[[test]]
name = "test"