X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=stdio.asm;h=45a25f6f5dcc1d769ed5c260e4ffac4ed56008c6;hb=3615a7d1910cea3c791916293b06b757c2879be9;hp=47a6302698178d6aa3ad1d41126d1c99a0475a36;hpb=0a436d5323363af19679ca0a1795b996dc886cfa;p=rrq%2Frrqforth.git diff --git a/stdio.asm b/stdio.asm index 47a6302..45a25f6 100644 --- 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 ;;; ========================================