mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
Use lsr
This commit is contained in:
parent
c40e099969
commit
3050e3afcd
@ -97,8 +97,8 @@ putchar:
|
||||
ldy #$F8
|
||||
|
||||
lda CHARCOLOR
|
||||
and #1
|
||||
beq @delete1
|
||||
lsr
|
||||
bcc @delete1
|
||||
|
||||
@copylp1:
|
||||
lda (ptr3),y
|
||||
|
Loading…
x
Reference in New Issue
Block a user