mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-19 12:31:56 +00:00
Kernel 0.92
This commit is contained in:
parent
693da619ee
commit
f6b67a093f
Binary file not shown.
@ -267,7 +267,7 @@ CL.GetLine >LDYA ZPFileBufPtr
|
|||||||
lda (ZPFileBufPtr)
|
lda (ZPFileBufPtr)
|
||||||
beq .9
|
beq .9
|
||||||
|
|
||||||
>STZ.G CL.bInQuote
|
ldx #0 not in "
|
||||||
|
|
||||||
ldy #0
|
ldy #0
|
||||||
|
|
||||||
@ -280,20 +280,20 @@ CL.GetLine >LDYA ZPFileBufPtr
|
|||||||
cmp #'"'
|
cmp #'"'
|
||||||
bne .2
|
bne .2
|
||||||
|
|
||||||
phy
|
txa
|
||||||
>EOR.G CL.bInQuote
|
eor #$80 toggle " switch
|
||||||
sta (pData),y
|
tax
|
||||||
ply
|
|
||||||
|
|
||||||
|
lda #'"'
|
||||||
bra .5
|
bra .5
|
||||||
|
|
||||||
.2 cmp #';'
|
.2 cmp #';'
|
||||||
bne .5
|
bne .5
|
||||||
|
|
||||||
phy
|
txa
|
||||||
>LDA.G CL.bInQuote
|
|
||||||
beq .6
|
beq .6
|
||||||
ply
|
|
||||||
|
lda #';'
|
||||||
|
|
||||||
.5 sta (ZPCLBuf),y
|
.5 sta (ZPCLBuf),y
|
||||||
iny
|
iny
|
||||||
|
Loading…
Reference in New Issue
Block a user