diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 7cf66a96..09f0302d 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/BIN/TELNET.S.txt b/BIN/TELNET.S.txt index 181e612d..449a0176 100644 --- a/BIN/TELNET.S.txt +++ b/BIN/TELNET.S.txt @@ -183,7 +183,7 @@ CS.RUN.LOOP >SLEEP >LIBCALL hLIBTCPIP,LIBTCPIP.Read .99 bcs .9 -.1 >PUSHYA len + >PUSHYA len >PUSHW ZPBufPtr ldy #S.PS.hStdOut lda (pPs),y diff --git a/LIB/LIBTCPIP.S.SKT.txt b/LIB/LIBTCPIP.S.SKT.txt index 369fa5cf..3744bdcf 100644 --- a/LIB/LIBTCPIP.S.SKT.txt +++ b/LIB/LIBTCPIP.S.SKT.txt @@ -393,11 +393,13 @@ SKT.Read jsr SKT.PullhFDDataInPtrLen bcs .9 I/O error tay - beq .9 exit with CC,Y,A = 0 + bne .9 eof=true, exit with CC,Y,A = 0 jmp SKT.GetDataFromSktIn -.9 rts +.9 lda #0 + tay + rts */-------------------------------------- * # Write (STREAM) * ## C