mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-11 15:31:09 +00:00
Kernel 0.92+
This commit is contained in:
parent
1c2856079e
commit
b9b39b16b8
Binary file not shown.
@ -209,9 +209,6 @@ CS.RUN.CLIENT >STA.G hClientSocket
|
|||||||
>LEA.G CmdBuf
|
>LEA.G CmdBuf
|
||||||
>SYSCALL sprintf
|
>SYSCALL sprintf
|
||||||
|
|
||||||
>LEA.G CmdBuf
|
|
||||||
>SYSCALL puts
|
|
||||||
|
|
||||||
>PUSHBI S.PS.F.DUPENV
|
>PUSHBI S.PS.F.DUPENV
|
||||||
>LEA.G CmdBuf
|
>LEA.G CmdBuf
|
||||||
>SYSCALL execl
|
>SYSCALL execl
|
||||||
|
@ -183,7 +183,8 @@ IO.OPEN.BDEV jsr K.IOCTL.GetPDrv
|
|||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
IO.OPEN.DSOCK
|
IO.OPEN.DSOCK
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
IO.OPEN.SSOCK clc
|
IO.OPEN.SSOCK lda IO.hFD
|
||||||
|
clc
|
||||||
rts
|
rts
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
IO.OPEN.PIPE ldy #S.FD.PIPE.S
|
IO.OPEN.PIPE ldy #S.FD.PIPE.S
|
||||||
|
Loading…
x
Reference in New Issue
Block a user