about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-14 16:54:41 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-14 16:54:41 -0800
commitfeec2292b5926872de8455d079b92e560a484a7f (patch)
tree2617c116c252bd4be3c02658bcb5e1caa2bc7d7e /subx/Readme.md
parenta220427e7238d2f8363a4bc717eecd22ec9c6dd8 (diff)
downloadmu-feec2292b5926872de8455d079b92e560a484a7f.tar.gz
4925
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 93ef21e1..042f8871 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -219,7 +219,7 @@ There's a lot here, so let's unpack it piece by piece:
   provided by a SIB byte next:
 
   ```
-  base * 2^scale + index
+  base + index * 2^scale + displacement
   ```
 
   (There are a couple more exceptions ☹; see [Table 2-2](modrm.pdf) and [Table 2-3](sib.pdf)