From 132d72d28a63e58ec7f5e6fc955be140ee5844b0 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 11 Oct 2021 21:35:16 -0700 Subject: . --- html/apps/ex13.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/ex13.mu.html') diff --git a/html/apps/ex13.mu.html b/html/apps/ex13.mu.html index 9eb76a6c..6a8a9c48 100644 --- a/html/apps/ex13.mu.html +++ b/html/apps/ex13.mu.html @@ -68,11 +68,11 @@ if ('onhashchange' in window) { 8 # Run: 9 # $ qemu-system-i386 -hda code.img -hdb data.img 10 -11 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) { +11 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) { 12 var img-storage: image 13 var img/esi: (addr image) <- address img-storage 14 load-image img, data-disk -15 render-image screen, img, 0/x, 0/y, 0x300/width, 0x300/height +15 render-image screen, img, 0/x, 0/y, 0x300/width, 0x300/height 16 } 17 18 fn load-image self: (addr image), data-disk: (addr disk) { -- cgit 1.4.1-2-gfad0