diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-26 15:51:29 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-26 15:53:21 -0700 |
commit | 4db6b370346d1a2fef2d35c1a64580e93e2bdf0d (patch) | |
tree | 01f18550b80432e02e4695f736e0b3b94753563d /subx | |
parent | 6e51c60c699f795f14e49744a10f91d9609b044e (diff) | |
download | mu-4db6b370346d1a2fef2d35c1a64580e93e2bdf0d.tar.gz |
4425
Better name for a layer.
Diffstat (limited to 'subx')
-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", |