mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
Use lsr
This commit is contained in:
@@ -97,8 +97,8 @@ putchar:
|
||||
ldy #$F8
|
||||
|
||||
lda CHARCOLOR
|
||||
and #1
|
||||
beq @delete1
|
||||
lsr
|
||||
bcc @delete1
|
||||
|
||||
@copylp1:
|
||||
lda (ptr3),y
|
||||
|
||||
Reference in New Issue
Block a user