1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-26 02:30:17 +00:00

small optimization

git-svn-id: svn://svn.cc65.org/cc65/trunk@1842 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2002-12-25 04:16:51 +00:00
parent 4b80c3537d
commit d01a48b873

View File

@ -20,13 +20,13 @@ _clrscr:
sta dispBufferOn
lda #0
jsr SetPattern
lda #0
sta r3L
sta r3H
sta r2L
sta cursor_c
lda #1
sta cursor_r
ldx #0
stx r3L
stx r3H
stx r2L
stx cursor_c
inx
stx cursor_r
jsr fixcursor ; home cursor
lda #199
sta r2H