Kernel 0.9.2

This commit is contained in:
Rémy GIBERT 2018-10-17 08:04:52 +02:00
parent 2fc2487211
commit 929e47b612
3 changed files with 4 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -334,14 +334,15 @@ CORE.PSFree.A sta .1+1 Save PS ID
* X unmodified
*--------------------------------------
CORE.GetPSByID tay
beq .1
.1 jsr CORE.GetPS
beq .8
jsr CORE.GetPS
bcs .9
lda PS.TABLE.hMem,y
jmp K.GetMemPtr
>LDYAI CORE.S.PS0 Select PS0
.8 >LDYAI CORE.S.PS0 Select PS0
clc
.9 rts
*--------------------------------------