From 26055b00fd17f803cf80d1ebce450db6c2159af7 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sun, 30 May 2021 23:26:48 +1000 Subject: [PATCH] SP should be space character --- stdio.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdio.asm b/stdio.asm index 9cf7611..658e42f 100644 --- a/stdio.asm +++ b/stdio.asm @@ -271,7 +271,7 @@ p_double_quote_endstream: WORD p_sp,'SP',dovalue ;; ( -- c ) ;; Pushes a space character on the stack - dq 10 + dq 32 WORD p_digits,'DIGITS',dovariable db '0123456789abcdef' -- 2.39.2