mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-08 11:30:41 +00:00
Kernel version 0.8 : CAT,BUGFIX #3 #11 suppressing unwanted CR and no more resetting linecounter between files..
This commit is contained in:
parent
e816f33bf1
commit
0048e92a4a
BIN
A2OSX.BOOT.po
BIN
A2OSX.BOOT.po
Binary file not shown.
BIN
A2OSX.SRC.po
BIN
A2OSX.SRC.po
Binary file not shown.
@ -205,6 +205,9 @@ CS.RUN.PRINT sty BytesRead Y,A = Bytes read
|
|||||||
cmp #' '
|
cmp #' '
|
||||||
bcs .6
|
bcs .6
|
||||||
|
|
||||||
|
cmp #13 Allow printing of CR even if not bPrintAll
|
||||||
|
beq .6
|
||||||
|
|
||||||
ldy #bPrintAll
|
ldy #bPrintAll
|
||||||
lda (pData),y
|
lda (pData),y
|
||||||
bpl .7
|
bpl .7
|
||||||
@ -240,8 +243,7 @@ CS.RUN.PRINT sty BytesRead Y,A = Bytes read
|
|||||||
dec BytesRead
|
dec BytesRead
|
||||||
bne .20
|
bne .20
|
||||||
|
|
||||||
.8 lda #13
|
.8 clc
|
||||||
>SYSCALL COutA
|
|
||||||
|
|
||||||
.9 rts
|
.9 rts
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
@ -280,13 +282,8 @@ CS.RUN.OPEN >SYSCALL GetFullPathYA
|
|||||||
jsr .99
|
jsr .99
|
||||||
|
|
||||||
pha
|
pha
|
||||||
ldy #LineNum
|
|
||||||
lda #0
|
ldy #bPrintedBlankLine Reset this flag for the new file
|
||||||
sta (pData),y
|
|
||||||
iny
|
|
||||||
sta (pData),y
|
|
||||||
|
|
||||||
ldy #bPrintedBlankLine
|
|
||||||
sta (pData),y
|
sta (pData),y
|
||||||
|
|
||||||
pla
|
pla
|
||||||
|
Loading…
x
Reference in New Issue
Block a user