diff options
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md index 6d241c68..7191d1ce 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,13 @@ keyboard directly without an OS. You can make things like this with them: <img alt='screenshot of a Mu program running without any intervening Operating System' src='html/baremetal.png'> +To reproduce it: + +```sh +$ ./translate_mu_baremetal baremetal/ex2.mu # emit disk.img +$ qemu-system-i386 disk.img +``` + ## Syntax The entire stack shares certain properties and conventions. Programs consist @@ -135,13 +142,6 @@ Here's an example program in Mu: <img alt='ex2.mu' src='html/ex2.mu.png' width='400px'> -To reproduce it: - -```sh -$ ./translate_mu_baremetal baremetal/ex2.mu # emit disk.img -$ qemu-system-i386 disk.img -``` - [More details on Mu syntax →](mu.md) Here's an example program in SubX: |