1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +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:
Stephan Mühlstrasser 2019-09-17 20:23:36 +02:00 committed by greg-king5
parent 7547c4c77c
commit 55444b8337

View File

@ -107,7 +107,6 @@ LFD68: stx DBNCCNT
jsr LFCCF ; Read keyboard column
sta KBDTMP
tax
lda KBDTMP
and #$06
bne LFDA2
bit LASTSCAN