mirror of
https://github.com/mre/mos6502.git
synced 2025-02-20 09:29:02 +00:00
add missing CLI instruction
This commit is contained in:
parent
a28ae7e584
commit
11e48c1691
@ -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*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user