diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 1a6deb8a..337506f0 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/SYS/KERNEL.S.IO.txt b/SYS/KERNEL.S.IO.txt index d13f0212..fae68266 100644 --- a/SYS/KERNEL.S.IO.txt +++ b/SYS/KERNEL.S.IO.txt @@ -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