Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1186 | savelij | 1 | cpu ace1202 |
2 | page 0 |
||
3 | |||
4 | adc a, #055h |
||
5 | adc a, 030h |
||
6 | adc a, [x] |
||
7 | adc a, [#33h, x] |
||
8 | |||
9 | add a, #055h |
||
10 | add a, 030h |
||
11 | add a, [x] |
||
12 | add a, [#33h, x] |
||
13 | |||
14 | and a, #055h |
||
15 | and a, 030h |
||
16 | and a, [x] |
||
17 | and a, [#33h, x] |
||
18 | |||
19 | clr a |
||
20 | clr x |
||
21 | clr 030h |
||
22 | |||
23 | dec a |
||
24 | dec x |
||
25 | dec 030h |
||
26 | |||
27 | ifbit 7, a |
||
28 | ifbit 7, 033h |
||
29 | ifbit 7, [x] |
||
30 | |||
31 | ifc |
||
32 | |||
33 | ifeq a, #033h |
||
34 | ifeq a, 033h |
||
35 | ifeq a, [x] |
||
36 | ifeq a, [#044h, x] |
||
37 | ifeq x, #00344h |
||
38 | ifeq 033h, #044h |
||
39 | |||
40 | ifgt a, #033h |
||
41 | ifgt a, 033h |
||
42 | ifgt a, [x] |
||
43 | ifgt a, [#044h, x] |
||
44 | ifgt x, #00344h |
||
45 | |||
46 | iflt x, #00344h |
||
47 | |||
48 | ifnc |
||
49 | |||
50 | ifne a, #055h |
||
51 | ifne a, 030h |
||
52 | ifne a, [x] |
||
53 | ifne a, [#33h, x] |
||
54 | |||
55 | inc a |
||
56 | inc x |
||
57 | inc 030h |
||
58 | |||
59 | intr |
||
60 | |||
61 | invc |
||
62 | |||
63 | jmp 070eh |
||
64 | jmp [#01h, x] |
||
65 | |||
66 | jp $-30 |
||
67 | jp $-15 |
||
68 | jp $-1 |
||
69 | jp $ |
||
70 | jp $+1 |
||
71 | jp $+15 |
||
72 | jp $+31 |
||
73 | jp $+32 |
||
74 | |||
75 | jsr 070eh |
||
76 | jsr [#01h, x] |
||
77 | |||
78 | ld a, #033h |
||
79 | ld a, 033h |
||
80 | ld a, [x] |
||
81 | ld a, [#044h, x] |
||
82 | ld x, #00344h |
||
83 | ld 033h, #044h |
||
84 | ld 033h, 034h |
||
85 | |||
86 | ldc 2, 033h |
||
87 | |||
88 | nop |
||
89 | |||
90 | or a, #055h |
||
91 | or a, 030h |
||
92 | or a, [x] |
||
93 | or a, [#33h, x] |
||
94 | |||
95 | rbit 2, 033h |
||
96 | rbit 2, [x] |
||
97 | rbit 2, a ; Makro |
||
98 | |||
99 | rc |
||
100 | |||
101 | ret |
||
102 | |||
103 | reti |
||
104 | |||
105 | rlc a |
||
106 | rlc 030h |
||
107 | |||
108 | rrc a |
||
109 | rrc 030h |
||
110 | |||
111 | sbit 2, 033h |
||
112 | sbit 2, [x] |
||
113 | sbit 2, a ; Makro |
||
114 | |||
115 | sc |
||
116 | |||
117 | st a, 033h |
||
118 | st a, [x] |
||
119 | st a, [#044h, x] |
||
120 | |||
121 | stc 2, 033h |
||
122 | |||
123 | subc a, #055h |
||
124 | subc a, 030h |
||
125 | subc a, [x] |
||
126 | subc a, [#33h, x] |
||
127 | |||
128 | xor a, #055h |
||
129 | xor a, 030h |
||
130 | xor a, [x] |
||
131 | xor a, [#33h, x] |
||
132 | |||
133 | ;----------------------------------------------------- |
||
134 | ; standard Intel/MASM-style pseudo instructions |
||
135 | |||
136 | include "../t_dx/t_dn.inc" |
||
137 | include "../t_dx/t_db.inc" |
||
138 | include "../t_dx/t_dw.inc" |
||
139 | include "../t_dx/t_dd.inc" |
||
140 | include "../t_dx/t_dq.inc" |
||
141 | include "../t_dx/t_dt.inc" |
||
142 | include "../t_dx/t_do.inc" |