summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebbie Wiles <debs@dwiles.demon.co.uk>2002-05-12 21:03:12 +0000
committerDebbie Wiles <debs@dwiles.demon.co.uk>2002-05-12 21:03:12 +0000
commit6b50e81a2f762a3f38b975a16f91f8fb843eaf33 (patch)
tree862829f6d1f473638e5b149e1206f0a1aca9ae18
parent9b830721cdaded634c197d3c082b2339302b32f3 (diff)
downloadnasm-6b50e81a2f762a3f38b975a16f91f8fb843eaf33.tar.gz
nasm-6b50e81a2f762a3f38b975a16f91f8fb843eaf33.tar.bz2
nasm-6b50e81a2f762a3f38b975a16f91f8fb843eaf33.zip
Corrected another typo in the instruction set
-rw-r--r--doc/nasmdoc.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 131cf29..628d6b5 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -9470,10 +9470,10 @@ register xmm2 is used to selectively write the data (0 = no write,
\c MASKMOVQ mm1,mm2 ; 0F F7 /r [KATMAI,MMX]
-\c{MASKMOVQ} stores data from xmm1 to the location specified by
+\c{MASKMOVQ} stores data from mm1 to the location specified by
\c{ES:(E)DI}. The size of the store depends on the address-size
attribute. The most significant bit in each byte of the mask
-register xmm2 is used to selectively write the data (0 = no write,
+register mm2 is used to selectively write the data (0 = no write,
1 = write) on a per-byte basis.