mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
instruction table contained wrong parameters at SIR opcode
This commit is contained in:
parent
0e98818db5
commit
527500cedc
@ -115,7 +115,7 @@ const OpcDesc OpcTable_6502DTV[256] = {
|
||||
{ "rla", 3, flUseLabel|flAbsOverride, OH_AbsoluteX }, /* $3f */
|
||||
{ "rti", 1, flNone, OH_Rts }, /* $40 */
|
||||
{ "eor", 2, flUseLabel, OH_DirectXIndirect }, /* $41 */
|
||||
{ "sir", 1, flNone, OH_Implicit }, /* $42 */
|
||||
{ "sir", 2, flNone, OH_Immediate }, /* $42 */
|
||||
{ "", 1, flIllegal, OH_Illegal, }, /* $43 */
|
||||
{ "nop", 2, flUseLabel, OH_Direct }, /* $44 */
|
||||
{ "eor", 2, flUseLabel, OH_Direct }, /* $45 */
|
||||
|
Loading…
Reference in New Issue
Block a user