diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-08-11 20:04:40 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-08-11 20:04:40 -0700 |
commit | 5914ea1270a8bb4c1d2cb718324115c9a43f5313 (patch) | |
tree | 121020636e2b408bdf75a1b87efef73a1b1a0ba3 | |
parent | b99466e81d50660b8f1a7d0a4aa80f5384e43bc0 (diff) | |
download | mu-5914ea1270a8bb4c1d2cb718324115c9a43f5313.tar.gz |
5508
-rw-r--r-- | Readme.md | 2 |
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 |