From: Ralph Ronnquist Date: Sun, 30 May 2021 13:26:48 +0000 (+1000) Subject: SP should be space character X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=26055b00fd17f803cf80d1ebce450db6c2159af7;p=rrq%2Frrqforth.git SP should be space character --- 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'