about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/011run.cc (renamed from subx/011parse.cc)5
1 files changed, 4 insertions, 1 deletions
diff --git a/subx/011parse.cc b/subx/011run.cc
index 639299df..906a8305 100644
--- a/subx/011parse.cc
+++ b/subx/011run.cc
@@ -1,4 +1,7 @@
-//: Loading programs into the VM. 
+//: Running SubX programs on the VM.
+
+//: (Not to be confused with the 'run' subcommand for running ELF binaries on
+//: the VM. That comes later.)
 
 :(before "End Help Texts")
 put(Help, "syntax",
:47:25 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-05-07 12:47:25 -0700 1297' href='/akkartik/mu/commit/vimrc.vim?h=hlt&id=94fa5c95ad9c8beead183bb7c4b88c7c2c7ca6ec'>94fa5c95 ^
9a81d746 ^
b96af395 ^
49620728 ^


b96af395 ^

94fa5c95 ^
9a81d746 ^
3e1349d2 ^





1ae4e0d9 ^
3e1349d2 ^





b3cdcdd4 ^
a9817844 ^



b96af395 ^






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53