aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-06-05 08:27:55 +0000
committeriximeow <me@iximeow.net>2026-06-21 16:44:21 +0000
commita38cba0c4a4ed9a1ed763618e5efe3f4487b1ad0 (patch)
tree314ca1b0df51c3b025ac79cf50ca96ac744f8266 /src/lib.rs
parent953054bb2dd86fb54a320123373ba23c7e08c332 (diff)
rename rne-sae to rn-sae
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 6850234..09b7ed8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -165,7 +165,7 @@ pub use real_mode::Arch as x86_16;
// the pseudo-C syntax's max length would be something like:
// ```
// xacquire xrelease lock { repnz qword if /* signed */ greater_or_equal(rflags) then jmp gs:[xmm31 +
-// xmm31 * 8 + 0x12345678]{k7}{z}{rne-sae} }
+// xmm31 * 8 + 0x12345678]{k7}{z}{rn-sae} }
// ```
// (which is nonsensical) or for an unknown opcode,
// ```
@@ -173,7 +173,7 @@ pub use real_mode::Arch as x86_16;
// ```
// where `opN` is an operand. the longest operand, same as above, would be something like
// ```
-// gs:[xmm31 + xmm31 * 8 + 0x12345678]{k7}{z}{rne-sae}
+// gs:[xmm31 + xmm31 * 8 + 0x12345678]{k7}{z}{rn-sae}
// ```
// for a length like 262 bytes of operand, 55 bytes of prefixes and syntax, and another up-to-20
// bytes of opcode.