Fixed bug in BIT

This commit is contained in:
Leeland Heins
2018-12-11 22:37:20 -06:00
committed by GitHub
parent de14e26362
commit a313598671
+1 -1
View File
@@ -227,7 +227,7 @@ my %opcodes = (
},
# BIT Immediate BIT #Oper 89 2 2
0x89 => {
'modesub' => \&mode_Relative,
'modesub' => \&mode_Immediate,
'mnemonic' => 'BIT'
},
# Zero Page BIT Zpg 24 2 3