mirror of
https://github.com/A2osX/A2osX.git
synced 2025-01-27 09:34:38 +00:00
Kernel 0.93+
This commit is contained in:
parent
861c9c385d
commit
37fbfcb48b
Binary file not shown.
@ -83,8 +83,7 @@ CMD.PWD ldy #S.PS.hCWD
|
||||
*--------------------------------------
|
||||
CMD... lda (ZPArgVBufPtr)
|
||||
bne CMD.POPD.CSYN
|
||||
|
||||
>LDYA L.CMD
|
||||
>LDYA L.CD..
|
||||
bra CMD.CD.YA
|
||||
*--------------------------------------
|
||||
CMD.CD lda (ZPArgVBufPtr)
|
||||
|
@ -132,6 +132,7 @@ J.ESC .DA CL.BS left arrow
|
||||
.DA HIS.GetNext
|
||||
.DA HIS.GetPrev
|
||||
.DA CL.NAK right arrow
|
||||
L.CD.. .DA CD..
|
||||
L.IN .DA IN
|
||||
L.CMD .DA CMD
|
||||
J.CMD .DA CMD...
|
||||
@ -580,6 +581,8 @@ EscChars .AS 'DBAC'
|
||||
EscChars.Cnt .EQ *-EscChars
|
||||
EscChars.Remap .DA #C.BS,#C.VT,#C.LF,#C.FS
|
||||
*--------------------------------------
|
||||
CD.. .AZ ".."
|
||||
*--------------------------------------
|
||||
IN .AZ "IN"
|
||||
*--------------------------------------
|
||||
CMD .AT ".."
|
||||
|
Loading…
x
Reference in New Issue
Block a user