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:
1c80c7f
)
fix READ-STREAM-LINE
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sun, 13 Jun 2021 04:01:47 +0000
(14:01 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sun, 13 Jun 2021 04:01:47 +0000
(14:01 +1000)
stdio.asm
patch
|
blob
|
history
diff --git
a/stdio.asm
b/stdio.asm
index 47a6302698178d6aa3ad1d41126d1c99a0475a36..45a25f6f5dcc1d769ed5c260e4ffac4ed56008c6 100644
(file)
--- a/
stdio.asm
+++ b/
stdio.asm
@@
-165,7
+165,7
@@
p_read_stream_line_loop:
BRANCH ,p_read_stream_line_loop
p_read_stream_line_done:
dq p_drop, p_literal,0, p_over, p_Cput
- dq p_pad, p_minus, p_return
+ dq p_pad, p_minus, p_
Rgt, p_drop, p_
return
;;; ========================================