about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-02 15:22:14 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-02 15:22:14 -0700
commitf33979aab1613dd0ab5302b8739945804b346b79 (patch)
tree7881c1991be7a38b60fbb97adcfd8035baf7039b /apps
parentd99a870a11342784e86e4af8c566d0cf159fe6a2 (diff)
downloadmu-f33979aab1613dd0ab5302b8739945804b346b79.tar.gz
6606
Diffstat (limited to 'apps')
-rw-r--r--apps/tile.mu9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/tile.mu b/apps/tile.mu
index 44451aa1..d7185075 100644
--- a/apps/tile.mu
+++ b/apps/tile.mu
@@ -1,4 +1,13 @@
 # little example program: animate a line in text-mode
+#
+# To run (on Linux and x86):
+#   $ git clone https://github.com/akkartik/mu
+#   $ cd mu
+#   $ ./translate_mu apps/tile.mu
+#   $ ./a.elf
+# You should see a line drawn on a blank screen. Press a key. You should see
+# the line seem to fall down the screen. Press a second key to quit.
+# https://archive.org/details/akkartik-2min-2020-07-01
 
 fn main -> exit-status/ebx: int {
   clear-screen