Kernel 0.94

This commit is contained in:
Rémy GIBERT 2020-05-05 22:54:25 +02:00
parent 5f2f2e41fa
commit f49ec39082
5 changed files with 7 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -62,6 +62,7 @@ CS.RUN >LIBCALL hLIBTCPIP,LIBTCPIP.GETCFG
bmi .1
jmp CS.RUN.ERR
.1 ldy #S.PS.ARGC
lda (pPS),y
cmp #1

View File

@ -143,16 +143,16 @@ CS.RUN.DUMP >LIBCALL hLIBTCPIP,LIBTCPIP.DNS.GetCache
>SYSCALL GetMemPtr
>PUSHYA
ldy #S.DNSCACHE.IP+4
ldy #S.DNSCACHE.IP
.3 dey
lda (ZPPTR1),y
.3 lda (ZPPTR1),y
>PUSHA
cpy #S.DNSCACHE.IP
iny
cpy #S.DNSCACHE.IP+4
bne .3
ldy #S.DNSCACHE.TTL+4
.2 dey
lda (ZPPTR1),y
>PUSHA

View File

@ -201,6 +201,7 @@ CS.RUN.LOOP >SLEEP
>PUSHW ZPBufPtr
lda hSocket
>LIBCALL hLIBTCPIP,LIBTCPIP.Read
.99 bcs .9
>PUSHYA len