2 * Simulator of microcontrollers (decc02s.h)
4 * Copyright (C) 2020 Drotos Daniel
6 * To contact author send email to dr.dkdb@gmail.com
10 /* This file is part of microcontroller simulator: ucsim.
12 UCSIM is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version.
17 UCSIM is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
22 You should have received a copy of the GNU General Public License
23 along with UCSIM; see the file COPYING. If not, write to the Free
24 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
27 #ifndef DECC02S_HEADER
28 #define DECC02S_HEADER
31 #define WAI instruction_cb
32 #define STP instruction_db
34 #define RMB0 instruction_07
35 #define RMB1 instruction_17
36 #define RMB2 instruction_27
37 #define RMB3 instruction_37
38 #define RMB4 instruction_47
39 #define RMB5 instruction_57
40 #define RMB6 instruction_67
41 #define RMB7 instruction_77
43 #define SMB0 instruction_87
44 #define SMB1 instruction_97
45 #define SMB2 instruction_a7
46 #define SMB3 instruction_b7
47 #define SMB4 instruction_c7
48 #define SMB5 instruction_d7
49 #define SMB6 instruction_e7
50 #define SMB7 instruction_f7
52 #define BBR0 instruction_0f
53 #define BBR1 instruction_1f
54 #define BBR2 instruction_2f
55 #define BBR3 instruction_3f
56 #define BBR4 instruction_4f
57 #define BBR5 instruction_5f
58 #define BBR6 instruction_6f
59 #define BBR7 instruction_7f
61 #define BBS0 instruction_8f
62 #define BBS1 instruction_9f
63 #define BBS2 instruction_af
64 #define BBS3 instruction_bf
65 #define BBS4 instruction_cf
66 #define BBS5 instruction_df
67 #define BBS6 instruction_ef
68 #define BBS7 instruction_ff
73 /* End of mos6502.src/decc02s.h */