Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2019-10-31 11:30:27 +01:00
parent a5bcf762ff
commit d667e2b443
6 changed files with 11 additions and 11 deletions

Binary file not shown.

Binary file not shown.

View File

@ -54,9 +54,7 @@ L.MSG.CRLF .DA MSG.CRLF
CS.INIT clc CS.INIT clc
rts rts
*-------------------------------------- *--------------------------------------
CS.RUN stz ArgCount CS.RUN lda #C.SPACE
lda #C.SPACE
sta Separator sta Separator
.10 jsr CS.RUN.NextArg .10 jsr CS.RUN.NextArg

View File

@ -57,9 +57,7 @@ L.MSG.NUMLINE .DA MSG.NUMLINE
CS.INIT clc CS.INIT clc
rts rts
*-------------------------------------- *--------------------------------------
CS.RUN stz ArgIndex CS.RUN
stz ArgPattern
stz hFile
.10 jsr CS.RUN.NextArg .10 jsr CS.RUN.NextArg
bcs .8 bcs .8
lda (ZPPtr1) lda (ZPPtr1)

View File

@ -235,14 +235,18 @@ CORE.Run.7 jsr CORE.GetCharNB
php php
pha pha
lda CORE.IntCmd $ff if external
eor #$80
asl if cc Was external...
jsr IO.Reset.OutC restore Output, NO close if EXTERNAL
>LDA.G CORE.bPipeIn >LDA.G CORE.bPipeIn
bpl .4 bpl .6
jsr IO.Pop.In restore Input jsr IO.Pop.In restore Input
.4 jsr IO.Pop.Out restore Output .6 pla
pla
plp plp
bcs CORE.Run.RTS bcs CORE.Run.RTS

View File

@ -92,7 +92,7 @@ IO.Pop.Out clc
.HS B0 BCS .HS B0 BCS
*-------------------------------------- *--------------------------------------
IO.Reset.Out sec IO.Reset.Out sec
>LDA.G IO.hOut IO.Reset.OutC >LDA.G IO.hOut
beq .8 beq .8
bcc .1 bcc .1