diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index ede7c628..9aee3c15 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/.Floppies/A2OSX.SRC.po b/.Floppies/A2OSX.SRC.po index 6fa4bfbe..693d6ec1 100644 Binary files a/.Floppies/A2OSX.SRC.po and b/.Floppies/A2OSX.SRC.po differ diff --git a/BIN/ARP.S.txt b/BIN/ARP.S.txt index 047aece8..d769140b 100644 --- a/BIN/ARP.S.txt +++ b/BIN/ARP.S.txt @@ -221,7 +221,7 @@ Wait.TimeOut sec .9 rts *-------------------------------------- CS.END -LIBTCPIP .AZ "libtcpip.o" +LIBTCPIP .AZ "libtcpip" SSCANF.IP .AZ "%d.%d.%d.%d" SSCANF.MAC .AZ "%h:%h:%h:%h:%h:%h" MSG0 .AZ "STS TTL MAC Address IP Address" diff --git a/BIN/DNSINFO.S.txt b/BIN/DNSINFO.S.txt index c08ee46d..2d64236b 100644 --- a/BIN/DNSINFO.S.txt +++ b/BIN/DNSINFO.S.txt @@ -151,7 +151,7 @@ CS.QUIT lda hLIBTCPIP rts *-------------------------------------- CS.END -LIBTCPIP .AZ "libtcpip.o" +LIBTCPIP .AZ "libtcpip" SSCANF.IP .AZ "%d.%d.%d.%d" MSG0 .AZ "STS TR.ID Hostname IP Address TTL" MSG1 .AZ "$%h $%H %32s %03d.%03d.%03d.%03d %u\r\n" diff --git a/BIN/TELNET.S.txt b/BIN/TELNET.S.txt index 9ee19067..ffc14112 100644 --- a/BIN/TELNET.S.txt +++ b/BIN/TELNET.S.txt @@ -277,7 +277,7 @@ Wait.TimeOut sec .9 rts *-------------------------------------- CS.END -LIBTCPIP .AZ "libtcpip.o" +LIBTCPIP .AZ "libtcpip" hLIBTCPIP .BS 1 MSG.IPKO .AZ "TCP/IP Not Loaded/Configured." MSG.USAGE .AZ "Usage : TELNET [port]" diff --git a/LIB/LIBTCPIP.S.TCP.txt b/LIB/LIBTCPIP.S.TCP.txt index 2fb6aed4..903f6bbe 100644 --- a/LIB/LIBTCPIP.S.TCP.txt +++ b/LIB/LIBTCPIP.S.TCP.txt @@ -4,6 +4,7 @@ AUTO 4,1 .LIST OFF *-------------------------------------- TCP.IN jsr FRM.GetTargetSKT.TCPUDP + >DEBUG jsr SKT.FindMatchingLocRem bcs TCP.IN.JMP.CLOSED no socket, go discard @@ -29,8 +30,8 @@ TCP.IN jsr FRM.GetTargetSKT.TCPUDP TCP.IN.RST jsr SKT.Destroy *-------------------------------------- TCP.IN.JMP.CLOSED - lda hFrameIn - >SYSCALL FreeMem +* lda hFrameIn +* >SYSCALL FreeMem rts *-------------------------------------- TCP.IN.JMP.LISTEN