about summary refs log tree commit diff stats
path: root/SubX-addressing-modes.md
diff options
context:
space:
mode:
Diffstat (limited to 'SubX-addressing-modes.md')
-rw-r--r--SubX-addressing-modes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/SubX-addressing-modes.md b/SubX-addressing-modes.md
index 271de294..cdb056ee 100644
--- a/SubX-addressing-modes.md
+++ b/SubX-addressing-modes.md
@@ -107,8 +107,8 @@ reader's burden. Here's the order I've been using after opcodes:
 Try running this example now:
 
 ```sh
-$ ./subx translate init.linux apps/ex3.subx -o apps/ex3
-$ ./subx run apps/ex3
+$ ./bootstrap translate init.linux apps/ex3.subx -o apps/ex3
+$ ./bootstrap run apps/ex3
 $ echo $?
 55
 ```