mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-16 18:30:26 +00:00
Kernel 0.94
This commit is contained in:
parent
5f2f2e41fa
commit
f49ec39082
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
@ -201,6 +201,7 @@ CS.RUN.LOOP >SLEEP
|
||||
>PUSHW ZPBufPtr
|
||||
lda hSocket
|
||||
>LIBCALL hLIBTCPIP,LIBTCPIP.Read
|
||||
|
||||
.99 bcs .9
|
||||
|
||||
>PUSHYA len
|
||||
|
Loading…
x
Reference in New Issue
Block a user