From 2655a4a91d1d2e98cc9ab9c54e70d4eb49c735d6 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 30 Jun 2020 14:54:30 -0700 Subject: 6602 --- html/apps/parse-int.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/parse-int.mu.html') diff --git a/html/apps/parse-int.mu.html b/html/apps/parse-int.mu.html index 57bf7b3a..68bc12a7 100644 --- a/html/apps/parse-int.mu.html +++ b/html/apps/parse-int.mu.html @@ -72,7 +72,7 @@ if ('onhashchange' in window) { 14 compare n, 1 15 { 16 break-if-> -17 print-string "usage: parse-int <integer>\n" +17 print-string-to-screen "usage: parse-int <integer>\n" 18 exit-status <- copy 1 19 break $main-body 20 } @@ -99,7 +99,7 @@ if ('onhashchange' in window) { 41 var c/eax: byte <- copy 0 42 c <- copy-byte *tmp 43 # -44 var digit/eax: int <- to-decimal-digit c +44 var digit/eax: int <- to-decimal-digit c 45 out <- add digit 46 i <- increment 47 loop -- cgit 1.4.1-2-gfad0