Use lsr
This commit is contained in:
parent
4121c64295
commit
b65084b459
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ putchar:
|
||||||
ldy #$F8
|
ldy #$F8
|
||||||
|
|
||||||
lda CHARCOLOR
|
lda CHARCOLOR
|
||||||
and #1
|
lsr
|
||||||
beq @delete1
|
bcc @delete1
|
||||||
|
|
||||||
@copylp1:
|
@copylp1:
|
||||||
lda (ptr3),y
|
lda (ptr3),y
|
||||||
|
|
Loading…
Add table
Reference in a new issue