Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2019-09-17 22:37:52 +02:00
parent 861c9c385d
commit 37fbfcb48b
3 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@ -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)

View File

@ -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 ".."