"setstart basic.system" printed garbage when it tried to print: Startup path is "STARTUP", because it pointed at the wrong page.

The "what" command had a similar problem describing a file as "sysalias for:" (this fix isn't tested yet; sysalias isn't being built).
This commit is contained in:
Dave Lyons 2020-08-16 00:05:58 -07:00
parent a297467c43
commit 34baf54c05
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ just_looking:
asc "Startup path is "
.byte '"'
.byte 0
lda #>pagebuff+6
lda #>(pagebuff+6)
ldy #<pagebuff+6
jsr xprint_path
jsr xmess

View File

@ -951,7 +951,7 @@ check_alias8:
asc " sysalias for "
.byte $A2
.byte 0
lda #>filebuff2+$E5
lda #>(filebuff2+$E5)
ldy #<filebuff2+$E5
jsr xprint_path
jsr xmess