mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-16 18:30:26 +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)
|
||||
beq .9
|
||||
|
||||
>STZ.G CL.bInQuote
|
||||
ldx #0 not in "
|
||||
|
||||
ldy #0
|
||||
|
||||
@ -280,20 +280,20 @@ CL.GetLine >LDYA ZPFileBufPtr
|
||||
cmp #'"'
|
||||
bne .2
|
||||
|
||||
phy
|
||||
>EOR.G CL.bInQuote
|
||||
sta (pData),y
|
||||
ply
|
||||
txa
|
||||
eor #$80 toggle " switch
|
||||
tax
|
||||
|
||||
lda #'"'
|
||||
bra .5
|
||||
|
||||
.2 cmp #';'
|
||||
bne .5
|
||||
|
||||
phy
|
||||
>LDA.G CL.bInQuote
|
||||
txa
|
||||
beq .6
|
||||
ply
|
||||
|
||||
lda #';'
|
||||
|
||||
.5 sta (ZPCLBuf),y
|
||||
iny
|
||||
|
Loading…
x
Reference in New Issue
Block a user