mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-20 15:29:07 +00:00
Kernel 0.93+
This commit is contained in:
parent
a5bcf762ff
commit
d667e2b443
Binary file not shown.
Binary file not shown.
@ -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
|
||||||
|
@ -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)
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user