mirror of
https://github.com/mre/mos6502.git
synced 2025-08-05 04:25:22 +00:00
add missing CLI instruction
This commit is contained in:
@@ -432,7 +432,7 @@ pub static OPCODES: [Option<(Instruction, AddressingMode)>; 256] = [
|
||||
/*0x57*/
|
||||
None,
|
||||
/*0x58*/
|
||||
None,
|
||||
Some((Instruction::CLI, AddressingMode::Implied)),
|
||||
/*0x59*/
|
||||
Some((Instruction::EOR, AddressingMode::AbsoluteY)),
|
||||
/*0x5A*/
|
||||
|
Reference in New Issue
Block a user