Removed redundant LDA
After the removal of the redundant AND in commit 704c8df04ffa3679f87fff019ad986fbd8801ca5 also the subsequent LDA became redundant.
This commit is contained in:
committed by
greg-king5
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
|
||||||
|
|||||||
Reference in New Issue
Block a user