about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-29 09:20:48 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-29 09:20:48 -0700
commit53e9fdd3700f27c24f2968e6bc83483fec77df41 (patch)
treeea4664d749ddb31edab8212ea6a75cceafc7809f
parentbc54fa195a006bfd62a81f12ff2cc8433dde52f5 (diff)
downloadmu-53e9fdd3700f27c24f2968e6bc83483fec77df41.tar.gz
.
-rw-r--r--subx.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/subx.md b/subx.md
index 1d281ced..055f8617 100644
--- a/subx.md
+++ b/subx.md
@@ -32,8 +32,7 @@ What do all these numbers mean? SubX supports a small subset of the 32-bit x86
 instruction set that likely runs on your computer. (Think of the name as short
 for "sub-x86".) The instruction set contains instructions like `89/copy`,
 `01/add`, `3d/compare` and `51/push-ecx` which modify registers and a byte-addressable
-memory. For a complete list of supported instructions, run `bootstrap help
-opcodes`.
+memory. For a complete list of supported instructions, run `./help opcodes`.
 
 The registers instructions operate on are as follows: