about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-11 20:04:40 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-11 20:04:40 -0700
commit5914ea1270a8bb4c1d2cb718324115c9a43f5313 (patch)
tree121020636e2b408bdf75a1b87efef73a1b1a0ba3
parentb99466e81d50660b8f1a7d0a4aa80f5384e43bc0 (diff)
downloadmu-5914ea1270a8bb4c1d2cb718324115c9a43f5313.tar.gz
5508
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 32910e9f..c9225d47 100644
--- a/Readme.md
+++ b/Readme.md
@@ -188,7 +188,7 @@ a few registers:
   - carry flag CF
 
 SubX programs consist of instructions like `89/copy`, `01/add`, `3d/compare`
-and `52/push-ECX` which modify these registers as well as a byte-addressable
+and `51/push-ECX` which modify these registers as well as a byte-addressable
 memory. For a complete list of supported instructions, run `subx help opcodes`.
 
 (SubX doesn't support floating-point registers yet. Intel processors support