diff options
-rw-r--r-- | apps/tile/environment.mu | 6 |
1 files changed, 4 insertions, 2 deletions
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 { |