diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 3e4418b2..fe30b9af 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/.Floppies/A2OSX.SRC.po b/.Floppies/A2OSX.SRC.po index f09b8913..cfc18dbf 100644 Binary files a/.Floppies/A2OSX.SRC.po and b/.Floppies/A2OSX.SRC.po differ diff --git a/SYS/KERNEL.S.CORE.txt b/SYS/KERNEL.S.CORE.txt index e91338dd..5320331a 100644 --- a/SYS/KERNEL.S.CORE.txt +++ b/SYS/KERNEL.S.CORE.txt @@ -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 *--------------------------------------