about summary refs log tree commit diff stats
path: root/SubX-addressing-modes.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-02 01:41:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-02 02:01:41 -0800
commit9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e (patch)
tree5134d5ff1629cb5262e5feda38831456a2d1467d /SubX-addressing-modes.md
parentdf8498fb8294cb07d02076cf3881617b5af07974 (diff)
downloadmu-9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e.tar.gz
5865
Give the bootstrap C++ program a less salient name.
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
 ```