diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index ee7e5f0f..efc83f18 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/BIN/MEMDUMP.S.txt b/BIN/MEMDUMP.S.txt index 5042a9a2..3b34f7c2 100644 --- a/BIN/MEMDUMP.S.txt +++ b/BIN/MEMDUMP.S.txt @@ -69,9 +69,11 @@ CS.RUN >LEA.G MemStat CS.RUN.LOOP >LDA.G bSTOP beq .1 - >SYSCALL GetChar +.10 >SYSCALL GetChar cmp #3 Ctrl-C ? beq CS.RUN.LOOP.RTS + cmp #C.SPACE + bne .10 >STZ.G bSTOP diff --git a/BIN/MORE.S.txt b/BIN/MORE.S.txt index a49aa33b..3e1509b4 100644 --- a/BIN/MORE.S.txt +++ b/BIN/MORE.S.txt @@ -112,15 +112,8 @@ CS.RUN >LDYA L.MSG.Init >SYSCALL printf -CS.RUN.LOOP >SLEEP - - jsr CS.RUN.GETLINE - bcc .1 - - tay - beq CS.RUN.LOOP - - bra .13 +CS.RUN.LOOP jsr CS.RUN.GETLINE + bcs .13 .1 >INCW.G LineNum @@ -150,7 +143,7 @@ CS.RUN.LOOP >SLEEP lda #0 Exit with no Error .9 sec - rts +.99 rts *-------------------------------------- CS.RUN.OPEN pha diff --git a/SYS/KERNEL.S.IO.txt b/SYS/KERNEL.S.IO.txt index a5ecb670..e52d3a7b 100644 --- a/SYS/KERNEL.S.IO.txt +++ b/SYS/KERNEL.S.IO.txt @@ -260,8 +260,7 @@ IO.CLOSE.NOD ldx #0 lda IO.hFD -.1 lda Nod.Table.hFD,x - cmp IO.hFD +.1 cmp Nod.Table.hFD,x bne .2 stz Nod.Table.hFD,x