mirror of
https://github.com/A2osX/A2osX.git
synced 2025-03-24 09:33:48 +00:00
Kernel 0.93
This commit is contained in:
parent
f4da1fcbf2
commit
4ae3e5be0e
Binary file not shown.
@ -504,7 +504,7 @@ IO.READ.PIPE ldy #S.FD.PIPE.Used+1
|
||||
.1 inc IO.Counter
|
||||
bne .2
|
||||
inc IO.Counter+1
|
||||
beq .5
|
||||
beq .8
|
||||
|
||||
.2 lda $ffff,y SELF MODIFIED
|
||||
.3 sta $ffff,x SELF MODIFIED
|
||||
@ -642,6 +642,7 @@ IO.WRITE.PIPE ldy #S.FD.PIPE.S
|
||||
sty .3+1
|
||||
|
||||
ldy #S.FD.PIPE.Head+1
|
||||
clc
|
||||
adc (pFD),y
|
||||
sta .3+2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user