diff --git a/.Floppies/A2OSX.BOOT.po b/.Floppies/A2OSX.BOOT.po index 40300bef..7a13c93f 100644 Binary files a/.Floppies/A2OSX.BOOT.po and b/.Floppies/A2OSX.BOOT.po differ diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index baa9c853..4dfebf28 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/.Floppies/A2OSX.SRC.po b/.Floppies/A2OSX.SRC.po index 346ab471..a798dcc4 100644 Binary files a/.Floppies/A2OSX.SRC.po and b/.Floppies/A2OSX.SRC.po differ diff --git a/SBIN/SHELL.S.CSH.txt b/SBIN/SHELL.S.CSH.txt index cf31cd5a..329f72f3 100644 --- a/SBIN/SHELL.S.CSH.txt +++ b/SBIN/SHELL.S.CSH.txt @@ -86,9 +86,10 @@ CSH.Quit >LDA.G CSH.hBuf .8 rts *-------------------------------------- CSH.Run jsr CL.RESET + jsr CSH.GetCharNB bcs .9 - + cmp #'}' End of block ? bne .1 @@ -162,7 +163,7 @@ CSH.Run jsr CL.RESET .6 lda (ZPCSHBufPtr),y beq .7 - cmp #13 + cmp #C.CR beq .7 sta (ZPCMDBuf),y iny @@ -186,13 +187,13 @@ CSH.Run jsr CL.RESET >STA.G bCmdBufexec >LDA.G bSET.X - beq .80 +* beq .80 >PUSHW ZPCMDBuf >PUSHBI 2 >LDYA L.MSG.ECHO >SYSCALL printf - + .80 clc rts *--------------------------------------