From 6c7f7abdb867084f1e7555105cfa140eae4f6372 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 29 Jun 2020 19:16:36 -0700 Subject: 6600 --- prototypes/browse/10.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prototypes/browse/10.mu') diff --git a/prototypes/browse/10.mu b/prototypes/browse/10.mu index a07f8aa8..5c760de4 100644 --- a/prototypes/browse/10.mu +++ b/prototypes/browse/10.mu @@ -75,7 +75,7 @@ $line-loop: { compare c, 0xa # newline break-if-= # no need to print newlines # print c - print-byte c + print-byte-to-screen c col <- increment loop } # $char-loop @@ -171,6 +171,6 @@ fn dump in: (addr buffered-file) { var c/eax: byte <- read-byte-buffered in compare c, 0xffffffff # EOF marker break-if-= - print-byte c + print-byte-to-screen c loop } -- cgit 1.4.1-2-gfad0