Support for the Mitsubishi 740 CPU for da65. Written and contributed by
Chris Baird, cjb@brushtail.apana.org.au. git-svn-id: svn://svn.cc65.org/cc65/trunk@5350 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -87,6 +87,14 @@ void OH_DirectIndirectLongY (const OpcDesc*);
|
||||
void OH_BlockMove (const OpcDesc*);
|
||||
void OH_AbsoluteXIndirect (const OpcDesc*);
|
||||
|
||||
/* Mitsubishi 740 */
|
||||
void OH_DirectImmediate (const OpcDesc*);
|
||||
void OH_ZeroPageBit (const OpcDesc*);
|
||||
void OH_AccumulatorBit (const OpcDesc*);
|
||||
void OH_AccumulatorBitBranch (const OpcDesc*);
|
||||
void OH_JmpDirectIndirect (const OpcDesc* D);
|
||||
void OH_SpecialPage (const OpcDesc*);
|
||||
|
||||
/* Handlers for special instructions */
|
||||
void OH_Rts (const OpcDesc*);
|
||||
void OH_JmpAbsolute (const OpcDesc*);
|
||||
|
||||
Reference in New Issue
Block a user