Renamed misleading symbol (RTSINST->:CMDPATH)

This commit is contained in:
Bobbi Webber-Manners 2022-12-04 15:10:17 -05:00
parent f67069421c
commit 7eaeea8af3
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ SETPRFX LDA #GPFXCMD
:OPC7 DB $00
DW GSPFXPL
LDX DRVBUF1 ; was $0300
BNE RTSINST
BNE :CMDPATH
LDA DEVNUM
STA ONLNPL+1 ; Device number
JSR MLI
@ -65,7 +65,7 @@ SETPRFX LDA #GPFXCMD
STA DRVBUF2 ; was $0301
DEC :OPC7
BNE :L1
RTSINST LDA CMDPATH
:CMDPATH LDA CMDPATH
BEQ :GETPFX ; CMDPATH empty
LDA CMDPATH+1
CMP #'/'