diff --git a/da65.pl b/da65.pl index e378114..a159595 100644 --- a/da65.pl +++ b/da65.pl @@ -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