diff --git a/LIB/LIBTCPIP.S.TCP.txt b/LIB/LIBTCPIP.S.TCP.txt index de97cd8c..13ffad95 100644 --- a/LIB/LIBTCPIP.S.TCP.txt +++ b/LIB/LIBTCPIP.S.TCP.txt @@ -275,9 +275,8 @@ TCP.IN.JMP.ESTBLSH dex bpl .3 - - jsr TCP.SetDataInPtrAndLen + jsr SKT.AddDataToSktIn diff --git a/README.md b/README.md index dff63f56..9267fb13 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ Several subprojects are now indentified : ![](https://github.com/burniouf/A2osX/blob/master/ScreenShot.EDIT.bmp) +![](https://github.com/burniouf/A2osX/blob/master/ScreenShot.IP1.bmp) + +![](https://github.com/burniouf/A2osX/blob/master/ScreenShot.IP2.bmp) + ![](https://github.com/burniouf/A2osX/blob/master/PuTTY.png) ## General Information: diff --git a/ScreenShot.IP1.bmp b/ScreenShot.IP1.bmp index eba1204b..2130b785 100644 Binary files a/ScreenShot.IP1.bmp and b/ScreenShot.IP1.bmp differ diff --git a/ScreenShot.IP2.bmp b/ScreenShot.IP2.bmp index 6eae9bf0..46a59d82 100644 Binary files a/ScreenShot.IP2.bmp and b/ScreenShot.IP2.bmp differ