about summary refs log tree commit diff stats
path: root/ex8.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex8.mu')
-rw-r--r--ex8.mu6
1 files changed, 6 insertions, 0 deletions
diff --git a/ex8.mu b/ex8.mu
index 367c665f..eb013eeb 100644
--- a/ex8.mu
+++ b/ex8.mu
@@ -1,4 +1,10 @@
 # Demo of floating-point
+#
+# To build a disk image:
+#   ./translate ex8.mu             # emits disk.img
+# To run:
+#   bochs -f bochsrc               # bochsrc loads disk.img
+# Set a breakpoint at 0x7c00 and start stepping.
 
 fn main {
   var n/eax: int <- copy 0