From ed22793a69232afcfa777a1f06ed140ce1e0e1a3 Mon Sep 17 00:00:00 2001 From: sroccaserra Date: Thu, 10 Feb 2022 12:20:45 +0100 Subject: [PATCH] (monospace.tal) Remove values left on the stack Functions draw-uf1 and draw-uf1-linebreaks are leaving two 8 bit values on the stack, this commit removes them. --- projects/examples/gui/monospace.tal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/examples/gui/monospace.tal b/projects/examples/gui/monospace.tal index 65522af..fe885f0 100644 --- a/projects/examples/gui/monospace.tal +++ b/projects/examples/gui/monospace.tal @@ -46,6 +46,7 @@ BRK ( draw ) STHkr .Screen/sprite DEO INC2 LDAk ,&while JCN POPr + POP2 JMP2r @@ -65,6 +66,7 @@ JMP2r &end INC2 LDAk ,&while JCN POPr + POP2 JMP2r