Kernel 0.9.2

This commit is contained in:
Rémy GIBERT 2018-09-13 08:22:07 +02:00
parent 1d0be01d26
commit 838a517fb0
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -85,6 +85,7 @@ CS.RUN >LDYA L.MSG0
>PUSHB (ZPPTR1),y
ldy #S.SOCKET.DST.PORT+1
.2 >PUSHB (ZPPTR1),y
dey
cpy #S.SOCKET.SRC.ADDR-1

View File

@ -167,7 +167,7 @@ SKT.Close jsr SKT.Get.I get SKT in ZPPtrSKT, S.SOCKET.SOCK in A
ldy #S.SOCKET.TCP.OPTIONS
lda (ZPPtrSKT),y
ora #S.TCP.OPTIONS.FIN
ora #S.TCP.OPTIONS.FIN+S.TCP.OPTIONS.ACK
sta (ZPPtrSKT),y
jsr TCP.OUT SKT.Close, Try to push FIN