mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Removed redundant LDA
After the removal of the redundant AND in commit
704c8df04f
also the
subsequent LDA became redundant.
This commit is contained in:
parent
7547c4c77c
commit
55444b8337
@ -107,7 +107,6 @@ LFD68: stx DBNCCNT
|
|||||||
jsr LFCCF ; Read keyboard column
|
jsr LFCCF ; Read keyboard column
|
||||||
sta KBDTMP
|
sta KBDTMP
|
||||||
tax
|
tax
|
||||||
lda KBDTMP
|
|
||||||
and #$06
|
and #$06
|
||||||
bne LFDA2
|
bne LFDA2
|
||||||
bit LASTSCAN
|
bit LASTSCAN
|
||||||
|
Loading…
Reference in New Issue
Block a user