Kernel 0.93

This commit is contained in:
Rémy GIBERT 2019-05-03 17:16:51 +02:00
parent f4da1fcbf2
commit 4ae3e5be0e
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -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