From 535fe9ac96dba0950efd1bfe6788801f6197971f Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 13 Feb 2021 18:18:05 -0800 Subject: 7737 --- html/baremetal/ex2.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/baremetal/ex2.mu.html') diff --git a/html/baremetal/ex2.mu.html b/html/baremetal/ex2.mu.html index 585e281d..0f696fcf 100644 --- a/html/baremetal/ex2.mu.html +++ b/html/baremetal/ex2.mu.html @@ -71,11 +71,11 @@ if ('onhashchange' in window) { 13 fn main { 14 var y/eax: int <- copy 0 15 { -16 compare y, 0x300 # screen-height = 768 +16 compare y, 0x300/screen-height=768 17 break-if->= 18 var x/edx: int <- copy 0 19 { -20 compare x, 0x400 # screen-width = 1024 +20 compare x, 0x400/screen-width=1024 21 break-if->= 22 var color/ecx: int <- copy x 23 color <- and 0xff -- cgit 1.4.1-2-gfad0