projects
/
rrq
/
rrqforth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0520f31
)
SP should be space character
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sun, 30 May 2021 13:26:48 +0000
(23:26 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sun, 30 May 2021 13:26:48 +0000
(23:26 +1000)
stdio.asm
patch
|
blob
|
history
diff --git
a/stdio.asm
b/stdio.asm
index 9cf7611606e2411832f2572d55b183deae0b1f90..658e42f1364f40f49a83e0de708bdc357fca9b2d 100644
(file)
--- 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'