mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 16:33:19 +00:00
Use lsr
This commit is contained in:
parent
4121c64295
commit
b65084b459
@ -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…
Reference in New Issue
Block a user