mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-16 18:30:26 +00:00
Kernel 0.9.2
This commit is contained in:
parent
bb787e2247
commit
69d012b525
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -86,9 +86,10 @@ CSH.Quit >LDA.G CSH.hBuf
|
||||
.8 rts
|
||||
*--------------------------------------
|
||||
CSH.Run jsr CL.RESET
|
||||
|
||||
jsr CSH.GetCharNB
|
||||
bcs .9
|
||||
|
||||
|
||||
cmp #'}' End of block ?
|
||||
bne .1
|
||||
|
||||
@ -162,7 +163,7 @@ CSH.Run jsr CL.RESET
|
||||
.6 lda (ZPCSHBufPtr),y
|
||||
beq .7
|
||||
|
||||
cmp #13
|
||||
cmp #C.CR
|
||||
beq .7
|
||||
sta (ZPCMDBuf),y
|
||||
iny
|
||||
@ -186,13 +187,13 @@ CSH.Run jsr CL.RESET
|
||||
>STA.G bCmdBufexec
|
||||
|
||||
>LDA.G bSET.X
|
||||
beq .80
|
||||
* beq .80
|
||||
|
||||
>PUSHW ZPCMDBuf
|
||||
>PUSHBI 2
|
||||
>LDYA L.MSG.ECHO
|
||||
>SYSCALL printf
|
||||
|
||||
|
||||
.80 clc
|
||||
rts
|
||||
*--------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user