implement 45GS02 compound instrictions in the disassembler
This commit is contained in:
@@ -103,6 +103,16 @@ void OH_AccumulatorBitBranch (const OpcDesc*);
|
||||
void OH_JmpDirectIndirect (const OpcDesc* D);
|
||||
void OH_SpecialPage (const OpcDesc*);
|
||||
|
||||
/* 45GS02 */
|
||||
void OH_Direct_Q (const OpcDesc*);
|
||||
void OH_DirectIndirectZ_Q (const OpcDesc* D);
|
||||
void OH_Absolute_Q (const OpcDesc* D);
|
||||
void OH_AbsoluteX_Q (const OpcDesc* D);
|
||||
void OH_BitBranch_Q (const OpcDesc* D);
|
||||
void OH_DirectX_Q (const OpcDesc* D);
|
||||
void OH_Implicit_ea_45GS02 (const OpcDesc* D);
|
||||
void OH_Implicit_42_45GS02 (const OpcDesc* D);
|
||||
|
||||
/* Handlers for special instructions */
|
||||
void OH_Rts (const OpcDesc*);
|
||||
void OH_JmpAbsolute (const OpcDesc*);
|
||||
|
||||
Reference in New Issue
Block a user