From: sroccaserra <sroccaserra@yahoo.com>
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
--
2.32.0