Kernel 0.92+

This commit is contained in:
Rémy GIBERT 2019-02-28 21:41:05 +00:00
parent 7c6773c19f
commit 5a954d6792
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -151,6 +151,7 @@ CS.RUN.LOOP ldy #S.PS.hStdIn
jsr CS.RUN.PRINT
bcc CS.RUN.LOOP
rts
.7 cmp #MLI.E.EOF
bne .9
@ -193,8 +194,7 @@ CS.RUN.PRINT >INCW.G LineNum
sta (pData),y
bra .2
.1 lda #0
>STA.G bPrintedBlankLine
.1 >STZ.G bPrintedBlankLine
.2 jsr CS.RUN.PRINTNUM
bcs .99

View File

@ -342,7 +342,7 @@ CMD.ECHO stz ZPPtr1 echo -N
stz ZPPtr1+1 Token Cnt
lda (ZPArgVBufPtr)
beq .8
beq .7
.1 jsr CMD.IsSwitch
bcs .2
@ -371,7 +371,7 @@ CMD.ECHO stz ZPPtr1 echo -N
.4 jsr CORE.ArgV.Next
bne .1
bit ZPPtr1
.7 bit ZPPtr1
bmi .8
>PUSHBI 0