This commit is contained in:
4am 2018-03-31 10:28:36 -04:00
parent 73dff5ae40
commit 26ca136cd6
2 changed files with 3 additions and 2 deletions

View File

@ -81,7 +81,8 @@ SetStartupPath
; in: A/Y contains address of length-prefixed string to copy ; in: A/Y contains address of length-prefixed string to copy
; X contains length of null-terminated string -- if > length of source, ; X contains length of null-terminated string -- if > length of source,
; remaining buffer will be padded with spaces (#$A0) ; remaining buffer will be padded with spaces (#$A0)
; out: all registers and flags clobbered ; out: X preserved
; all other registers and flags clobbered
; $00/$01 clobbered ; $00/$01 clobbered
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
!zone { !zone {

View File

@ -167,10 +167,10 @@ paintInfoView
bra multiPrintWhereYouAre bra multiPrintWhereYouAre
multiPrint multiPrint
stx .printLineLength+1
stz .htab+1 stz .htab+1
stz .vtab+1 stz .vtab+1
multiPrintWhereYouAre multiPrintWhereYouAre
stx .printLineLength+1
+STAY $00 +STAY $00
.printLoop .printLoop
lda ($00) lda ($00)