This commit is contained in:
Kartik K. Agaram 2021-10-30 07:36:39 -07:00
parent 34f37b8944
commit 0f0d615ec4
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ Currently runs a tiny dialect of Lisp. Steps to run it from the top-level:
results. Hit `ctrl-m` to focus on the `...` after a run, and browse how the
_trace_ of how the results were computed. [Here's a 2-minute demo](https://archive.org/details/akkartik-mu-2021-05-31).
To navigate to a function to edit, hit `ctrl-g`. The list of functions
doubles as a bare-bones “file system,” and functions are
rendered in order of most recently touched, like in [Tiddlywiki](https://tiddlywiki.com).
There is no scrolling anywhere yet.
3. If your Qemu installation supports them, an `-accel` argument
will speed up emulation. Try `-accel help` to list your options.