-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopcodes_8h_source.html
78 lines (76 loc) · 27.8 KB
/
opcodes_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>craziNES: src/opcodes.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">craziNES
 <span id="projectnumber">0.1</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">opcodes.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="opcodes_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef _CRAZINES_OPCODES_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define _CRAZINES_OPCODES_H</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div><div class="line"><a name="l00004"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a950be3515cefb90778ae11d17de1d8c4"> 4</a></span> <span class="preprocessor">#define BRK 0x00</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div><div class="line"><a name="l00006"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a4d63af1a596ef626ca73c0616beb48d4"> 6</a></span> <span class="preprocessor">#define NOP_zp_04 0x04</span></div><div class="line"><a name="l00007"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a55ee2a0a4ee64f2e91d52c8e503d265b"> 7</a></span> <span class="preprocessor">#define ORA_zp 0x05</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div><div class="line"><a name="l00009"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a66e4c03091a8dfb132784533118c8c6b"> 9</a></span> <span class="preprocessor">#define SLO_zp 0x07</span></div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a8ad9553f11b2ebd4cc74ef783dbb068e"> 10</a></span> <span class="preprocessor">#define PHP 0x08</span></div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a2ab06dce57e2d1e92a513f4f5964701d"> 11</a></span> <span class="preprocessor">#define ORA_imm 0x09</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> </div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a0475e4fe91538fd140e9524f0f1928b7"> 13</a></span> <span class="preprocessor">#define NOP_abs_0C 0x0C</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> </div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a4029c3005f31a2ed8883370eb63c52d3"> 15</a></span> <span class="preprocessor">#define SLO_abs 0x0F</span></div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a43a59b49336ac8ad13af90916f2ff4a0"> 16</a></span> <span class="preprocessor">#define BPL 0x10</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ad75f8fe1737fa97b1b62750067a80f1f"> 18</a></span> <span class="preprocessor">#define NOP_zp_14 0x14</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> </div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="opcodes_8h.html#af537557f86f08cfca1a5b6298caad92c"> 20</a></span> <span class="preprocessor">#define CLC 0x18</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="opcodes_8h.html#afe5716257a0c85c6a07978218cc97642"> 22</a></span> <span class="preprocessor">#define NOP_1A 0x1A</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a247b1b8fb632c153c2845cd4b7d1288b"> 24</a></span> <span class="preprocessor">#define NOP_abs_1C 0x1C</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ae9ef58a66a48face692856868cc1afb7"> 26</a></span> <span class="preprocessor">#define JSR 0x20</span></div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a5fb922e854409542c5969cf4d5b2dfda"> 27</a></span> <span class="preprocessor">#define AND_ind_x 0x21</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="opcodes_8h.html#abc72775a64d824578ee73c56d3230bc1"> 29</a></span> <span class="preprocessor">#define BIT_zp 0x24</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a24e6dcc054d89fcc6e11c73982a529f3"> 31</a></span> <span class="preprocessor">#define PLP 0x28</span></div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="opcodes_8h.html#aab4cd6e56cc9283090ae689073bbef64"> 32</a></span> <span class="preprocessor">#define AND_imm 0x29</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> </div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ae16dc7dae034283c9137ceb13b7792dc"> 34</a></span> <span class="preprocessor">#define BIT_abs 0x2C</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ae353905b2eff253cca4a18c6f51df6da"> 36</a></span> <span class="preprocessor">#define BMI 0x30</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ab3e8f409723fc2401d820b1eecd2fd3c"> 38</a></span> <span class="preprocessor">#define NOP_zp_34 0x34</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a6510922dbd8521a700ee6bd0f2a374d5"> 40</a></span> <span class="preprocessor">#define NOP_3A 0x3A</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ad1ad9c98b023f6826f9697a9dfa33d19"> 42</a></span> <span class="preprocessor">#define RLA_zp_x 0x37</span></div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a8bc5e463885769f21393880576c25f6b"> 43</a></span> <span class="preprocessor">#define SEC 0x38</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a16adb4f9e23f6f05317c17678eca62c2"> 45</a></span> <span class="preprocessor">#define RTI 0x40</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a0feda3d85f691414293c0fc2e601051d"> 47</a></span> <span class="preprocessor">#define NOP_zp_44 0x44</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> </div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a02f815c3be4b1e6a6c966c71b272c616"> 49</a></span> <span class="preprocessor">#define PHA 0x48</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a3555aaa28a10e4eecb73b71fa852de65"> 50</a></span> <span class="preprocessor">#define EOR_imm 0x49</span></div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a0dd7b1e161c4f8e33f0ce99c0aa6ac3e"> 52</a></span> <span class="preprocessor">#define LSR_acc 0x4A</span></div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span> </div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="opcodes_8h.html#aafb98b28dfa6f0f830adfd6466944dc9"> 54</a></span> <span class="preprocessor">#define JMP_abs 0x4C</span></div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> </div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a16c71d0c91148d39a8b83d33c7cb4581"> 56</a></span> <span class="preprocessor">#define BVC 0x50</span></div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> </div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a9d17366be492d17dc3e57bc0feecf729"> 58</a></span> <span class="preprocessor">#define NOP_zp_54 0x54</span></div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a7806d82cb41c78b6d2a9a236e60bf19c"> 60</a></span> <span class="preprocessor">#define CLI 0x58</span></div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a8ec58be00f6b90146aa997e71c36759d"> 62</a></span> <span class="preprocessor">#define NOP_5A 0x5A</span></div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a92248b9514529068b422898b0c76ac46"> 64</a></span> <span class="preprocessor">#define NOP_abs_5C 0x5C</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span> </div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a5da46cdb9a2133d1b4f0db71a332ba2e"> 66</a></span> <span class="preprocessor">#define RTS 0x60</span></div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> </div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="opcodes_8h.html#af01f4bcca220e0c54bf39ab46dce39eb"> 68</a></span> <span class="preprocessor">#define NOP_zp_64 0x64</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> </div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="opcodes_8h.html#af84663c60186602f2e75dafe18840914"> 70</a></span> <span class="preprocessor">#define PLA 0x68</span></div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="opcodes_8h.html#adca796f1ca7a1726a5471b3a8089af87"> 71</a></span> <span class="preprocessor">#define ADC_imm 0x69</span></div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span> </div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ab190719abe6bb966dc0b08770356bdf4"> 73</a></span> <span class="preprocessor">#define BVS 0x70</span></div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span> </div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ac21f96ee3fbbaca399aaceec3be3dc0d"> 75</a></span> <span class="preprocessor">#define NOP_zp_74 0x74</span></div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span> </div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a4452ae7bc68f7cc0f2975202b0fd1999"> 77</a></span> <span class="preprocessor">#define SEI 0x78</span></div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ac84ffdcfedbfde3a22fff46f84ce7318"> 79</a></span> <span class="preprocessor">#define NOP_7A 0x7A</span></div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span> </div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a0e5ea53a0e5366e3040a2ed5ab3ebdd2"> 81</a></span> <span class="preprocessor">#define NOP_abs_7C 0x7C</span></div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> </div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a12e4cc2ea0aa459f936b6ef77157ebeb"> 83</a></span> <span class="preprocessor">#define NOP_imm_80 0x80</span></div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> </div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ad2c50d460fa4df81c0cf3443ef243de0"> 85</a></span> <span class="preprocessor">#define STY_zp_x 0x84</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a2c3fe337142e01c85a53dcbe1d87ecc0"> 86</a></span> <span class="preprocessor">#define STA_zp 0x85</span></div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a2c3c140e71d6a2520e9eb634f528b8af"> 87</a></span> <span class="preprocessor">#define STX_zp 0x86</span></div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span> </div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a45d94aca1e31dc8140a55e8bdbbdf8df"> 89</a></span> <span class="preprocessor">#define DEY 0x88</span></div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span> </div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ad9b1ea8c1746325ebccc38b59080c074"> 91</a></span> <span class="preprocessor">#define STY_abs 0x8C</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ab7f16fc76111a2d3f9a53aa3d4b8c07d"> 92</a></span> <span class="preprocessor">#define STA_abs 0x8D</span></div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span> </div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a7c1355b4afbfac6cb58b27ac9649471d"> 94</a></span> <span class="preprocessor">#define STX_abs 0x8E</span></div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span> </div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a9f9b5c3908c35064e11e3d4fb15cb434"> 96</a></span> <span class="preprocessor">#define BCC 0x90</span></div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a15ea95c2d6c4b7fe33aa96d708d73a67"> 97</a></span> <span class="preprocessor">#define STA_ind_y 0x91</span></div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span> </div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ab4f926860beee157480b3b4d3d467013"> 99</a></span> <span class="preprocessor">#define TXS 0x9A</span></div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span> </div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a0ffae7ec11228acb4f4a7a1357e697a5"> 101</a></span> <span class="preprocessor">#define LDY_imm 0xA0</span></div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span> </div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ac5b8ab11f0b7b64fe77bd6c7c46f5708"> 103</a></span> <span class="preprocessor">#define LDX_imm 0xA2</span></div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span> </div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ae08d2dab2e3f0b50b5f10bff1b4546b3"> 105</a></span> <span class="preprocessor">#define LDA_zp 0xA5</span></div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ac0c1b0020fe4949dc0586c9a9781180b"> 106</a></span> <span class="preprocessor">#define LDX_zp 0xA6</span></div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span> </div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="opcodes_8h.html#abea2e495b3a84abdc1e4b9cfd9540389"> 108</a></span> <span class="preprocessor">#define LDA_imm 0xA9</span></div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span> </div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a7048adf959dbcd25df0fee5f96b99748"> 110</a></span> <span class="preprocessor">#define LDA_abs 0xAD</span></div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span> </div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ae7801eba2d163f1bf1a9105e0e1014e6"> 112</a></span> <span class="preprocessor">#define BCS 0xB0</span></div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span> </div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="opcodes_8h.html#adbaf8f50f9ae1a2ffd728ebc9b054826"> 114</a></span> <span class="preprocessor">#define LDY_zp_x 0xB4</span></div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a8221e61f22498beefa876317dfcfa929"> 115</a></span> <span class="preprocessor">#define LDA_zp_x 0xB5</span></div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span> </div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a27e377f04b7a836302a7562635bd7ce8"> 117</a></span> <span class="preprocessor">#define CLV 0xB8</span></div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span> </div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ac9bb3bdac0879f212c96a2b18e2f260c"> 119</a></span> <span class="preprocessor">#define LDA_abs_x 0xBD</span></div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span> </div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a790892aa22990f1926c4ae16cba1a44e"> 121</a></span> <span class="preprocessor">#define CPY_imm 0xC0</span></div><div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ae4dea89c616ce78aaaec3656704e56f3"> 122</a></span> <span class="preprocessor">#define CMP_ind_x 0xC1</span></div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span> </div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ac935c7a317f3e9be1db05d23fdbee7b4"> 124</a></span> <span class="preprocessor">#define DEC_zp 0xC6</span></div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span> </div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ac683055e870b8b1128085f6359c002d5"> 126</a></span> <span class="preprocessor">#define INY 0xC8</span></div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a9b2f5016e22bb19767aeafb723285aae"> 127</a></span> <span class="preprocessor">#define CMP_imm 0xC9</span></div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span> </div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ab670a1dc2e19655c3c8c4703946efaf1"> 129</a></span> <span class="preprocessor">#define DEX 0xCA</span></div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> </div><div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ac6c2a13fe5fb34ee62b56be7e02786d7"> 131</a></span> <span class="preprocessor">#define DEC_abs 0xCE</span></div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span> </div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a4e557ce20e8f60bde33104f27f2f6f5d"> 133</a></span> <span class="preprocessor">#define BNE 0xD0</span></div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span> </div><div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a0b60a13612b0cfec36e70fae206289a5"> 135</a></span> <span class="preprocessor">#define NOP_zp_D4 0xD4</span></div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span> </div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a449570a25023bbc91bf9c944cce1de1e"> 137</a></span> <span class="preprocessor">#define CLD 0xD8</span></div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span> </div><div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ab642ac57731136d4cb59effcd66d81e4"> 139</a></span> <span class="preprocessor">#define NOP_DA 0xDA</span></div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span> </div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ad55a7f511176ac6e1907d59f59cd5cd2"> 141</a></span> <span class="preprocessor">#define NOP_abs_DC 0xDC</span></div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span> </div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="opcodes_8h.html#aa692cf101a179c0409d20ba98a7a47b8"> 143</a></span> <span class="preprocessor">#define CPX_imm 0xE0</span></div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span> </div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a0610b74644f3dbc083c307d8528e206e"> 145</a></span> <span class="preprocessor">#define INC_zp 0xE6</span></div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span> </div><div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="opcodes_8h.html#addcb22086f123e99d176b2c31d8b1592"> 147</a></span> <span class="preprocessor">#define INX 0xE8</span></div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a76bab64106c82a40ae5a4221cec1e8f6"> 148</a></span> <span class="preprocessor">#define SBC_imm 0xE9</span></div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span> </div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a4e18c3a6d257cc785ca005f7e45ce9c5"> 150</a></span> <span class="preprocessor">#define NOP_EA 0xEA</span></div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span> </div><div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a9e21b1bbecbc6c491f4cb7de14e9b72c"> 152</a></span> <span class="preprocessor">#define BEQ 0xF0</span></div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span> </div><div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="opcodes_8h.html#aeea15ee47ff22a7204e64347b03ecf7b"> 154</a></span> <span class="preprocessor">#define NOP_zp_F4 0xF4</span></div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span> </div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="opcodes_8h.html#adabe92e502256233ec9cc443268cdd2e"> 156</a></span> <span class="preprocessor">#define NOP_FA 0xFA</span></div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span> </div><div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="opcodes_8h.html#a3d26015401299da54f9ae135d744245b"> 158</a></span> <span class="preprocessor">#define NOP_abs_FC 0xFC</span></div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span> </div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="opcodes_8h.html#ac0ec285868e72bf00027aa5ae618a82f"> 160</a></span> <span class="preprocessor">#define SED 0xF8</span></div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span> </div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span> <span class="preprocessor">#endif</span></div></div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>