mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 16:31:07 +00:00
Kernel 0.92+
This commit is contained in:
parent
0d6df533e9
commit
872652853d
Binary file not shown.
@ -290,6 +290,7 @@ CORE.ArgV.Add >LDYA ZPArgVBufPtr
|
||||
cmp #'"'
|
||||
bne .10
|
||||
sta TmpByte
|
||||
|
||||
bra .1
|
||||
|
||||
.10 cmp #'`'
|
||||
@ -304,9 +305,11 @@ CORE.ArgV.Add >LDYA ZPArgVBufPtr
|
||||
.2 jsr CORE.IsEndCmd
|
||||
bcc .5
|
||||
cmp TmpByte
|
||||
beq .5
|
||||
bne .3
|
||||
jsr CORE.GetNextChar
|
||||
bra .5
|
||||
|
||||
jsr CORE.ArgV.PutChar
|
||||
.3 jsr CORE.ArgV.PutChar
|
||||
|
||||
.4 jsr CORE.GetNextChar
|
||||
bcc .2
|
||||
|
Loading…
Reference in New Issue
Block a user