1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-01 14:41:38 +00:00

add missing CLI instruction

This commit is contained in:
Sam M W 2022-10-22 12:25:44 +01:00
parent a28ae7e584
commit 11e48c1691

View File

@ -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*/