mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
pt3: save an instruction in text print
This commit is contained in:
parent
40fe8cabe4
commit
60ce9565a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user