Kernel 0.92+

This commit is contained in:
Rémy GIBERT 2019-03-01 07:50:32 +00:00
parent 1c2856079e
commit b9b39b16b8
3 changed files with 2 additions and 4 deletions

Binary file not shown.

View File

@ -209,9 +209,6 @@ CS.RUN.CLIENT >STA.G hClientSocket
>LEA.G CmdBuf
>SYSCALL sprintf
>LEA.G CmdBuf
>SYSCALL puts
>PUSHBI S.PS.F.DUPENV
>LEA.G CmdBuf
>SYSCALL execl

View File

@ -183,7 +183,8 @@ IO.OPEN.BDEV jsr K.IOCTL.GetPDrv
*--------------------------------------
IO.OPEN.DSOCK
*--------------------------------------
IO.OPEN.SSOCK clc
IO.OPEN.SSOCK lda IO.hFD
clc
rts
*--------------------------------------
IO.OPEN.PIPE ldy #S.FD.PIPE.S