From 20d6be52405130930fde9ca5bb5e95131ba4e659 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 14 Jan 2021 14:03:32 -0800 Subject: 7520 --- html/baremetal/ex6.mu.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/baremetal/ex6.mu.html') diff --git a/html/baremetal/ex6.mu.html b/html/baremetal/ex6.mu.html index 5121d218..01fd7ee4 100644 --- a/html/baremetal/ex6.mu.html +++ b/html/baremetal/ex6.mu.html @@ -78,15 +78,15 @@ if ('onhashchange' in window) { 20 x, y <- draw-text-wrapping-right-then-down 0, "Mu!", 0x10, 0x20, 0x78, 0x50, x, y, 0xa 21 22 # drawing at the cursor in multiple directions -23 x, y <- draw-text-wrapping-down-then-right-from-cursor-over-full-screen 0, "abc", 0xa -24 x, y <- draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0, "def", 0xa +23 draw-text-wrapping-down-then-right-from-cursor-over-full-screen 0, "abc", 0xa +24 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0, "def", 0xa 25 26 # test drawing near the edge 27 x <- draw-text-rightward 0, "R", 0x3f8, 0x400, 0x100, 0xa -28 x, y <- draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0, "wrapped from R", 0xa +28 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0, "wrapped from R", 0xa 29 -30 x <- draw-text-downward 0, "D", 0x100, 0x2f0, 0x300, 0xa -31 x, y <- draw-text-wrapping-down-then-right-from-cursor-over-full-screen 0, "wrapped from D", 0xa +30 x <- draw-text-downward 0, "D", 0x100, 0x2f0, 0x300, 0xa +31 draw-text-wrapping-down-then-right-from-cursor-over-full-screen 0, "wrapped from D", 0xa 32 } -- cgit 1.4.1-2-gfad0