summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2013-11-28 21:26:26 -0800
committerH. Peter Anvin <hpa@zytor.com>2013-11-28 21:26:26 -0800
commit50137b82748b4fad54591571bf756d9c3a2746b5 (patch)
tree8daba1c0748b54a5f40707226e099835eafbcbeb
parentebfa6a645204cffc9bbdac7e2b9d5149c8af118d (diff)
downloadnasm-50137b82748b4fad54591571bf756d9c3a2746b5.tar.gz
doc: Make the bit about mib operands a bit clearer
Clean up the text about what a mib is. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/nasmdoc.src7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 2ba24c2b..09e06fa5 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -1462,9 +1462,10 @@ In 64-bit mode, NASM will by default generate absolute addresses. The
this is frequently the normally desired behaviour, see the \c{DEFAULT}
directive (\k{default}). The keyword \i\c{ABS} overrides \i\c{REL}.
-A new form of split effective addres syntax is also supported. This is mainly
-intended for mib operand but can be used for any memory reference. The basic
-concept of this form is splitting base and index.
+A new form of split effective addres syntax is also supported. This is
+mainly intended for mib operands as used by MPX instructions, but can
+be used for any memory reference. The basic concept of this form is
+splitting base and index.
\c mov eax,[ebx+8,ecx*4] ; ebx=base, ecx=index, 4=scale, 8=disp