about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-29 15:36:03 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-29 15:36:03 -0700
commit481bae6edbd30c81a129ab5ee28fab26206cc480 (patch)
tree2fc0d88bebc596584cfd73a5446a5573f18dd24b
parentffd4a419b4f47d1e9c152ea06fa5255edadfdc92 (diff)
downloadmu-481bae6edbd30c81a129ab5ee28fab26206cc480.tar.gz
5718
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 250d9fe4..0a83bf17 100644
--- a/Readme.md
+++ b/Readme.md
@@ -277,7 +277,7 @@ and digest it:
 
 1. To read from `*eax` (in C syntax), `/mod` must be `0` (indirect mode), and
    the `/rm32` argument must be `0`. There must be no `/base`, `/index` or
-   `/scale` arguments.
+   `/scale` arguments (Intel calls the trio the 'SIB byte'.).
 
 1. To read from `*(eax+4)`, `/mod` must be `1` (indirect + disp8 mode),
    `/rm32` must be `0`, there must be no SIB byte, and there must be a single