]> git.sur5r.net Git - cc65/blobdiff - src/da65/handler.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / da65 / handler.h
index e39a08f21fac86cc419feb85aee6506493553c42..77da618c1655772d9a08abfa7880c9e0401557e2 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                handler.h                                 */
+/*                                 handler.h                                 */
 /*                                                                           */
-/*              Opcode handler functions for the disassembler               */
+/*               Opcode handler functions for the disassembler               */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -47,7 +47,7 @@
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -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*);
@@ -95,7 +103,5 @@ void OH_JmpAbsoluteIndirect (const OpcDesc* D);
 
 
 /* End of handler.h */
-#endif
-
-
 
+#endif