diff --git a/.Floppies/A2OSX.BOOT.po b/.Floppies/A2OSX.BOOT.po index beaa5763..e112784a 100644 Binary files a/.Floppies/A2OSX.BOOT.po and b/.Floppies/A2OSX.BOOT.po differ diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index c45fa7ff..9f6f8193 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/BIN/PAK.S.txt b/BIN/PAK.S.txt index 01c6d37a..a93a6d29 100644 --- a/BIN/PAK.S.txt +++ b/BIN/PAK.S.txt @@ -102,6 +102,9 @@ CS.RUN >INC.G ArgIndex .5 >LDA.G hSrcBasePath bne .9 + >LDYA ZPPtr1 + >SYSCALL puts + >DEBUG >LDYA ZPPtr1 jsr InitSrcDirYA bcc CS.RUN @@ -143,7 +146,7 @@ CS.RUN >INC.G ArgIndex >LDYAI CHNK.SIZE >SYSCALL getmem - bcs .99 + bcs .98 >STYA ZPSrcBufPtr txa >STA.G hSrcBuf diff --git a/LIB/LIBTCPIP.S.SKT.txt b/LIB/LIBTCPIP.S.SKT.txt index 816c34d8..3545f91e 100644 --- a/LIB/LIBTCPIP.S.SKT.txt +++ b/LIB/LIBTCPIP.S.SKT.txt @@ -989,9 +989,11 @@ SKT.Send.SEQPACKET jsr TCP.NewFrame bcs SKT.Send.9 + jsr SKT.GetTCB + jsr SKT.CopyDataInToOut - sec DONT Queue if fail - jmp FRM.SendIP + + jmp TCP.OUT.Send * TODO add ZPDataInLen to SEQ */--------------------------------------