diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-07-02 15:22:14 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-07-02 15:22:14 -0700 |
commit | f33979aab1613dd0ab5302b8739945804b346b79 (patch) | |
tree | 7881c1991be7a38b60fbb97adcfd8035baf7039b /apps | |
parent | d99a870a11342784e86e4af8c566d0cf159fe6a2 (diff) | |
download | mu-f33979aab1613dd0ab5302b8739945804b346b79.tar.gz |
6606
Diffstat (limited to 'apps')
-rw-r--r-- | apps/tile.mu | 9 |
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 |