X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=stdio.asm;h=45a25f6f5dcc1d769ed5c260e4ffac4ed56008c6;hb=2c1ddb0d590be01213e6aab07bc5d073b0d3c567;hp=47a6302698178d6aa3ad1d41126d1c99a0475a36;hpb=1c80c7f2fc08f72bc20d01b12756070b13b230df;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 ;;; ========================================