diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 613afead..ff3dcfd1 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/BIN/SH.S.CMD.txt b/BIN/SH.S.CMD.txt index d63b2c47..d0c37c39 100644 --- a/BIN/SH.S.CMD.txt +++ b/BIN/SH.S.CMD.txt @@ -349,11 +349,11 @@ CMD.ECHO stz ZPPtr1 echo -N cmp #'N' bne .99 - + lda #$ff eor ZPPtr1 sta ZPPtr1 - bra .4 + bra .4 .2 lda ZPPtr1+1 beq .3 @@ -448,7 +448,6 @@ CMD.READ lda (ZPArgVBufPtr) >STA.G bReadMode .7 jsr CORE.ArgV.Next - lda (ZPArgVBufPtr) bne .1 >LDA.G bReadMode @@ -664,10 +663,7 @@ CMD.IsSwitch lda (ZPArgVBufPtr) bcs .8 eor #$20 -.8 jsr CORE.ArgV.NextChar - jsr CORE.ArgV.NextChar - - clc +.8 clc rts .9 sec