]> git.sur5r.net Git - cc65/blob - src/da65/opcm740.h
add gotox, gotoy, and gotoxy
[cc65] / src / da65 / opcm740.h
1 /*****************************************************************************/
2 /*                                                                           */
3 /*                                 opcm740.h                                 */
4 /*                                                                           */
5 /*               Mitsubishi 740 series opcode description table              */
6 /*                                                                           */
7 /* A contribution from Chris Baird                                           */
8 /* EMail:         cjb@brushtail.apana.org.au                                 */
9 /*                                                                           */
10 /* (C) 2003-2011, Ullrich von Bassewitz                                      */
11 /*                Roemerstrasse 52                                           */
12 /*                D-70794 Filderstadt                                        */
13 /* EMail:         uz@cc65.org                                                */
14 /*                                                                           */
15 /*                                                                           */
16 /* This software is provided 'as-is', without any expressed or implied       */
17 /* warranty.  In no event will the authors be held liable for any damages    */
18 /* arising from the use of this software.                                    */
19 /*                                                                           */
20 /* Permission is granted to anyone to use this software for any purpose,     */
21 /* including commercial applications, and to alter it and redistribute it    */
22 /* freely, subject to the following restrictions:                            */
23 /*                                                                           */
24 /* 1. The origin of this software must not be misrepresented; you must not   */
25 /*    claim that you wrote the original software. If you use this software   */
26 /*    in a product, an acknowledgment in the product documentation would be  */
27 /*    appreciated but is not required.                                       */
28 /* 2. Altered source versions must be plainly marked as such, and must not   */
29 /*    be misrepresented as being the original software.                      */
30 /* 3. This notice may not be removed or altered from any source              */
31 /*    distribution.                                                          */
32 /*                                                                           */
33 /*****************************************************************************/
34
35
36
37 #ifndef OPCM740_H
38 #define OPCM740_H
39
40
41
42 #include "opcdesc.h"
43
44
45
46 /*****************************************************************************/
47 /*                                   Data                                    */
48 /*****************************************************************************/
49
50
51
52 /* Descriptions for all opcodes */
53 extern const OpcDesc OpcTable_M740[256];
54
55
56
57 /* End of opcm740.h */
58 #endif
59
60
61