Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2019-09-09 08:25:27 +02:00
parent dd824b9f99
commit e3b51a6017
2 changed files with 3 additions and 6 deletions

Binary file not shown.

View File

@ -120,16 +120,12 @@ K.ExpandStr stz ENV.hMem Reset Intermediate string...
>LDYAI K.Buf256
jsr K.strdup
bcs .9
bcs K.FileSearch.RTS
stx ENV.hMem save this as temp string, in case of recurse
bit ENV.bExp SELF MODIFIED Did we expand something ?
bpl .9
bpl K.FileSearch.RTS No, exit with Y,A from STRDUP
jmp .1 Yes, start over with hPStr
* or exit with Y,A from STRDUP
* clc
.9 rts
*/--------------------------------------
* # FileSearch
* Search a file in the provided PATH list
@ -171,6 +167,7 @@ K.FileSearch pha
.4 sta $ffff,x Self Modified
dex
bpl .3
* clc
K.FileSearch.RTS
rts
*--------------------------------------