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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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