File: i386op1x.S

package info (click to toggle)
spectemu 0.94a-8
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 1,252 kB
  • ctags: 3,088
  • sloc: ansic: 15,419; asm: 5,160; sh: 2,760; cpp: 377; makefile: 228
file content (221 lines) | stat: -rw-r--r-- 2,924 bytes parent folder | download | duplicates (11)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
/* 
 * Copyright (C) 1996-1998 Szeredi Miklos
 * Email: mszeredi@inf.bme.hu
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version. See the file COPYING. 
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */

/* -*- asm -*- */

/* IX */
	
ld_ix_nn:
	DFETCH
	movw RVW, MIX
	TIMEX(14)

add_ix_bc:
	xchgw RHL, MIX
	DADD(RH, RL, RB, RC)
	xchgw RHL, MIX
	TIMEX(15)

add_ix_de:
	xchgw RHL, MIX
	DADD(RH, RL, MD, ME)
	xchgw RHL, MIX
	TIMEX(15)

add_ix_ix:
	xchgw RHL, MIX
	DADD(RH, RL, RH, RL)
	xchgw RHL, MIX
	TIMEX(15)

add_ix_sp:
	movw RSP, RVW
	xchgw RHL, MIX
	DADD(RH, RL, RV, RW)
	xchgw RHL, MIX
	TIMEX(15)

inc_ix:
	incw MIX
	TIMEX(10)
	
dec_ix:
	decw MIX
	TIMEX(10)

ld_inn_ix:
	DFETCHP
	xchgw RHL, MIX
	PUTMEM_RVW_NE(ld_inn_ix1, RL)
	incw RVW
	PUTMEM_RVW_NE(ld_inn_ix2, RH)
	xchgw RHL, MIX
	TIMEX(20)

ld_ix_inn:
	DFETCHP
	xchgw RHL, MIX
	movb (VWP), RL
	incw RVW
	movb (VWP), RH
	xchgw RHL, MIX
	TIMEX(20)

inc_iixd:
	IXDGET
	MODMEMID(ix, INC, 23)
	
inc_ixh:	
	INC(MIXH)
	TIMEX(8)
	
inc_ixl:	
	INC(MIXL)
	TIMEX(8)

dec_iixd:
	IXDGET
	MODMEMID(ix, DEC, 23)

dec_ixh:	
	DEC(MIXH)
	TIMEX(8)
	
dec_ixl:	
	DEC(MIXL)
	TIMEX(8)

	
ld_iixd_n:
	IXDGET
	FETCH
	PUTMEMID_RHL(ld_iixd_n, RW, 19)

ld_ixh_n:
	FETCH
	movb RW, MIXH
	TIMEX(11)

ld_ixl_n:
	FETCH
	movb RW, MIXL
	TIMEX(11)
	



/* IY */

ld_iy_nn:
	DFETCH
	movw RVW, MIY
	TIMEX(14)

add_iy_bc:
	xchgw RHL, MIY
	DADD(RH, RL, RB, RC)
	xchgw RHL, MIY
	TIMEX(15)

add_iy_de:
	xchgw RHL, MIY
	DADD(RH, RL, MD, ME)
	xchgw RHL, MIY
	TIMEX(15)

add_iy_iy:
	xchgw RHL, MIY
	DADD(RH, RL, RH, RL)
	xchgw RHL, MIY
	TIMEX(15)

add_iy_sp:
	movw RSP, RVW
	xchgw RHL, MIY
	DADD(RH, RL, RV, RW)
	xchgw RHL, MIY
	TIMEX(15)

inc_iy:
	incw MIY
	TIMEX(10)
	
dec_iy:
	decw MIY
	TIMEX(10)

ld_inn_iy:
	DFETCHP
	xchgw RHL, MIY
	PUTMEM_RVW_NE(ld_inn_iy1, RL)
	incw RVW
	PUTMEM_RVW_NE(ld_inn_iy2, RH)
	xchgw RHL, MIY
	TIMEX(20)

ld_iy_inn:
	DFETCHP
	xchgw RHL, MIY
	movb (VWP), RL
	incw RVW
	movb (VWP), RH
	xchgw RHL, MIY
	TIMEX(20)

inc_iiyd:
	IYDGET
	MODMEMID(iy, INC, 23)
	
inc_iyh:	
	INC(MIYH)
	TIMEX(8)
	
inc_iyl:	
	INC(MIYL)
	TIMEX(8)

dec_iiyd:
	IYDGET
	MODMEMID(iy, DEC, 23)

dec_iyh:	
	DEC(MIYH)
	TIMEX(8)
	
dec_iyl:	
	DEC(MIYL)
	TIMEX(8)

	
ld_iiyd_n:
	IYDGET
	FETCH
	PUTMEMID_RHL(ld_iiyd_n, RW, 19)

ld_iyh_n:
	FETCH
	movb RW, MIYH
	TIMEX(11)

ld_iyl_n:
	FETCH
	movb RW, MIYL
	TIMEX(11)