pt3: save an instruction in text print

This commit is contained in:
Peter Ferrie 2019-06-18 13:43:00 -04:00 committed by Vince Weaver
parent 40fe8cabe4
commit 60ce9565a2

View File

@ -62,7 +62,7 @@ point_to_end_string:
;================================
print_both_pages:
lda DRAW_PAGE
pha
sta draw_page_smc+1
lda #0
sta DRAW_PAGE
@ -72,7 +72,8 @@ print_both_pages:
sta DRAW_PAGE
jsr move_and_print
pla
draw_page_smc:
lda #$d1
sta DRAW_PAGE
rts ; oops forgot this initially