Kernel 0.9.2

This commit is contained in:
Rémy GIBERT 2018-09-18 17:22:51 +02:00
parent f9beadd64b
commit 40c0b016a3
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -207,9 +207,11 @@ IO.READ.SSOCK ldy #S.FD.SSOCK.READ
jsr K.GetMemPtr
>STYA .1
>PUSHW K.S.IOCTL+S.IOCTL.BYTECNT
>PUSHW K.S.IOCTL+S.IOCTL.BUFPTR
ldy #S.FD.SSOCK.HSKT
>PUSHB (pFD),y
>PUSHB K.IOBuf
lda (pFD),y
.1 jmp $ffff
*--------------------------------------