From d0bc0d2673c41da7b5007766a7015df99020c353 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 30 Dec 2020 08:32:52 -0800 Subject: [PATCH] 7475 --- README.md | 14 +++++++------- 1 file 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: screenshot of a Mu program running without any intervening Operating System +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: ex2.mu -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: