Kernel 0.93++

This commit is contained in:
Rémy GIBERT 2020-01-22 09:53:07 +01:00
parent 6d85d7ed2c
commit d89316b521
2 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -388,7 +388,9 @@ K.SetEnv.I jsr K.UnsetEnv.I
jsr ENV.Dup.A
bcs .9
pha
phx page count
pha hENV
ldy #S.PS.hENV
lda (pPs),y
@ -399,10 +401,10 @@ K.SetEnv.I jsr K.UnsetEnv.I
jsr K.Freemem
.FIN
pla
pla hEnv
ldy #S.PS.hENV
sta (pPs),y
txa
pla page count
dey S.PS.ENVPAGECNT
sta (pPs),y
bra .1 Start over