Kernel 0.93

This commit is contained in:
Rémy GIBERT 2019-05-02 20:34:47 +02:00
parent 2ac253c43b
commit 8ad6b13e23
3 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -183,7 +183,7 @@ CS.RUN.LOOP >SLEEP
>LIBCALL hLIBTCPIP,LIBTCPIP.Read
.99 bcs .9
.1 >PUSHYA len
>PUSHYA len
>PUSHW ZPBufPtr
ldy #S.PS.hStdOut
lda (pPs),y

View File

@ -393,11 +393,13 @@ SKT.Read jsr SKT.PullhFDDataInPtrLen
bcs .9 I/O error
tay
beq .9 exit with CC,Y,A = 0
bne .9 eof=true, exit with CC,Y,A = 0
jmp SKT.GetDataFromSktIn
.9 rts
.9 lda #0
tay
rts
*/--------------------------------------
* # Write (STREAM)
* ## C