From 8bbd494aaa75c2a9c527a2e701ce4e8a651b6b02 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 26 Oct 2020 21:53:02 -0700 Subject: 7117 --- apps/tile/environment.mu | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/tile/environment.mu') diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu index e8221a34..5661ce54 100644 --- a/apps/tile/environment.mu +++ b/apps/tile/environment.mu @@ -1550,14 +1550,16 @@ fn clear-canvas _env: (addr environment) { start-col <- subtract 0x18 move-cursor screen, 1, start-col print-string screen, "primitives:" - move-cursor screen, 5, start-col - print-string screen, "functions:" start-col <- add 2 move-cursor screen, 2, start-col print-string screen, "+ - * len open read" move-cursor screen, 3, start-col print-string screen, "dup swap" # currently defined functions + start-col <- subtract 2 + move-cursor screen, 5, start-col + print-string screen, "functions:" + start-col <- add 2 var row/ebx: int <- copy 6 var functions/esi: (addr handle function) <- get env, functions { -- cgit 1.4.1-2-gfad0