X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=stdio.asm;h=658e42f1364f40f49a83e0de708bdc357fca9b2d;hb=9b8fcf87eaed58b6dfabcf885f8eef5484643de6;hp=9cf7611606e2411832f2572d55b183deae0b1f90;hpb=f2b2acd5d5c79e2d65854eef7e23f7323bc6c4f2;p=rrq%2Frrqforth.git 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'