Implement 386 instruction table, improve 8086/186/286 instruction table
[multi_emu.git] / instr_80386.txt
1 addressing modes 00
2 00000000  0000              add [eax],al
3 00000000  0001              add [ecx],al
4 00000000  0002              add [edx],al
5 00000000  0003              add [ebx],al
6 00000000  000401            add [ecx+eax],al
7 00000000  000501234567      add [dword 0x67452301],al
8 00000000  0006              add [esi],al
9 00000000  0007              add [edi],al
10 00000000  004001            add [eax+0x1],al
11 00000000  004101            add [ecx+0x1],al
12 00000000  004201            add [edx+0x1],al
13 00000000  004301            add [ebx+0x1],al
14 00000000  00440123          add [ecx+eax+0x23],al
15 00000000  004501            add [ebp+0x1],al
16 00000000  004601            add [esi+0x1],al
17 00000000  004701            add [edi+0x1],al
18 00000000  008001234567      add [eax+0x67452301],al
19 00000000  008101234567      add [ecx+0x67452301],al
20 00000000  008201234567      add [edx+0x67452301],al
21 00000000  008301234567      add [ebx+0x67452301],al
22 00000000  00840123456789    add [ecx+eax-0x7698badd],al
23 00000000  008501234567      add [ebp+0x67452301],al
24 00000000  008601234567      add [esi+0x67452301],al
25 00000000  008701234567      add [edi+0x67452301],al
26 00000000  00C0              add al,al
27 00000000  00C1              add cl,al
28 00000000  00C2              add dl,al
29 00000000  00C3              add bl,al
30 00000000  00C4              add ah,al
31 00000000  00C5              add ch,al
32 00000000  00C6              add dh,al
33 00000000  00C7              add bh,al
34
35 addressing modes 01
36 00000000  0100              add [eax],eax
37 00000000  0101              add [ecx],eax
38 00000000  0102              add [edx],eax
39 00000000  0103              add [ebx],eax
40 00000000  010401            add [ecx+eax],eax
41 00000000  010501234567      add [dword 0x67452301],eax
42 00000000  0106              add [esi],eax
43 00000000  0107              add [edi],eax
44 00000000  014001            add [eax+0x1],eax
45 00000000  014101            add [ecx+0x1],eax
46 00000000  014201            add [edx+0x1],eax
47 00000000  014301            add [ebx+0x1],eax
48 00000000  01440123          add [ecx+eax+0x23],eax
49 00000000  014501            add [ebp+0x1],eax
50 00000000  014601            add [esi+0x1],eax
51 00000000  014701            add [edi+0x1],eax
52 00000000  018001234567      add [eax+0x67452301],eax
53 00000000  018101234567      add [ecx+0x67452301],eax
54 00000000  018201234567      add [edx+0x67452301],eax
55 00000000  018301234567      add [ebx+0x67452301],eax
56 00000000  01840123456789    add [ecx+eax-0x7698badd],eax
57 00000000  018501234567      add [ebp+0x67452301],eax
58 00000000  018601234567      add [esi+0x67452301],eax
59 00000000  018701234567      add [edi+0x67452301],eax
60 00000000  01C0              add eax,eax
61 00000000  01C1              add ecx,eax
62 00000000  01C2              add edx,eax
63 00000000  01C3              add ebx,eax
64 00000000  01C4              add esp,eax
65 00000000  01C5              add ebp,eax
66 00000000  01C6              add esi,eax
67 00000000  01C7              add edi,eax
68
69 addressing modes 00 04
70 00000000  000400            add [eax+eax],al
71 00000000  000401            add [ecx+eax],al
72 00000000  000402            add [edx+eax],al
73 00000000  000403            add [ebx+eax],al
74 00000000  000404            add [esp+eax],al
75 00000000  00040501234567    add [eax+0x67452301],al
76 00000000  000406            add [esi+eax],al
77 00000000  000407            add [edi+eax],al
78 00000000  000408            add [eax+ecx],al
79 00000000  000409            add [ecx+ecx],al
80 00000000  00040A            add [edx+ecx],al
81 00000000  00040B            add [ebx+ecx],al
82 00000000  00040C            add [esp+ecx],al
83 00000000  00040D01234567    add [ecx+0x67452301],al
84 00000000  00040E            add [esi+ecx],al
85 00000000  00040F            add [edi+ecx],al
86 00000000  000410            add [eax+edx],al
87 00000000  000411            add [ecx+edx],al
88 00000000  000412            add [edx+edx],al
89 00000000  000413            add [ebx+edx],al
90 00000000  000414            add [esp+edx],al
91 00000000  00041501234567    add [edx+0x67452301],al
92 00000000  000416            add [esi+edx],al
93 00000000  000417            add [edi+edx],al
94 00000000  000418            add [eax+ebx],al
95 00000000  000419            add [ecx+ebx],al
96 00000000  00041A            add [edx+ebx],al
97 00000000  00041B            add [ebx+ebx],al
98 00000000  00041C            add [esp+ebx],al
99 00000000  00041D01234567    add [ebx+0x67452301],al
100 00000000  00041E            add [esi+ebx],al
101 00000000  00041F            add [edi+ebx],al
102 00000000  000420            add [eax],al
103 00000000  000421            add [ecx],al
104 00000000  000422            add [edx],al
105 00000000  000423            add [ebx],al
106 00000000  000424            add [esp],al
107 00000000  00042501234567    add [0x67452301],al
108 00000000  000426            add [esi],al
109 00000000  000427            add [edi],al
110 00000000  000428            add [eax+ebp],al
111 00000000  000429            add [ecx+ebp],al
112 00000000  00042A            add [edx+ebp],al
113 00000000  00042B            add [ebx+ebp],al
114 00000000  00042C            add [esp+ebp],al
115 00000000  00042D01234567    add [ebp+0x67452301],al
116 00000000  00042E            add [esi+ebp],al
117 00000000  00042F            add [edi+ebp],al
118 00000000  000430            add [eax+esi],al
119 00000000  000431            add [ecx+esi],al
120 00000000  000432            add [edx+esi],al
121 00000000  000433            add [ebx+esi],al
122 00000000  000434            add [esp+esi],al
123 00000000  00043501234567    add [esi+0x67452301],al
124 00000000  000436            add [esi+esi],al
125 00000000  000437            add [edi+esi],al
126 00000000  000438            add [eax+edi],al
127 00000000  000439            add [ecx+edi],al
128 00000000  00043A            add [edx+edi],al
129 00000000  00043B            add [ebx+edi],al
130 00000000  00043C            add [esp+edi],al
131 00000000  00043D01234567    add [edi+0x67452301],al
132 00000000  00043E            add [esi+edi],al
133 00000000  00043F            add [edi+edi],al
134 00000000  000440            add [eax+eax*2],al
135 00000000  000441            add [ecx+eax*2],al
136 00000000  000442            add [edx+eax*2],al
137 00000000  000443            add [ebx+eax*2],al
138 00000000  000444            add [esp+eax*2],al
139 00000000  00044501234567    add [eax*2+0x67452301],al
140 00000000  000446            add [esi+eax*2],al
141 00000000  000447            add [edi+eax*2],al
142 00000000  000448            add [eax+ecx*2],al
143 00000000  000449            add [ecx+ecx*2],al
144 00000000  00044A            add [edx+ecx*2],al
145 00000000  00044B            add [ebx+ecx*2],al
146 00000000  00044C            add [esp+ecx*2],al
147 00000000  00044D01234567    add [ecx*2+0x67452301],al
148 00000000  00044E            add [esi+ecx*2],al
149 00000000  00044F            add [edi+ecx*2],al
150 00000000  000450            add [eax+edx*2],al
151 00000000  000451            add [ecx+edx*2],al
152 00000000  000452            add [edx+edx*2],al
153 00000000  000453            add [ebx+edx*2],al
154 00000000  000454            add [esp+edx*2],al
155 00000000  00045501234567    add [edx*2+0x67452301],al
156 00000000  000456            add [esi+edx*2],al
157 00000000  000457            add [edi+edx*2],al
158 00000000  000458            add [eax+ebx*2],al
159 00000000  000459            add [ecx+ebx*2],al
160 00000000  00045A            add [edx+ebx*2],al
161 00000000  00045B            add [ebx+ebx*2],al
162 00000000  00045C            add [esp+ebx*2],al
163 00000000  00045D01234567    add [ebx*2+0x67452301],al
164 00000000  00045E            add [esi+ebx*2],al
165 00000000  00045F            add [edi+ebx*2],al
166 00000000  000460            add [eax],al
167 00000000  000461            add [ecx],al
168 00000000  000462            add [edx],al
169 00000000  000463            add [ebx],al
170 00000000  000464            add [esp],al
171 00000000  00046501234567    add [0x67452301],al
172 00000000  000466            add [esi],al
173 00000000  000467            add [edi],al
174 00000000  000468            add [eax+ebp*2],al
175 00000000  000469            add [ecx+ebp*2],al
176 00000000  00046A            add [edx+ebp*2],al
177 00000000  00046B            add [ebx+ebp*2],al
178 00000000  00046C            add [esp+ebp*2],al
179 00000000  00046D01234567    add [ebp*2+0x67452301],al
180 00000000  00046E            add [esi+ebp*2],al
181 00000000  00046F            add [edi+ebp*2],al
182 00000000  000470            add [eax+esi*2],al
183 00000000  000471            add [ecx+esi*2],al
184 00000000  000472            add [edx+esi*2],al
185 00000000  000473            add [ebx+esi*2],al
186 00000000  000474            add [esp+esi*2],al
187 00000000  00047501234567    add [esi*2+0x67452301],al
188 00000000  000476            add [esi+esi*2],al
189 00000000  000477            add [edi+esi*2],al
190 00000000  000478            add [eax+edi*2],al
191 00000000  000479            add [ecx+edi*2],al
192 00000000  00047A            add [edx+edi*2],al
193 00000000  00047B            add [ebx+edi*2],al
194 00000000  00047C            add [esp+edi*2],al
195 00000000  00047D01234567    add [edi*2+0x67452301],al
196 00000000  00047E            add [esi+edi*2],al
197 00000000  00047F            add [edi+edi*2],al
198 00000000  000480            add [eax+eax*4],al
199 00000000  000481            add [ecx+eax*4],al
200 00000000  000482            add [edx+eax*4],al
201 00000000  000483            add [ebx+eax*4],al
202 00000000  000484            add [esp+eax*4],al
203 00000000  00048501234567    add [eax*4+0x67452301],al
204 00000000  000486            add [esi+eax*4],al
205 00000000  000487            add [edi+eax*4],al
206 00000000  000488            add [eax+ecx*4],al
207 00000000  000489            add [ecx+ecx*4],al
208 00000000  00048A            add [edx+ecx*4],al
209 00000000  00048B            add [ebx+ecx*4],al
210 00000000  00048C            add [esp+ecx*4],al
211 00000000  00048D01234567    add [ecx*4+0x67452301],al
212 00000000  00048E            add [esi+ecx*4],al
213 00000000  00048F            add [edi+ecx*4],al
214 00000000  000490            add [eax+edx*4],al
215 00000000  000491            add [ecx+edx*4],al
216 00000000  000492            add [edx+edx*4],al
217 00000000  000493            add [ebx+edx*4],al
218 00000000  000494            add [esp+edx*4],al
219 00000000  00049501234567    add [edx*4+0x67452301],al
220 00000000  000496            add [esi+edx*4],al
221 00000000  000497            add [edi+edx*4],al
222 00000000  000498            add [eax+ebx*4],al
223 00000000  000499            add [ecx+ebx*4],al
224 00000000  00049A            add [edx+ebx*4],al
225 00000000  00049B            add [ebx+ebx*4],al
226 00000000  00049C            add [esp+ebx*4],al
227 00000000  00049D01234567    add [ebx*4+0x67452301],al
228 00000000  00049E            add [esi+ebx*4],al
229 00000000  00049F            add [edi+ebx*4],al
230 00000000  0004A0            add [eax],al
231 00000000  0004A1            add [ecx],al
232 00000000  0004A2            add [edx],al
233 00000000  0004A3            add [ebx],al
234 00000000  0004A4            add [esp],al
235 00000000  0004A501234567    add [0x67452301],al
236 00000000  0004A6            add [esi],al
237 00000000  0004A7            add [edi],al
238 00000000  0004A8            add [eax+ebp*4],al
239 00000000  0004A9            add [ecx+ebp*4],al
240 00000000  0004AA            add [edx+ebp*4],al
241 00000000  0004AB            add [ebx+ebp*4],al
242 00000000  0004AC            add [esp+ebp*4],al
243 00000000  0004AD01234567    add [ebp*4+0x67452301],al
244 00000000  0004AE            add [esi+ebp*4],al
245 00000000  0004AF            add [edi+ebp*4],al
246 00000000  0004B0            add [eax+esi*4],al
247 00000000  0004B1            add [ecx+esi*4],al
248 00000000  0004B2            add [edx+esi*4],al
249 00000000  0004B3            add [ebx+esi*4],al
250 00000000  0004B4            add [esp+esi*4],al
251 00000000  0004B501234567    add [esi*4+0x67452301],al
252 00000000  0004B6            add [esi+esi*4],al
253 00000000  0004B7            add [edi+esi*4],al
254 00000000  0004B8            add [eax+edi*4],al
255 00000000  0004B9            add [ecx+edi*4],al
256 00000000  0004BA            add [edx+edi*4],al
257 00000000  0004BB            add [ebx+edi*4],al
258 00000000  0004BC            add [esp+edi*4],al
259 00000000  0004BD01234567    add [edi*4+0x67452301],al
260 00000000  0004BE            add [esi+edi*4],al
261 00000000  0004BF            add [edi+edi*4],al
262 00000000  0004C0            add [eax+eax*8],al
263 00000000  0004C1            add [ecx+eax*8],al
264 00000000  0004C2            add [edx+eax*8],al
265 00000000  0004C3            add [ebx+eax*8],al
266 00000000  0004C4            add [esp+eax*8],al
267 00000000  0004C501234567    add [eax*8+0x67452301],al
268 00000000  0004C6            add [esi+eax*8],al
269 00000000  0004C7            add [edi+eax*8],al
270 00000000  0004C8            add [eax+ecx*8],al
271 00000000  0004C9            add [ecx+ecx*8],al
272 00000000  0004CA            add [edx+ecx*8],al
273 00000000  0004CB            add [ebx+ecx*8],al
274 00000000  0004CC            add [esp+ecx*8],al
275 00000000  0004CD01234567    add [ecx*8+0x67452301],al
276 00000000  0004CE            add [esi+ecx*8],al
277 00000000  0004CF            add [edi+ecx*8],al
278 00000000  0004D0            add [eax+edx*8],al
279 00000000  0004D1            add [ecx+edx*8],al
280 00000000  0004D2            add [edx+edx*8],al
281 00000000  0004D3            add [ebx+edx*8],al
282 00000000  0004D4            add [esp+edx*8],al
283 00000000  0004D501234567    add [edx*8+0x67452301],al
284 00000000  0004D6            add [esi+edx*8],al
285 00000000  0004D7            add [edi+edx*8],al
286 00000000  0004D8            add [eax+ebx*8],al
287 00000000  0004D9            add [ecx+ebx*8],al
288 00000000  0004DA            add [edx+ebx*8],al
289 00000000  0004DB            add [ebx+ebx*8],al
290 00000000  0004DC            add [esp+ebx*8],al
291 00000000  0004DD01234567    add [ebx*8+0x67452301],al
292 00000000  0004DE            add [esi+ebx*8],al
293 00000000  0004DF            add [edi+ebx*8],al
294 00000000  0004E0            add [eax],al
295 00000000  0004E1            add [ecx],al
296 00000000  0004E2            add [edx],al
297 00000000  0004E3            add [ebx],al
298 00000000  0004E4            add [esp],al
299 00000000  0004E501234567    add [0x67452301],al
300 00000000  0004E6            add [esi],al
301 00000000  0004E7            add [edi],al
302 00000000  0004E8            add [eax+ebp*8],al
303 00000000  0004E9            add [ecx+ebp*8],al
304 00000000  0004EA            add [edx+ebp*8],al
305 00000000  0004EB            add [ebx+ebp*8],al
306 00000000  0004EC            add [esp+ebp*8],al
307 00000000  0004ED01234567    add [ebp*8+0x67452301],al
308 00000000  0004EE            add [esi+ebp*8],al
309 00000000  0004EF            add [edi+ebp*8],al
310 00000000  0004F0            add [eax+esi*8],al
311 00000000  0004F1            add [ecx+esi*8],al
312 00000000  0004F2            add [edx+esi*8],al
313 00000000  0004F3            add [ebx+esi*8],al
314 00000000  0004F4            add [esp+esi*8],al
315 00000000  0004F501234567    add [esi*8+0x67452301],al
316 00000000  0004F6            add [esi+esi*8],al
317 00000000  0004F7            add [edi+esi*8],al
318 00000000  0004F8            add [eax+edi*8],al
319 00000000  0004F9            add [ecx+edi*8],al
320 00000000  0004FA            add [edx+edi*8],al
321 00000000  0004FB            add [ebx+edi*8],al
322 00000000  0004FC            add [esp+edi*8],al
323 00000000  0004FD01234567    add [edi*8+0x67452301],al
324 00000000  0004FE            add [esi+edi*8],al
325 00000000  0004FF            add [edi+edi*8],al
326
327 addressing modes 00 44
328 00000000  00440001          add [eax+eax+0x1],al
329 00000000  00440101          add [ecx+eax+0x1],al
330 00000000  00440201          add [edx+eax+0x1],al
331 00000000  00440301          add [ebx+eax+0x1],al
332 00000000  00440401          add [esp+eax+0x1],al
333 00000000  00440501          add [ebp+eax+0x1],al
334 00000000  00440601          add [esi+eax+0x1],al
335 00000000  00440701          add [edi+eax+0x1],al
336 00000000  00440801          add [eax+ecx+0x1],al
337 00000000  00440901          add [ecx+ecx+0x1],al
338 00000000  00440A01          add [edx+ecx+0x1],al
339 00000000  00440B01          add [ebx+ecx+0x1],al
340 00000000  00440C01          add [esp+ecx+0x1],al
341 00000000  00440D01          add [ebp+ecx+0x1],al
342 00000000  00440E01          add [esi+ecx+0x1],al
343 00000000  00440F01          add [edi+ecx+0x1],al
344 00000000  00441001          add [eax+edx+0x1],al
345 00000000  00441101          add [ecx+edx+0x1],al
346 00000000  00441201          add [edx+edx+0x1],al
347 00000000  00441301          add [ebx+edx+0x1],al
348 00000000  00441401          add [esp+edx+0x1],al
349 00000000  00441501          add [ebp+edx+0x1],al
350 00000000  00441601          add [esi+edx+0x1],al
351 00000000  00441701          add [edi+edx+0x1],al
352 00000000  00441801          add [eax+ebx+0x1],al
353 00000000  00441901          add [ecx+ebx+0x1],al
354 00000000  00441A01          add [edx+ebx+0x1],al
355 00000000  00441B01          add [ebx+ebx+0x1],al
356 00000000  00441C01          add [esp+ebx+0x1],al
357 00000000  00441D01          add [ebp+ebx+0x1],al
358 00000000  00441E01          add [esi+ebx+0x1],al
359 00000000  00441F01          add [edi+ebx+0x1],al
360 00000000  00442001          add [eax+0x1],al
361 00000000  00442101          add [ecx+0x1],al
362 00000000  00442201          add [edx+0x1],al
363 00000000  00442301          add [ebx+0x1],al
364 00000000  00442401          add [esp+0x1],al
365 00000000  00442501          add [ebp+0x1],al
366 00000000  00442601          add [esi+0x1],al
367 00000000  00442701          add [edi+0x1],al
368 00000000  00442801          add [eax+ebp+0x1],al
369 00000000  00442901          add [ecx+ebp+0x1],al
370 00000000  00442A01          add [edx+ebp+0x1],al
371 00000000  00442B01          add [ebx+ebp+0x1],al
372 00000000  00442C01          add [esp+ebp+0x1],al
373 00000000  00442D01          add [ebp+ebp+0x1],al
374 00000000  00442E01          add [esi+ebp+0x1],al
375 00000000  00442F01          add [edi+ebp+0x1],al
376 00000000  00443001          add [eax+esi+0x1],al
377 00000000  00443101          add [ecx+esi+0x1],al
378 00000000  00443201          add [edx+esi+0x1],al
379 00000000  00443301          add [ebx+esi+0x1],al
380 00000000  00443401          add [esp+esi+0x1],al
381 00000000  00443501          add [ebp+esi+0x1],al
382 00000000  00443601          add [esi+esi+0x1],al
383 00000000  00443701          add [edi+esi+0x1],al
384 00000000  00443801          add [eax+edi+0x1],al
385 00000000  00443901          add [ecx+edi+0x1],al
386 00000000  00443A01          add [edx+edi+0x1],al
387 00000000  00443B01          add [ebx+edi+0x1],al
388 00000000  00443C01          add [esp+edi+0x1],al
389 00000000  00443D01          add [ebp+edi+0x1],al
390 00000000  00443E01          add [esi+edi+0x1],al
391 00000000  00443F01          add [edi+edi+0x1],al
392 00000000  00444001          add [eax+eax*2+0x1],al
393 00000000  00444101          add [ecx+eax*2+0x1],al
394 00000000  00444201          add [edx+eax*2+0x1],al
395 00000000  00444301          add [ebx+eax*2+0x1],al
396 00000000  00444401          add [esp+eax*2+0x1],al
397 00000000  00444501          add [ebp+eax*2+0x1],al
398 00000000  00444601          add [esi+eax*2+0x1],al
399 00000000  00444701          add [edi+eax*2+0x1],al
400 00000000  00444801          add [eax+ecx*2+0x1],al
401 00000000  00444901          add [ecx+ecx*2+0x1],al
402 00000000  00444A01          add [edx+ecx*2+0x1],al
403 00000000  00444B01          add [ebx+ecx*2+0x1],al
404 00000000  00444C01          add [esp+ecx*2+0x1],al
405 00000000  00444D01          add [ebp+ecx*2+0x1],al
406 00000000  00444E01          add [esi+ecx*2+0x1],al
407 00000000  00444F01          add [edi+ecx*2+0x1],al
408 00000000  00445001          add [eax+edx*2+0x1],al
409 00000000  00445101          add [ecx+edx*2+0x1],al
410 00000000  00445201          add [edx+edx*2+0x1],al
411 00000000  00445301          add [ebx+edx*2+0x1],al
412 00000000  00445401          add [esp+edx*2+0x1],al
413 00000000  00445501          add [ebp+edx*2+0x1],al
414 00000000  00445601          add [esi+edx*2+0x1],al
415 00000000  00445701          add [edi+edx*2+0x1],al
416 00000000  00445801          add [eax+ebx*2+0x1],al
417 00000000  00445901          add [ecx+ebx*2+0x1],al
418 00000000  00445A01          add [edx+ebx*2+0x1],al
419 00000000  00445B01          add [ebx+ebx*2+0x1],al
420 00000000  00445C01          add [esp+ebx*2+0x1],al
421 00000000  00445D01          add [ebp+ebx*2+0x1],al
422 00000000  00445E01          add [esi+ebx*2+0x1],al
423 00000000  00445F01          add [edi+ebx*2+0x1],al
424 00000000  00446001          add [eax+0x1],al
425 00000000  00446101          add [ecx+0x1],al
426 00000000  00446201          add [edx+0x1],al
427 00000000  00446301          add [ebx+0x1],al
428 00000000  00446401          add [esp+0x1],al
429 00000000  00446501          add [ebp+0x1],al
430 00000000  00446601          add [esi+0x1],al
431 00000000  00446701          add [edi+0x1],al
432 00000000  00446801          add [eax+ebp*2+0x1],al
433 00000000  00446901          add [ecx+ebp*2+0x1],al
434 00000000  00446A01          add [edx+ebp*2+0x1],al
435 00000000  00446B01          add [ebx+ebp*2+0x1],al
436 00000000  00446C01          add [esp+ebp*2+0x1],al
437 00000000  00446D01          add [ebp+ebp*2+0x1],al
438 00000000  00446E01          add [esi+ebp*2+0x1],al
439 00000000  00446F01          add [edi+ebp*2+0x1],al
440 00000000  00447001          add [eax+esi*2+0x1],al
441 00000000  00447101          add [ecx+esi*2+0x1],al
442 00000000  00447201          add [edx+esi*2+0x1],al
443 00000000  00447301          add [ebx+esi*2+0x1],al
444 00000000  00447401          add [esp+esi*2+0x1],al
445 00000000  00447501          add [ebp+esi*2+0x1],al
446 00000000  00447601          add [esi+esi*2+0x1],al
447 00000000  00447701          add [edi+esi*2+0x1],al
448 00000000  00447801          add [eax+edi*2+0x1],al
449 00000000  00447901          add [ecx+edi*2+0x1],al
450 00000000  00447A01          add [edx+edi*2+0x1],al
451 00000000  00447B01          add [ebx+edi*2+0x1],al
452 00000000  00447C01          add [esp+edi*2+0x1],al
453 00000000  00447D01          add [ebp+edi*2+0x1],al
454 00000000  00447E01          add [esi+edi*2+0x1],al
455 00000000  00447F01          add [edi+edi*2+0x1],al
456 00000000  00448001          add [eax+eax*4+0x1],al
457 00000000  00448101          add [ecx+eax*4+0x1],al
458 00000000  00448201          add [edx+eax*4+0x1],al
459 00000000  00448301          add [ebx+eax*4+0x1],al
460 00000000  00448401          add [esp+eax*4+0x1],al
461 00000000  00448501          add [ebp+eax*4+0x1],al
462 00000000  00448601          add [esi+eax*4+0x1],al
463 00000000  00448701          add [edi+eax*4+0x1],al
464 00000000  00448801          add [eax+ecx*4+0x1],al
465 00000000  00448901          add [ecx+ecx*4+0x1],al
466 00000000  00448A01          add [edx+ecx*4+0x1],al
467 00000000  00448B01          add [ebx+ecx*4+0x1],al
468 00000000  00448C01          add [esp+ecx*4+0x1],al
469 00000000  00448D01          add [ebp+ecx*4+0x1],al
470 00000000  00448E01          add [esi+ecx*4+0x1],al
471 00000000  00448F01          add [edi+ecx*4+0x1],al
472 00000000  00449001          add [eax+edx*4+0x1],al
473 00000000  00449101          add [ecx+edx*4+0x1],al
474 00000000  00449201          add [edx+edx*4+0x1],al
475 00000000  00449301          add [ebx+edx*4+0x1],al
476 00000000  00449401          add [esp+edx*4+0x1],al
477 00000000  00449501          add [ebp+edx*4+0x1],al
478 00000000  00449601          add [esi+edx*4+0x1],al
479 00000000  00449701          add [edi+edx*4+0x1],al
480 00000000  00449801          add [eax+ebx*4+0x1],al
481 00000000  00449901          add [ecx+ebx*4+0x1],al
482 00000000  00449A01          add [edx+ebx*4+0x1],al
483 00000000  00449B01          add [ebx+ebx*4+0x1],al
484 00000000  00449C01          add [esp+ebx*4+0x1],al
485 00000000  00449D01          add [ebp+ebx*4+0x1],al
486 00000000  00449E01          add [esi+ebx*4+0x1],al
487 00000000  00449F01          add [edi+ebx*4+0x1],al
488 00000000  0044A001          add [eax+0x1],al
489 00000000  0044A101          add [ecx+0x1],al
490 00000000  0044A201          add [edx+0x1],al
491 00000000  0044A301          add [ebx+0x1],al
492 00000000  0044A401          add [esp+0x1],al
493 00000000  0044A501          add [ebp+0x1],al
494 00000000  0044A601          add [esi+0x1],al
495 00000000  0044A701          add [edi+0x1],al
496 00000000  0044A801          add [eax+ebp*4+0x1],al
497 00000000  0044A901          add [ecx+ebp*4+0x1],al
498 00000000  0044AA01          add [edx+ebp*4+0x1],al
499 00000000  0044AB01          add [ebx+ebp*4+0x1],al
500 00000000  0044AC01          add [esp+ebp*4+0x1],al
501 00000000  0044AD01          add [ebp+ebp*4+0x1],al
502 00000000  0044AE01          add [esi+ebp*4+0x1],al
503 00000000  0044AF01          add [edi+ebp*4+0x1],al
504 00000000  0044B001          add [eax+esi*4+0x1],al
505 00000000  0044B101          add [ecx+esi*4+0x1],al
506 00000000  0044B201          add [edx+esi*4+0x1],al
507 00000000  0044B301          add [ebx+esi*4+0x1],al
508 00000000  0044B401          add [esp+esi*4+0x1],al
509 00000000  0044B501          add [ebp+esi*4+0x1],al
510 00000000  0044B601          add [esi+esi*4+0x1],al
511 00000000  0044B701          add [edi+esi*4+0x1],al
512 00000000  0044B801          add [eax+edi*4+0x1],al
513 00000000  0044B901          add [ecx+edi*4+0x1],al
514 00000000  0044BA01          add [edx+edi*4+0x1],al
515 00000000  0044BB01          add [ebx+edi*4+0x1],al
516 00000000  0044BC01          add [esp+edi*4+0x1],al
517 00000000  0044BD01          add [ebp+edi*4+0x1],al
518 00000000  0044BE01          add [esi+edi*4+0x1],al
519 00000000  0044BF01          add [edi+edi*4+0x1],al
520 00000000  0044C001          add [eax+eax*8+0x1],al
521 00000000  0044C101          add [ecx+eax*8+0x1],al
522 00000000  0044C201          add [edx+eax*8+0x1],al
523 00000000  0044C301          add [ebx+eax*8+0x1],al
524 00000000  0044C401          add [esp+eax*8+0x1],al
525 00000000  0044C501          add [ebp+eax*8+0x1],al
526 00000000  0044C601          add [esi+eax*8+0x1],al
527 00000000  0044C701          add [edi+eax*8+0x1],al
528 00000000  0044C801          add [eax+ecx*8+0x1],al
529 00000000  0044C901          add [ecx+ecx*8+0x1],al
530 00000000  0044CA01          add [edx+ecx*8+0x1],al
531 00000000  0044CB01          add [ebx+ecx*8+0x1],al
532 00000000  0044CC01          add [esp+ecx*8+0x1],al
533 00000000  0044CD01          add [ebp+ecx*8+0x1],al
534 00000000  0044CE01          add [esi+ecx*8+0x1],al
535 00000000  0044CF01          add [edi+ecx*8+0x1],al
536 00000000  0044D001          add [eax+edx*8+0x1],al
537 00000000  0044D101          add [ecx+edx*8+0x1],al
538 00000000  0044D201          add [edx+edx*8+0x1],al
539 00000000  0044D301          add [ebx+edx*8+0x1],al
540 00000000  0044D401          add [esp+edx*8+0x1],al
541 00000000  0044D501          add [ebp+edx*8+0x1],al
542 00000000  0044D601          add [esi+edx*8+0x1],al
543 00000000  0044D701          add [edi+edx*8+0x1],al
544 00000000  0044D801          add [eax+ebx*8+0x1],al
545 00000000  0044D901          add [ecx+ebx*8+0x1],al
546 00000000  0044DA01          add [edx+ebx*8+0x1],al
547 00000000  0044DB01          add [ebx+ebx*8+0x1],al
548 00000000  0044DC01          add [esp+ebx*8+0x1],al
549 00000000  0044DD01          add [ebp+ebx*8+0x1],al
550 00000000  0044DE01          add [esi+ebx*8+0x1],al
551 00000000  0044DF01          add [edi+ebx*8+0x1],al
552 00000000  0044E001          add [eax+0x1],al
553 00000000  0044E101          add [ecx+0x1],al
554 00000000  0044E201          add [edx+0x1],al
555 00000000  0044E301          add [ebx+0x1],al
556 00000000  0044E401          add [esp+0x1],al
557 00000000  0044E501          add [ebp+0x1],al
558 00000000  0044E601          add [esi+0x1],al
559 00000000  0044E701          add [edi+0x1],al
560 00000000  0044E801          add [eax+ebp*8+0x1],al
561 00000000  0044E901          add [ecx+ebp*8+0x1],al
562 00000000  0044EA01          add [edx+ebp*8+0x1],al
563 00000000  0044EB01          add [ebx+ebp*8+0x1],al
564 00000000  0044EC01          add [esp+ebp*8+0x1],al
565 00000000  0044ED01          add [ebp+ebp*8+0x1],al
566 00000000  0044EE01          add [esi+ebp*8+0x1],al
567 00000000  0044EF01          add [edi+ebp*8+0x1],al
568 00000000  0044F001          add [eax+esi*8+0x1],al
569 00000000  0044F101          add [ecx+esi*8+0x1],al
570 00000000  0044F201          add [edx+esi*8+0x1],al
571 00000000  0044F301          add [ebx+esi*8+0x1],al
572 00000000  0044F401          add [esp+esi*8+0x1],al
573 00000000  0044F501          add [ebp+esi*8+0x1],al
574 00000000  0044F601          add [esi+esi*8+0x1],al
575 00000000  0044F701          add [edi+esi*8+0x1],al
576 00000000  0044F801          add [eax+edi*8+0x1],al
577 00000000  0044F901          add [ecx+edi*8+0x1],al
578 00000000  0044FA01          add [edx+edi*8+0x1],al
579 00000000  0044FB01          add [ebx+edi*8+0x1],al
580 00000000  0044FC01          add [esp+edi*8+0x1],al
581 00000000  0044FD01          add [ebp+edi*8+0x1],al
582 00000000  0044FE01          add [esi+edi*8+0x1],al
583 00000000  0044FF01          add [edi+edi*8+0x1],al
584
585 addressing modes 00 84
586 00000000  00840001234567    add [eax+eax+0x67452301],al
587 00000000  00840101234567    add [ecx+eax+0x67452301],al
588 00000000  00840201234567    add [edx+eax+0x67452301],al
589 00000000  00840301234567    add [ebx+eax+0x67452301],al
590 00000000  00840401234567    add [esp+eax+0x67452301],al
591 00000000  00840501234567    add [ebp+eax+0x67452301],al
592 00000000  00840601234567    add [esi+eax+0x67452301],al
593 00000000  00840701234567    add [edi+eax+0x67452301],al
594 00000000  00840801234567    add [eax+ecx+0x67452301],al
595 00000000  00840901234567    add [ecx+ecx+0x67452301],al
596 00000000  00840A01234567    add [edx+ecx+0x67452301],al
597 00000000  00840B01234567    add [ebx+ecx+0x67452301],al
598 00000000  00840C01234567    add [esp+ecx+0x67452301],al
599 00000000  00840D01234567    add [ebp+ecx+0x67452301],al
600 00000000  00840E01234567    add [esi+ecx+0x67452301],al
601 00000000  00840F01234567    add [edi+ecx+0x67452301],al
602 00000000  00841001234567    add [eax+edx+0x67452301],al
603 00000000  00841101234567    add [ecx+edx+0x67452301],al
604 00000000  00841201234567    add [edx+edx+0x67452301],al
605 00000000  00841301234567    add [ebx+edx+0x67452301],al
606 00000000  00841401234567    add [esp+edx+0x67452301],al
607 00000000  00841501234567    add [ebp+edx+0x67452301],al
608 00000000  00841601234567    add [esi+edx+0x67452301],al
609 00000000  00841701234567    add [edi+edx+0x67452301],al
610 00000000  00841801234567    add [eax+ebx+0x67452301],al
611 00000000  00841901234567    add [ecx+ebx+0x67452301],al
612 00000000  00841A01234567    add [edx+ebx+0x67452301],al
613 00000000  00841B01234567    add [ebx+ebx+0x67452301],al
614 00000000  00841C01234567    add [esp+ebx+0x67452301],al
615 00000000  00841D01234567    add [ebp+ebx+0x67452301],al
616 00000000  00841E01234567    add [esi+ebx+0x67452301],al
617 00000000  00841F01234567    add [edi+ebx+0x67452301],al
618 00000000  00842001234567    add [eax+0x67452301],al
619 00000000  00842101234567    add [ecx+0x67452301],al
620 00000000  00842201234567    add [edx+0x67452301],al
621 00000000  00842301234567    add [ebx+0x67452301],al
622 00000000  00842401234567    add [esp+0x67452301],al
623 00000000  00842501234567    add [ebp+0x67452301],al
624 00000000  00842601234567    add [esi+0x67452301],al
625 00000000  00842701234567    add [edi+0x67452301],al
626 00000000  00842801234567    add [eax+ebp+0x67452301],al
627 00000000  00842901234567    add [ecx+ebp+0x67452301],al
628 00000000  00842A01234567    add [edx+ebp+0x67452301],al
629 00000000  00842B01234567    add [ebx+ebp+0x67452301],al
630 00000000  00842C01234567    add [esp+ebp+0x67452301],al
631 00000000  00842D01234567    add [ebp+ebp+0x67452301],al
632 00000000  00842E01234567    add [esi+ebp+0x67452301],al
633 00000000  00842F01234567    add [edi+ebp+0x67452301],al
634 00000000  00843001234567    add [eax+esi+0x67452301],al
635 00000000  00843101234567    add [ecx+esi+0x67452301],al
636 00000000  00843201234567    add [edx+esi+0x67452301],al
637 00000000  00843301234567    add [ebx+esi+0x67452301],al
638 00000000  00843401234567    add [esp+esi+0x67452301],al
639 00000000  00843501234567    add [ebp+esi+0x67452301],al
640 00000000  00843601234567    add [esi+esi+0x67452301],al
641 00000000  00843701234567    add [edi+esi+0x67452301],al
642 00000000  00843801234567    add [eax+edi+0x67452301],al
643 00000000  00843901234567    add [ecx+edi+0x67452301],al
644 00000000  00843A01234567    add [edx+edi+0x67452301],al
645 00000000  00843B01234567    add [ebx+edi+0x67452301],al
646 00000000  00843C01234567    add [esp+edi+0x67452301],al
647 00000000  00843D01234567    add [ebp+edi+0x67452301],al
648 00000000  00843E01234567    add [esi+edi+0x67452301],al
649 00000000  00843F01234567    add [edi+edi+0x67452301],al
650 00000000  00844001234567    add [eax+eax*2+0x67452301],al
651 00000000  00844101234567    add [ecx+eax*2+0x67452301],al
652 00000000  00844201234567    add [edx+eax*2+0x67452301],al
653 00000000  00844301234567    add [ebx+eax*2+0x67452301],al
654 00000000  00844401234567    add [esp+eax*2+0x67452301],al
655 00000000  00844501234567    add [ebp+eax*2+0x67452301],al
656 00000000  00844601234567    add [esi+eax*2+0x67452301],al
657 00000000  00844701234567    add [edi+eax*2+0x67452301],al
658 00000000  00844801234567    add [eax+ecx*2+0x67452301],al
659 00000000  00844901234567    add [ecx+ecx*2+0x67452301],al
660 00000000  00844A01234567    add [edx+ecx*2+0x67452301],al
661 00000000  00844B01234567    add [ebx+ecx*2+0x67452301],al
662 00000000  00844C01234567    add [esp+ecx*2+0x67452301],al
663 00000000  00844D01234567    add [ebp+ecx*2+0x67452301],al
664 00000000  00844E01234567    add [esi+ecx*2+0x67452301],al
665 00000000  00844F01234567    add [edi+ecx*2+0x67452301],al
666 00000000  00845001234567    add [eax+edx*2+0x67452301],al
667 00000000  00845101234567    add [ecx+edx*2+0x67452301],al
668 00000000  00845201234567    add [edx+edx*2+0x67452301],al
669 00000000  00845301234567    add [ebx+edx*2+0x67452301],al
670 00000000  00845401234567    add [esp+edx*2+0x67452301],al
671 00000000  00845501234567    add [ebp+edx*2+0x67452301],al
672 00000000  00845601234567    add [esi+edx*2+0x67452301],al
673 00000000  00845701234567    add [edi+edx*2+0x67452301],al
674 00000000  00845801234567    add [eax+ebx*2+0x67452301],al
675 00000000  00845901234567    add [ecx+ebx*2+0x67452301],al
676 00000000  00845A01234567    add [edx+ebx*2+0x67452301],al
677 00000000  00845B01234567    add [ebx+ebx*2+0x67452301],al
678 00000000  00845C01234567    add [esp+ebx*2+0x67452301],al
679 00000000  00845D01234567    add [ebp+ebx*2+0x67452301],al
680 00000000  00845E01234567    add [esi+ebx*2+0x67452301],al
681 00000000  00845F01234567    add [edi+ebx*2+0x67452301],al
682 00000000  00846001234567    add [eax+0x67452301],al
683 00000000  00846101234567    add [ecx+0x67452301],al
684 00000000  00846201234567    add [edx+0x67452301],al
685 00000000  00846301234567    add [ebx+0x67452301],al
686 00000000  00846401234567    add [esp+0x67452301],al
687 00000000  00846501234567    add [ebp+0x67452301],al
688 00000000  00846601234567    add [esi+0x67452301],al
689 00000000  00846701234567    add [edi+0x67452301],al
690 00000000  00846801234567    add [eax+ebp*2+0x67452301],al
691 00000000  00846901234567    add [ecx+ebp*2+0x67452301],al
692 00000000  00846A01234567    add [edx+ebp*2+0x67452301],al
693 00000000  00846B01234567    add [ebx+ebp*2+0x67452301],al
694 00000000  00846C01234567    add [esp+ebp*2+0x67452301],al
695 00000000  00846D01234567    add [ebp+ebp*2+0x67452301],al
696 00000000  00846E01234567    add [esi+ebp*2+0x67452301],al
697 00000000  00846F01234567    add [edi+ebp*2+0x67452301],al
698 00000000  00847001234567    add [eax+esi*2+0x67452301],al
699 00000000  00847101234567    add [ecx+esi*2+0x67452301],al
700 00000000  00847201234567    add [edx+esi*2+0x67452301],al
701 00000000  00847301234567    add [ebx+esi*2+0x67452301],al
702 00000000  00847401234567    add [esp+esi*2+0x67452301],al
703 00000000  00847501234567    add [ebp+esi*2+0x67452301],al
704 00000000  00847601234567    add [esi+esi*2+0x67452301],al
705 00000000  00847701234567    add [edi+esi*2+0x67452301],al
706 00000000  00847801234567    add [eax+edi*2+0x67452301],al
707 00000000  00847901234567    add [ecx+edi*2+0x67452301],al
708 00000000  00847A01234567    add [edx+edi*2+0x67452301],al
709 00000000  00847B01234567    add [ebx+edi*2+0x67452301],al
710 00000000  00847C01234567    add [esp+edi*2+0x67452301],al
711 00000000  00847D01234567    add [ebp+edi*2+0x67452301],al
712 00000000  00847E01234567    add [esi+edi*2+0x67452301],al
713 00000000  00847F01234567    add [edi+edi*2+0x67452301],al
714 00000000  00848001234567    add [eax+eax*4+0x67452301],al
715 00000000  00848101234567    add [ecx+eax*4+0x67452301],al
716 00000000  00848201234567    add [edx+eax*4+0x67452301],al
717 00000000  00848301234567    add [ebx+eax*4+0x67452301],al
718 00000000  00848401234567    add [esp+eax*4+0x67452301],al
719 00000000  00848501234567    add [ebp+eax*4+0x67452301],al
720 00000000  00848601234567    add [esi+eax*4+0x67452301],al
721 00000000  00848701234567    add [edi+eax*4+0x67452301],al
722 00000000  00848801234567    add [eax+ecx*4+0x67452301],al
723 00000000  00848901234567    add [ecx+ecx*4+0x67452301],al
724 00000000  00848A01234567    add [edx+ecx*4+0x67452301],al
725 00000000  00848B01234567    add [ebx+ecx*4+0x67452301],al
726 00000000  00848C01234567    add [esp+ecx*4+0x67452301],al
727 00000000  00848D01234567    add [ebp+ecx*4+0x67452301],al
728 00000000  00848E01234567    add [esi+ecx*4+0x67452301],al
729 00000000  00848F01234567    add [edi+ecx*4+0x67452301],al
730 00000000  00849001234567    add [eax+edx*4+0x67452301],al
731 00000000  00849101234567    add [ecx+edx*4+0x67452301],al
732 00000000  00849201234567    add [edx+edx*4+0x67452301],al
733 00000000  00849301234567    add [ebx+edx*4+0x67452301],al
734 00000000  00849401234567    add [esp+edx*4+0x67452301],al
735 00000000  00849501234567    add [ebp+edx*4+0x67452301],al
736 00000000  00849601234567    add [esi+edx*4+0x67452301],al
737 00000000  00849701234567    add [edi+edx*4+0x67452301],al
738 00000000  00849801234567    add [eax+ebx*4+0x67452301],al
739 00000000  00849901234567    add [ecx+ebx*4+0x67452301],al
740 00000000  00849A01234567    add [edx+ebx*4+0x67452301],al
741 00000000  00849B01234567    add [ebx+ebx*4+0x67452301],al
742 00000000  00849C01234567    add [esp+ebx*4+0x67452301],al
743 00000000  00849D01234567    add [ebp+ebx*4+0x67452301],al
744 00000000  00849E01234567    add [esi+ebx*4+0x67452301],al
745 00000000  00849F01234567    add [edi+ebx*4+0x67452301],al
746 00000000  0084A001234567    add [eax+0x67452301],al
747 00000000  0084A101234567    add [ecx+0x67452301],al
748 00000000  0084A201234567    add [edx+0x67452301],al
749 00000000  0084A301234567    add [ebx+0x67452301],al
750 00000000  0084A401234567    add [esp+0x67452301],al
751 00000000  0084A501234567    add [ebp+0x67452301],al
752 00000000  0084A601234567    add [esi+0x67452301],al
753 00000000  0084A701234567    add [edi+0x67452301],al
754 00000000  0084A801234567    add [eax+ebp*4+0x67452301],al
755 00000000  0084A901234567    add [ecx+ebp*4+0x67452301],al
756 00000000  0084AA01234567    add [edx+ebp*4+0x67452301],al
757 00000000  0084AB01234567    add [ebx+ebp*4+0x67452301],al
758 00000000  0084AC01234567    add [esp+ebp*4+0x67452301],al
759 00000000  0084AD01234567    add [ebp+ebp*4+0x67452301],al
760 00000000  0084AE01234567    add [esi+ebp*4+0x67452301],al
761 00000000  0084AF01234567    add [edi+ebp*4+0x67452301],al
762 00000000  0084B001234567    add [eax+esi*4+0x67452301],al
763 00000000  0084B101234567    add [ecx+esi*4+0x67452301],al
764 00000000  0084B201234567    add [edx+esi*4+0x67452301],al
765 00000000  0084B301234567    add [ebx+esi*4+0x67452301],al
766 00000000  0084B401234567    add [esp+esi*4+0x67452301],al
767 00000000  0084B501234567    add [ebp+esi*4+0x67452301],al
768 00000000  0084B601234567    add [esi+esi*4+0x67452301],al
769 00000000  0084B701234567    add [edi+esi*4+0x67452301],al
770 00000000  0084B801234567    add [eax+edi*4+0x67452301],al
771 00000000  0084B901234567    add [ecx+edi*4+0x67452301],al
772 00000000  0084BA01234567    add [edx+edi*4+0x67452301],al
773 00000000  0084BB01234567    add [ebx+edi*4+0x67452301],al
774 00000000  0084BC01234567    add [esp+edi*4+0x67452301],al
775 00000000  0084BD01234567    add [ebp+edi*4+0x67452301],al
776 00000000  0084BE01234567    add [esi+edi*4+0x67452301],al
777 00000000  0084BF01234567    add [edi+edi*4+0x67452301],al
778 00000000  0084C001234567    add [eax+eax*8+0x67452301],al
779 00000000  0084C101234567    add [ecx+eax*8+0x67452301],al
780 00000000  0084C201234567    add [edx+eax*8+0x67452301],al
781 00000000  0084C301234567    add [ebx+eax*8+0x67452301],al
782 00000000  0084C401234567    add [esp+eax*8+0x67452301],al
783 00000000  0084C501234567    add [ebp+eax*8+0x67452301],al
784 00000000  0084C601234567    add [esi+eax*8+0x67452301],al
785 00000000  0084C701234567    add [edi+eax*8+0x67452301],al
786 00000000  0084C801234567    add [eax+ecx*8+0x67452301],al
787 00000000  0084C901234567    add [ecx+ecx*8+0x67452301],al
788 00000000  0084CA01234567    add [edx+ecx*8+0x67452301],al
789 00000000  0084CB01234567    add [ebx+ecx*8+0x67452301],al
790 00000000  0084CC01234567    add [esp+ecx*8+0x67452301],al
791 00000000  0084CD01234567    add [ebp+ecx*8+0x67452301],al
792 00000000  0084CE01234567    add [esi+ecx*8+0x67452301],al
793 00000000  0084CF01234567    add [edi+ecx*8+0x67452301],al
794 00000000  0084D001234567    add [eax+edx*8+0x67452301],al
795 00000000  0084D101234567    add [ecx+edx*8+0x67452301],al
796 00000000  0084D201234567    add [edx+edx*8+0x67452301],al
797 00000000  0084D301234567    add [ebx+edx*8+0x67452301],al
798 00000000  0084D401234567    add [esp+edx*8+0x67452301],al
799 00000000  0084D501234567    add [ebp+edx*8+0x67452301],al
800 00000000  0084D601234567    add [esi+edx*8+0x67452301],al
801 00000000  0084D701234567    add [edi+edx*8+0x67452301],al
802 00000000  0084D801234567    add [eax+ebx*8+0x67452301],al
803 00000000  0084D901234567    add [ecx+ebx*8+0x67452301],al
804 00000000  0084DA01234567    add [edx+ebx*8+0x67452301],al
805 00000000  0084DB01234567    add [ebx+ebx*8+0x67452301],al
806 00000000  0084DC01234567    add [esp+ebx*8+0x67452301],al
807 00000000  0084DD01234567    add [ebp+ebx*8+0x67452301],al
808 00000000  0084DE01234567    add [esi+ebx*8+0x67452301],al
809 00000000  0084DF01234567    add [edi+ebx*8+0x67452301],al
810 00000000  0084E001234567    add [eax+0x67452301],al
811 00000000  0084E101234567    add [ecx+0x67452301],al
812 00000000  0084E201234567    add [edx+0x67452301],al
813 00000000  0084E301234567    add [ebx+0x67452301],al
814 00000000  0084E401234567    add [esp+0x67452301],al
815 00000000  0084E501234567    add [ebp+0x67452301],al
816 00000000  0084E601234567    add [esi+0x67452301],al
817 00000000  0084E701234567    add [edi+0x67452301],al
818 00000000  0084E801234567    add [eax+ebp*8+0x67452301],al
819 00000000  0084E901234567    add [ecx+ebp*8+0x67452301],al
820 00000000  0084EA01234567    add [edx+ebp*8+0x67452301],al
821 00000000  0084EB01234567    add [ebx+ebp*8+0x67452301],al
822 00000000  0084EC01234567    add [esp+ebp*8+0x67452301],al
823 00000000  0084ED01234567    add [ebp+ebp*8+0x67452301],al
824 00000000  0084EE01234567    add [esi+ebp*8+0x67452301],al
825 00000000  0084EF01234567    add [edi+ebp*8+0x67452301],al
826 00000000  0084F001234567    add [eax+esi*8+0x67452301],al
827 00000000  0084F101234567    add [ecx+esi*8+0x67452301],al
828 00000000  0084F201234567    add [edx+esi*8+0x67452301],al
829 00000000  0084F301234567    add [ebx+esi*8+0x67452301],al
830 00000000  0084F401234567    add [esp+esi*8+0x67452301],al
831 00000000  0084F501234567    add [ebp+esi*8+0x67452301],al
832 00000000  0084F601234567    add [esi+esi*8+0x67452301],al
833 00000000  0084F701234567    add [edi+esi*8+0x67452301],al
834 00000000  0084F801234567    add [eax+edi*8+0x67452301],al
835 00000000  0084F901234567    add [ecx+edi*8+0x67452301],al
836 00000000  0084FA01234567    add [edx+edi*8+0x67452301],al
837 00000000  0084FB01234567    add [ebx+edi*8+0x67452301],al
838 00000000  0084FC01234567    add [esp+edi*8+0x67452301],al
839 00000000  0084FD01234567    add [ebp+edi*8+0x67452301],al
840 00000000  0084FE01234567    add [esi+edi*8+0x67452301],al
841 00000000  0084FF01234567    add [edi+edi*8+0x67452301],al
842
843 opcodes
844 opcode 00
845 00000000  0000              add [eax],al
846 00000000  0008              add [eax],cl
847 00000000  0010              add [eax],dl
848 00000000  0018              add [eax],bl
849 00000000  0020              add [eax],ah
850 00000000  0028              add [eax],ch
851 00000000  0030              add [eax],dh
852 00000000  0038              add [eax],bh
853
854 opcode 01
855 00000000  0100              add [eax],eax
856 00000000  0108              add [eax],ecx
857 00000000  0110              add [eax],edx
858 00000000  0118              add [eax],ebx
859 00000000  0120              add [eax],esp
860 00000000  0128              add [eax],ebp
861 00000000  0130              add [eax],esi
862 00000000  0138              add [eax],edi
863
864 opcode 02
865 00000000  0200              add al,[eax]
866 00000000  0208              add cl,[eax]
867 00000000  0210              add dl,[eax]
868 00000000  0218              add bl,[eax]
869 00000000  0220              add ah,[eax]
870 00000000  0228              add ch,[eax]
871 00000000  0230              add dh,[eax]
872 00000000  0238              add bh,[eax]
873
874 opcode 03
875 00000000  0300              add eax,[eax]
876 00000000  0308              add ecx,[eax]
877 00000000  0310              add edx,[eax]
878 00000000  0318              add ebx,[eax]
879 00000000  0320              add esp,[eax]
880 00000000  0328              add ebp,[eax]
881 00000000  0330              add esi,[eax]
882 00000000  0338              add edi,[eax]
883
884 opcode 04
885 00000000  0400              add al,0x0
886 00000000  0408              add al,0x8
887 00000000  0410              add al,0x10
888 00000000  0418              add al,0x18
889 00000000  0420              add al,0x20
890 00000000  0428              add al,0x28
891 00000000  0430              add al,0x30
892 00000000  0438              add al,0x38
893
894 opcode 05
895 00000000  0500012345        add eax,0x45230100
896 00000000  0508012345        add eax,0x45230108
897 00000000  0510012345        add eax,0x45230110
898 00000000  0518012345        add eax,0x45230118
899 00000000  0520012345        add eax,0x45230120
900 00000000  0528012345        add eax,0x45230128
901 00000000  0530012345        add eax,0x45230130
902 00000000  0538012345        add eax,0x45230138
903
904 opcode 06
905 00000000  06                push es
906 00000000  06                push es
907 00000000  06                push es
908 00000000  06                push es
909 00000000  06                push es
910 00000000  06                push es
911 00000000  06                push es
912 00000000  06                push es
913
914 opcode 07
915 00000000  07                pop es
916 00000000  07                pop es
917 00000000  07                pop es
918 00000000  07                pop es
919 00000000  07                pop es
920 00000000  07                pop es
921 00000000  07                pop es
922 00000000  07                pop es
923
924 opcode 08
925 00000000  0800              or [eax],al
926 00000000  0808              or [eax],cl
927 00000000  0810              or [eax],dl
928 00000000  0818              or [eax],bl
929 00000000  0820              or [eax],ah
930 00000000  0828              or [eax],ch
931 00000000  0830              or [eax],dh
932 00000000  0838              or [eax],bh
933
934 opcode 09
935 00000000  0900              or [eax],eax
936 00000000  0908              or [eax],ecx
937 00000000  0910              or [eax],edx
938 00000000  0918              or [eax],ebx
939 00000000  0920              or [eax],esp
940 00000000  0928              or [eax],ebp
941 00000000  0930              or [eax],esi
942 00000000  0938              or [eax],edi
943
944 opcode 0a
945 00000000  0A00              or al,[eax]
946 00000000  0A08              or cl,[eax]
947 00000000  0A10              or dl,[eax]
948 00000000  0A18              or bl,[eax]
949 00000000  0A20              or ah,[eax]
950 00000000  0A28              or ch,[eax]
951 00000000  0A30              or dh,[eax]
952 00000000  0A38              or bh,[eax]
953
954 opcode 0b
955 00000000  0B00              or eax,[eax]
956 00000000  0B08              or ecx,[eax]
957 00000000  0B10              or edx,[eax]
958 00000000  0B18              or ebx,[eax]
959 00000000  0B20              or esp,[eax]
960 00000000  0B28              or ebp,[eax]
961 00000000  0B30              or esi,[eax]
962 00000000  0B38              or edi,[eax]
963
964 opcode 0c
965 00000000  0C00              or al,0x0
966 00000000  0C08              or al,0x8
967 00000000  0C10              or al,0x10
968 00000000  0C18              or al,0x18
969 00000000  0C20              or al,0x20
970 00000000  0C28              or al,0x28
971 00000000  0C30              or al,0x30
972 00000000  0C38              or al,0x38
973
974 opcode 0d
975 00000000  0D00012345        or eax,0x45230100
976 00000000  0D08012345        or eax,0x45230108
977 00000000  0D10012345        or eax,0x45230110
978 00000000  0D18012345        or eax,0x45230118
979 00000000  0D20012345        or eax,0x45230120
980 00000000  0D28012345        or eax,0x45230128
981 00000000  0D30012345        or eax,0x45230130
982 00000000  0D38012345        or eax,0x45230138
983
984 opcode 0e
985 00000000  0E                push cs
986 00000000  0E                push cs
987 00000000  0E                push cs
988 00000000  0E                push cs
989 00000000  0E                push cs
990 00000000  0E                push cs
991 00000000  0E                push cs
992 00000000  0E                push cs
993
994 opcode 0f
995 00000000  0F0001            sldt [ecx]
996 illegal_opcode
997 illegal_opcode
998 illegal_opcode
999 illegal_opcode
1000 illegal_opcode
1001 illegal_opcode
1002 illegal_opcode
1003
1004 opcode 10
1005 00000000  1000              adc [eax],al
1006 00000000  1008              adc [eax],cl
1007 00000000  1010              adc [eax],dl
1008 00000000  1018              adc [eax],bl
1009 00000000  1020              adc [eax],ah
1010 00000000  1028              adc [eax],ch
1011 00000000  1030              adc [eax],dh
1012 00000000  1038              adc [eax],bh
1013
1014 opcode 11
1015 00000000  1100              adc [eax],eax
1016 00000000  1108              adc [eax],ecx
1017 00000000  1110              adc [eax],edx
1018 00000000  1118              adc [eax],ebx
1019 00000000  1120              adc [eax],esp
1020 00000000  1128              adc [eax],ebp
1021 00000000  1130              adc [eax],esi
1022 00000000  1138              adc [eax],edi
1023
1024 opcode 12
1025 00000000  1200              adc al,[eax]
1026 00000000  1208              adc cl,[eax]
1027 00000000  1210              adc dl,[eax]
1028 00000000  1218              adc bl,[eax]
1029 00000000  1220              adc ah,[eax]
1030 00000000  1228              adc ch,[eax]
1031 00000000  1230              adc dh,[eax]
1032 00000000  1238              adc bh,[eax]
1033
1034 opcode 13
1035 00000000  1300              adc eax,[eax]
1036 00000000  1308              adc ecx,[eax]
1037 00000000  1310              adc edx,[eax]
1038 00000000  1318              adc ebx,[eax]
1039 00000000  1320              adc esp,[eax]
1040 00000000  1328              adc ebp,[eax]
1041 00000000  1330              adc esi,[eax]
1042 00000000  1338              adc edi,[eax]
1043
1044 opcode 14
1045 00000000  1400              adc al,0x0
1046 00000000  1408              adc al,0x8
1047 00000000  1410              adc al,0x10
1048 00000000  1418              adc al,0x18
1049 00000000  1420              adc al,0x20
1050 00000000  1428              adc al,0x28
1051 00000000  1430              adc al,0x30
1052 00000000  1438              adc al,0x38
1053
1054 opcode 15
1055 00000000  1500012345        adc eax,0x45230100
1056 00000000  1508012345        adc eax,0x45230108
1057 00000000  1510012345        adc eax,0x45230110
1058 00000000  1518012345        adc eax,0x45230118
1059 00000000  1520012345        adc eax,0x45230120
1060 00000000  1528012345        adc eax,0x45230128
1061 00000000  1530012345        adc eax,0x45230130
1062 00000000  1538012345        adc eax,0x45230138
1063
1064 opcode 16
1065 00000000  16                push ss
1066 00000000  16                push ss
1067 00000000  16                push ss
1068 00000000  16                push ss
1069 00000000  16                push ss
1070 00000000  16                push ss
1071 00000000  16                push ss
1072 00000000  16                push ss
1073
1074 opcode 17
1075 00000000  17                pop ss
1076 00000000  17                pop ss
1077 00000000  17                pop ss
1078 00000000  17                pop ss
1079 00000000  17                pop ss
1080 00000000  17                pop ss
1081 00000000  17                pop ss
1082 00000000  17                pop ss
1083
1084 opcode 18
1085 00000000  1800              sbb [eax],al
1086 00000000  1808              sbb [eax],cl
1087 00000000  1810              sbb [eax],dl
1088 00000000  1818              sbb [eax],bl
1089 00000000  1820              sbb [eax],ah
1090 00000000  1828              sbb [eax],ch
1091 00000000  1830              sbb [eax],dh
1092 00000000  1838              sbb [eax],bh
1093
1094 opcode 19
1095 00000000  1900              sbb [eax],eax
1096 00000000  1908              sbb [eax],ecx
1097 00000000  1910              sbb [eax],edx
1098 00000000  1918              sbb [eax],ebx
1099 00000000  1920              sbb [eax],esp
1100 00000000  1928              sbb [eax],ebp
1101 00000000  1930              sbb [eax],esi
1102 00000000  1938              sbb [eax],edi
1103
1104 opcode 1a
1105 00000000  1A00              sbb al,[eax]
1106 00000000  1A08              sbb cl,[eax]
1107 00000000  1A10              sbb dl,[eax]
1108 00000000  1A18              sbb bl,[eax]
1109 00000000  1A20              sbb ah,[eax]
1110 00000000  1A28              sbb ch,[eax]
1111 00000000  1A30              sbb dh,[eax]
1112 00000000  1A38              sbb bh,[eax]
1113
1114 opcode 1b
1115 00000000  1B00              sbb eax,[eax]
1116 00000000  1B08              sbb ecx,[eax]
1117 00000000  1B10              sbb edx,[eax]
1118 00000000  1B18              sbb ebx,[eax]
1119 00000000  1B20              sbb esp,[eax]
1120 00000000  1B28              sbb ebp,[eax]
1121 00000000  1B30              sbb esi,[eax]
1122 00000000  1B38              sbb edi,[eax]
1123
1124 opcode 1c
1125 00000000  1C00              sbb al,0x0
1126 00000000  1C08              sbb al,0x8
1127 00000000  1C10              sbb al,0x10
1128 00000000  1C18              sbb al,0x18
1129 00000000  1C20              sbb al,0x20
1130 00000000  1C28              sbb al,0x28
1131 00000000  1C30              sbb al,0x30
1132 00000000  1C38              sbb al,0x38
1133
1134 opcode 1d
1135 00000000  1D00012345        sbb eax,0x45230100
1136 00000000  1D08012345        sbb eax,0x45230108
1137 00000000  1D10012345        sbb eax,0x45230110
1138 00000000  1D18012345        sbb eax,0x45230118
1139 00000000  1D20012345        sbb eax,0x45230120
1140 00000000  1D28012345        sbb eax,0x45230128
1141 00000000  1D30012345        sbb eax,0x45230130
1142 00000000  1D38012345        sbb eax,0x45230138
1143
1144 opcode 1e
1145 00000000  1E                push ds
1146 00000000  1E                push ds
1147 00000000  1E                push ds
1148 00000000  1E                push ds
1149 00000000  1E                push ds
1150 00000000  1E                push ds
1151 00000000  1E                push ds
1152 00000000  1E                push ds
1153
1154 opcode 1f
1155 00000000  1F                pop ds
1156 00000000  1F                pop ds
1157 00000000  1F                pop ds
1158 00000000  1F                pop ds
1159 00000000  1F                pop ds
1160 00000000  1F                pop ds
1161 00000000  1F                pop ds
1162 00000000  1F                pop ds
1163
1164 opcode 20
1165 00000000  2000              and [eax],al
1166 00000000  2008              and [eax],cl
1167 00000000  2010              and [eax],dl
1168 00000000  2018              and [eax],bl
1169 00000000  2020              and [eax],ah
1170 00000000  2028              and [eax],ch
1171 00000000  2030              and [eax],dh
1172 00000000  2038              and [eax],bh
1173
1174 opcode 21
1175 00000000  2100              and [eax],eax
1176 00000000  2108              and [eax],ecx
1177 00000000  2110              and [eax],edx
1178 00000000  2118              and [eax],ebx
1179 00000000  2120              and [eax],esp
1180 00000000  2128              and [eax],ebp
1181 00000000  2130              and [eax],esi
1182 00000000  2138              and [eax],edi
1183
1184 opcode 22
1185 00000000  2200              and al,[eax]
1186 00000000  2208              and cl,[eax]
1187 00000000  2210              and dl,[eax]
1188 00000000  2218              and bl,[eax]
1189 00000000  2220              and ah,[eax]
1190 00000000  2228              and ch,[eax]
1191 00000000  2230              and dh,[eax]
1192 00000000  2238              and bh,[eax]
1193
1194 opcode 23
1195 00000000  2300              and eax,[eax]
1196 00000000  2308              and ecx,[eax]
1197 00000000  2310              and edx,[eax]
1198 00000000  2318              and ebx,[eax]
1199 00000000  2320              and esp,[eax]
1200 00000000  2328              and ebp,[eax]
1201 00000000  2330              and esi,[eax]
1202 00000000  2338              and edi,[eax]
1203
1204 opcode 24
1205 00000000  2400              and al,0x0
1206 00000000  2408              and al,0x8
1207 00000000  2410              and al,0x10
1208 00000000  2418              and al,0x18
1209 00000000  2420              and al,0x20
1210 00000000  2428              and al,0x28
1211 00000000  2430              and al,0x30
1212 00000000  2438              and al,0x38
1213
1214 opcode 25
1215 00000000  2500012345        and eax,0x45230100
1216 00000000  2508012345        and eax,0x45230108
1217 00000000  2510012345        and eax,0x45230110
1218 00000000  2518012345        and eax,0x45230118
1219 00000000  2520012345        and eax,0x45230120
1220 00000000  2528012345        and eax,0x45230128
1221 00000000  2530012345        and eax,0x45230130
1222 00000000  2538012345        and eax,0x45230138
1223
1224 opcode 26
1225 00000000  260001            add [es:ecx],al
1226 00000000  260801            or [es:ecx],al
1227 00000000  261001            adc [es:ecx],al
1228 00000000  261801            sbb [es:ecx],al
1229 00000000  262001            and [es:ecx],al
1230 00000000  262801            sub [es:ecx],al
1231 00000000  263001            xor [es:ecx],al
1232 00000000  263801            cmp [es:ecx],al
1233
1234 opcode 27
1235 00000000  27                daa
1236 00000000  27                daa
1237 00000000  27                daa
1238 00000000  27                daa
1239 00000000  27                daa
1240 00000000  27                daa
1241 00000000  27                daa
1242 00000000  27                daa
1243
1244 opcode 28
1245 00000000  2800              sub [eax],al
1246 00000000  2808              sub [eax],cl
1247 00000000  2810              sub [eax],dl
1248 00000000  2818              sub [eax],bl
1249 00000000  2820              sub [eax],ah
1250 00000000  2828              sub [eax],ch
1251 00000000  2830              sub [eax],dh
1252 00000000  2838              sub [eax],bh
1253
1254 opcode 29
1255 00000000  2900              sub [eax],eax
1256 00000000  2908              sub [eax],ecx
1257 00000000  2910              sub [eax],edx
1258 00000000  2918              sub [eax],ebx
1259 00000000  2920              sub [eax],esp
1260 00000000  2928              sub [eax],ebp
1261 00000000  2930              sub [eax],esi
1262 00000000  2938              sub [eax],edi
1263
1264 opcode 2a
1265 00000000  2A00              sub al,[eax]
1266 00000000  2A08              sub cl,[eax]
1267 00000000  2A10              sub dl,[eax]
1268 00000000  2A18              sub bl,[eax]
1269 00000000  2A20              sub ah,[eax]
1270 00000000  2A28              sub ch,[eax]
1271 00000000  2A30              sub dh,[eax]
1272 00000000  2A38              sub bh,[eax]
1273
1274 opcode 2b
1275 00000000  2B00              sub eax,[eax]
1276 00000000  2B08              sub ecx,[eax]
1277 00000000  2B10              sub edx,[eax]
1278 00000000  2B18              sub ebx,[eax]
1279 00000000  2B20              sub esp,[eax]
1280 00000000  2B28              sub ebp,[eax]
1281 00000000  2B30              sub esi,[eax]
1282 00000000  2B38              sub edi,[eax]
1283
1284 opcode 2c
1285 00000000  2C00              sub al,0x0
1286 00000000  2C08              sub al,0x8
1287 00000000  2C10              sub al,0x10
1288 00000000  2C18              sub al,0x18
1289 00000000  2C20              sub al,0x20
1290 00000000  2C28              sub al,0x28
1291 00000000  2C30              sub al,0x30
1292 00000000  2C38              sub al,0x38
1293
1294 opcode 2d
1295 00000000  2D00012345        sub eax,0x45230100
1296 00000000  2D08012345        sub eax,0x45230108
1297 00000000  2D10012345        sub eax,0x45230110
1298 00000000  2D18012345        sub eax,0x45230118
1299 00000000  2D20012345        sub eax,0x45230120
1300 00000000  2D28012345        sub eax,0x45230128
1301 00000000  2D30012345        sub eax,0x45230130
1302 00000000  2D38012345        sub eax,0x45230138
1303
1304 opcode 2e
1305 00000000  2E0001            add [cs:ecx],al
1306 00000000  2E0801            or [cs:ecx],al
1307 00000000  2E1001            adc [cs:ecx],al
1308 00000000  2E1801            sbb [cs:ecx],al
1309 00000000  2E2001            and [cs:ecx],al
1310 00000000  2E2801            sub [cs:ecx],al
1311 00000000  2E3001            xor [cs:ecx],al
1312 00000000  2E3801            cmp [cs:ecx],al
1313
1314 opcode 2f
1315 00000000  2F                das
1316 00000000  2F                das
1317 00000000  2F                das
1318 00000000  2F                das
1319 00000000  2F                das
1320 00000000  2F                das
1321 00000000  2F                das
1322 00000000  2F                das
1323
1324 opcode 30
1325 00000000  3000              xor [eax],al
1326 00000000  3008              xor [eax],cl
1327 00000000  3010              xor [eax],dl
1328 00000000  3018              xor [eax],bl
1329 00000000  3020              xor [eax],ah
1330 00000000  3028              xor [eax],ch
1331 00000000  3030              xor [eax],dh
1332 00000000  3038              xor [eax],bh
1333
1334 opcode 31
1335 00000000  3100              xor [eax],eax
1336 00000000  3108              xor [eax],ecx
1337 00000000  3110              xor [eax],edx
1338 00000000  3118              xor [eax],ebx
1339 00000000  3120              xor [eax],esp
1340 00000000  3128              xor [eax],ebp
1341 00000000  3130              xor [eax],esi
1342 00000000  3138              xor [eax],edi
1343
1344 opcode 32
1345 00000000  3200              xor al,[eax]
1346 00000000  3208              xor cl,[eax]
1347 00000000  3210              xor dl,[eax]
1348 00000000  3218              xor bl,[eax]
1349 00000000  3220              xor ah,[eax]
1350 00000000  3228              xor ch,[eax]
1351 00000000  3230              xor dh,[eax]
1352 00000000  3238              xor bh,[eax]
1353
1354 opcode 33
1355 00000000  3300              xor eax,[eax]
1356 00000000  3308              xor ecx,[eax]
1357 00000000  3310              xor edx,[eax]
1358 00000000  3318              xor ebx,[eax]
1359 00000000  3320              xor esp,[eax]
1360 00000000  3328              xor ebp,[eax]
1361 00000000  3330              xor esi,[eax]
1362 00000000  3338              xor edi,[eax]
1363
1364 opcode 34
1365 00000000  3400              xor al,0x0
1366 00000000  3408              xor al,0x8
1367 00000000  3410              xor al,0x10
1368 00000000  3418              xor al,0x18
1369 00000000  3420              xor al,0x20
1370 00000000  3428              xor al,0x28
1371 00000000  3430              xor al,0x30
1372 00000000  3438              xor al,0x38
1373
1374 opcode 35
1375 00000000  3500012345        xor eax,0x45230100
1376 00000000  3508012345        xor eax,0x45230108
1377 00000000  3510012345        xor eax,0x45230110
1378 00000000  3518012345        xor eax,0x45230118
1379 00000000  3520012345        xor eax,0x45230120
1380 00000000  3528012345        xor eax,0x45230128
1381 00000000  3530012345        xor eax,0x45230130
1382 00000000  3538012345        xor eax,0x45230138
1383
1384 opcode 36
1385 00000000  360001            add [ss:ecx],al
1386 00000000  360801            or [ss:ecx],al
1387 00000000  361001            adc [ss:ecx],al
1388 00000000  361801            sbb [ss:ecx],al
1389 00000000  362001            and [ss:ecx],al
1390 00000000  362801            sub [ss:ecx],al
1391 00000000  363001            xor [ss:ecx],al
1392 00000000  363801            cmp [ss:ecx],al
1393
1394 opcode 37
1395 00000000  37                aaa
1396 00000000  37                aaa
1397 00000000  37                aaa
1398 00000000  37                aaa
1399 00000000  37                aaa
1400 00000000  37                aaa
1401 00000000  37                aaa
1402 00000000  37                aaa
1403
1404 opcode 38
1405 00000000  3800              cmp [eax],al
1406 00000000  3808              cmp [eax],cl
1407 00000000  3810              cmp [eax],dl
1408 00000000  3818              cmp [eax],bl
1409 00000000  3820              cmp [eax],ah
1410 00000000  3828              cmp [eax],ch
1411 00000000  3830              cmp [eax],dh
1412 00000000  3838              cmp [eax],bh
1413
1414 opcode 39
1415 00000000  3900              cmp [eax],eax
1416 00000000  3908              cmp [eax],ecx
1417 00000000  3910              cmp [eax],edx
1418 00000000  3918              cmp [eax],ebx
1419 00000000  3920              cmp [eax],esp
1420 00000000  3928              cmp [eax],ebp
1421 00000000  3930              cmp [eax],esi
1422 00000000  3938              cmp [eax],edi
1423
1424 opcode 3a
1425 00000000  3A00              cmp al,[eax]
1426 00000000  3A08              cmp cl,[eax]
1427 00000000  3A10              cmp dl,[eax]
1428 00000000  3A18              cmp bl,[eax]
1429 00000000  3A20              cmp ah,[eax]
1430 00000000  3A28              cmp ch,[eax]
1431 00000000  3A30              cmp dh,[eax]
1432 00000000  3A38              cmp bh,[eax]
1433
1434 opcode 3b
1435 00000000  3B00              cmp eax,[eax]
1436 00000000  3B08              cmp ecx,[eax]
1437 00000000  3B10              cmp edx,[eax]
1438 00000000  3B18              cmp ebx,[eax]
1439 00000000  3B20              cmp esp,[eax]
1440 00000000  3B28              cmp ebp,[eax]
1441 00000000  3B30              cmp esi,[eax]
1442 00000000  3B38              cmp edi,[eax]
1443
1444 opcode 3c
1445 00000000  3C00              cmp al,0x0
1446 00000000  3C08              cmp al,0x8
1447 00000000  3C10              cmp al,0x10
1448 00000000  3C18              cmp al,0x18
1449 00000000  3C20              cmp al,0x20
1450 00000000  3C28              cmp al,0x28
1451 00000000  3C30              cmp al,0x30
1452 00000000  3C38              cmp al,0x38
1453
1454 opcode 3d
1455 00000000  3D00012345        cmp eax,0x45230100
1456 00000000  3D08012345        cmp eax,0x45230108
1457 00000000  3D10012345        cmp eax,0x45230110
1458 00000000  3D18012345        cmp eax,0x45230118
1459 00000000  3D20012345        cmp eax,0x45230120
1460 00000000  3D28012345        cmp eax,0x45230128
1461 00000000  3D30012345        cmp eax,0x45230130
1462 00000000  3D38012345        cmp eax,0x45230138
1463
1464 opcode 3e
1465 00000000  3E0001            add [ds:ecx],al
1466 00000000  3E0801            or [ds:ecx],al
1467 00000000  3E1001            adc [ds:ecx],al
1468 00000000  3E1801            sbb [ds:ecx],al
1469 00000000  3E2001            and [ds:ecx],al
1470 00000000  3E2801            sub [ds:ecx],al
1471 00000000  3E3001            xor [ds:ecx],al
1472 00000000  3E3801            cmp [ds:ecx],al
1473
1474 opcode 3f
1475 00000000  3F                aas
1476 00000000  3F                aas
1477 00000000  3F                aas
1478 00000000  3F                aas
1479 00000000  3F                aas
1480 00000000  3F                aas
1481 00000000  3F                aas
1482 00000000  3F                aas
1483
1484 opcode 40
1485 00000000  40                inc eax
1486 00000000  40                inc eax
1487 00000000  40                inc eax
1488 00000000  40                inc eax
1489 00000000  40                inc eax
1490 00000000  40                inc eax
1491 00000000  40                inc eax
1492 00000000  40                inc eax
1493
1494 opcode 41
1495 00000000  41                inc ecx
1496 00000000  41                inc ecx
1497 00000000  41                inc ecx
1498 00000000  41                inc ecx
1499 00000000  41                inc ecx
1500 00000000  41                inc ecx
1501 00000000  41                inc ecx
1502 00000000  41                inc ecx
1503
1504 opcode 42
1505 00000000  42                inc edx
1506 00000000  42                inc edx
1507 00000000  42                inc edx
1508 00000000  42                inc edx
1509 00000000  42                inc edx
1510 00000000  42                inc edx
1511 00000000  42                inc edx
1512 00000000  42                inc edx
1513
1514 opcode 43
1515 00000000  43                inc ebx
1516 00000000  43                inc ebx
1517 00000000  43                inc ebx
1518 00000000  43                inc ebx
1519 00000000  43                inc ebx
1520 00000000  43                inc ebx
1521 00000000  43                inc ebx
1522 00000000  43                inc ebx
1523
1524 opcode 44
1525 00000000  44                inc esp
1526 00000000  44                inc esp
1527 00000000  44                inc esp
1528 00000000  44                inc esp
1529 00000000  44                inc esp
1530 00000000  44                inc esp
1531 00000000  44                inc esp
1532 00000000  44                inc esp
1533
1534 opcode 45
1535 00000000  45                inc ebp
1536 00000000  45                inc ebp
1537 00000000  45                inc ebp
1538 00000000  45                inc ebp
1539 00000000  45                inc ebp
1540 00000000  45                inc ebp
1541 00000000  45                inc ebp
1542 00000000  45                inc ebp
1543
1544 opcode 46
1545 00000000  46                inc esi
1546 00000000  46                inc esi
1547 00000000  46                inc esi
1548 00000000  46                inc esi
1549 00000000  46                inc esi
1550 00000000  46                inc esi
1551 00000000  46                inc esi
1552 00000000  46                inc esi
1553
1554 opcode 47
1555 00000000  47                inc edi
1556 00000000  47                inc edi
1557 00000000  47                inc edi
1558 00000000  47                inc edi
1559 00000000  47                inc edi
1560 00000000  47                inc edi
1561 00000000  47                inc edi
1562 00000000  47                inc edi
1563
1564 opcode 48
1565 00000000  48                dec eax
1566 00000000  48                dec eax
1567 00000000  48                dec eax
1568 00000000  48                dec eax
1569 00000000  48                dec eax
1570 00000000  48                dec eax
1571 00000000  48                dec eax
1572 00000000  48                dec eax
1573
1574 opcode 49
1575 00000000  49                dec ecx
1576 00000000  49                dec ecx
1577 00000000  49                dec ecx
1578 00000000  49                dec ecx
1579 00000000  49                dec ecx
1580 00000000  49                dec ecx
1581 00000000  49                dec ecx
1582 00000000  49                dec ecx
1583
1584 opcode 4a
1585 00000000  4A                dec edx
1586 00000000  4A                dec edx
1587 00000000  4A                dec edx
1588 00000000  4A                dec edx
1589 00000000  4A                dec edx
1590 00000000  4A                dec edx
1591 00000000  4A                dec edx
1592 00000000  4A                dec edx
1593
1594 opcode 4b
1595 00000000  4B                dec ebx
1596 00000000  4B                dec ebx
1597 00000000  4B                dec ebx
1598 00000000  4B                dec ebx
1599 00000000  4B                dec ebx
1600 00000000  4B                dec ebx
1601 00000000  4B                dec ebx
1602 00000000  4B                dec ebx
1603
1604 opcode 4c
1605 00000000  4C                dec esp
1606 00000000  4C                dec esp
1607 00000000  4C                dec esp
1608 00000000  4C                dec esp
1609 00000000  4C                dec esp
1610 00000000  4C                dec esp
1611 00000000  4C                dec esp
1612 00000000  4C                dec esp
1613
1614 opcode 4d
1615 00000000  4D                dec ebp
1616 00000000  4D                dec ebp
1617 00000000  4D                dec ebp
1618 00000000  4D                dec ebp
1619 00000000  4D                dec ebp
1620 00000000  4D                dec ebp
1621 00000000  4D                dec ebp
1622 00000000  4D                dec ebp
1623
1624 opcode 4e
1625 00000000  4E                dec esi
1626 00000000  4E                dec esi
1627 00000000  4E                dec esi
1628 00000000  4E                dec esi
1629 00000000  4E                dec esi
1630 00000000  4E                dec esi
1631 00000000  4E                dec esi
1632 00000000  4E                dec esi
1633
1634 opcode 4f
1635 00000000  4F                dec edi
1636 00000000  4F                dec edi
1637 00000000  4F                dec edi
1638 00000000  4F                dec edi
1639 00000000  4F                dec edi
1640 00000000  4F                dec edi
1641 00000000  4F                dec edi
1642 00000000  4F                dec edi
1643
1644 opcode 50
1645 00000000  50                push eax
1646 00000000  50                push eax
1647 00000000  50                push eax
1648 00000000  50                push eax
1649 00000000  50                push eax
1650 00000000  50                push eax
1651 00000000  50                push eax
1652 00000000  50                push eax
1653
1654 opcode 51
1655 00000000  51                push ecx
1656 00000000  51                push ecx
1657 00000000  51                push ecx
1658 00000000  51                push ecx
1659 00000000  51                push ecx
1660 00000000  51                push ecx
1661 00000000  51                push ecx
1662 00000000  51                push ecx
1663
1664 opcode 52
1665 00000000  52                push edx
1666 00000000  52                push edx
1667 00000000  52                push edx
1668 00000000  52                push edx
1669 00000000  52                push edx
1670 00000000  52                push edx
1671 00000000  52                push edx
1672 00000000  52                push edx
1673
1674 opcode 53
1675 00000000  53                push ebx
1676 00000000  53                push ebx
1677 00000000  53                push ebx
1678 00000000  53                push ebx
1679 00000000  53                push ebx
1680 00000000  53                push ebx
1681 00000000  53                push ebx
1682 00000000  53                push ebx
1683
1684 opcode 54
1685 00000000  54                push esp
1686 00000000  54                push esp
1687 00000000  54                push esp
1688 00000000  54                push esp
1689 00000000  54                push esp
1690 00000000  54                push esp
1691 00000000  54                push esp
1692 00000000  54                push esp
1693
1694 opcode 55
1695 00000000  55                push ebp
1696 00000000  55                push ebp
1697 00000000  55                push ebp
1698 00000000  55                push ebp
1699 00000000  55                push ebp
1700 00000000  55                push ebp
1701 00000000  55                push ebp
1702 00000000  55                push ebp
1703
1704 opcode 56
1705 00000000  56                push esi
1706 00000000  56                push esi
1707 00000000  56                push esi
1708 00000000  56                push esi
1709 00000000  56                push esi
1710 00000000  56                push esi
1711 00000000  56                push esi
1712 00000000  56                push esi
1713
1714 opcode 57
1715 00000000  57                push edi
1716 00000000  57                push edi
1717 00000000  57                push edi
1718 00000000  57                push edi
1719 00000000  57                push edi
1720 00000000  57                push edi
1721 00000000  57                push edi
1722 00000000  57                push edi
1723
1724 opcode 58
1725 00000000  58                pop eax
1726 00000000  58                pop eax
1727 00000000  58                pop eax
1728 00000000  58                pop eax
1729 00000000  58                pop eax
1730 00000000  58                pop eax
1731 00000000  58                pop eax
1732 00000000  58                pop eax
1733
1734 opcode 59
1735 00000000  59                pop ecx
1736 00000000  59                pop ecx
1737 00000000  59                pop ecx
1738 00000000  59                pop ecx
1739 00000000  59                pop ecx
1740 00000000  59                pop ecx
1741 00000000  59                pop ecx
1742 00000000  59                pop ecx
1743
1744 opcode 5a
1745 00000000  5A                pop edx
1746 00000000  5A                pop edx
1747 00000000  5A                pop edx
1748 00000000  5A                pop edx
1749 00000000  5A                pop edx
1750 00000000  5A                pop edx
1751 00000000  5A                pop edx
1752 00000000  5A                pop edx
1753
1754 opcode 5b
1755 00000000  5B                pop ebx
1756 00000000  5B                pop ebx
1757 00000000  5B                pop ebx
1758 00000000  5B                pop ebx
1759 00000000  5B                pop ebx
1760 00000000  5B                pop ebx
1761 00000000  5B                pop ebx
1762 00000000  5B                pop ebx
1763
1764 opcode 5c
1765 00000000  5C                pop esp
1766 00000000  5C                pop esp
1767 00000000  5C                pop esp
1768 00000000  5C                pop esp
1769 00000000  5C                pop esp
1770 00000000  5C                pop esp
1771 00000000  5C                pop esp
1772 00000000  5C                pop esp
1773
1774 opcode 5d
1775 00000000  5D                pop ebp
1776 00000000  5D                pop ebp
1777 00000000  5D                pop ebp
1778 00000000  5D                pop ebp
1779 00000000  5D                pop ebp
1780 00000000  5D                pop ebp
1781 00000000  5D                pop ebp
1782 00000000  5D                pop ebp
1783
1784 opcode 5e
1785 00000000  5E                pop esi
1786 00000000  5E                pop esi
1787 00000000  5E                pop esi
1788 00000000  5E                pop esi
1789 00000000  5E                pop esi
1790 00000000  5E                pop esi
1791 00000000  5E                pop esi
1792 00000000  5E                pop esi
1793
1794 opcode 5f
1795 00000000  5F                pop edi
1796 00000000  5F                pop edi
1797 00000000  5F                pop edi
1798 00000000  5F                pop edi
1799 00000000  5F                pop edi
1800 00000000  5F                pop edi
1801 00000000  5F                pop edi
1802 00000000  5F                pop edi
1803
1804 opcode 60
1805 00000000  60                pusha
1806 00000000  60                pusha
1807 00000000  60                pusha
1808 00000000  60                pusha
1809 00000000  60                pusha
1810 00000000  60                pusha
1811 00000000  60                pusha
1812 00000000  60                pusha
1813
1814 opcode 61
1815 00000000  61                popa
1816 00000000  61                popa
1817 00000000  61                popa
1818 00000000  61                popa
1819 00000000  61                popa
1820 00000000  61                popa
1821 00000000  61                popa
1822 00000000  61                popa
1823
1824 opcode 62
1825 00000000  6200              bound eax,[eax]
1826 00000000  6208              bound ecx,[eax]
1827 00000000  6210              bound edx,[eax]
1828 00000000  6218              bound ebx,[eax]
1829 00000000  6220              bound esp,[eax]
1830 00000000  6228              bound ebp,[eax]
1831 00000000  6230              bound esi,[eax]
1832 00000000  6238              bound edi,[eax]
1833
1834 opcode 63
1835 00000000  6300              arpl [eax],ax
1836 00000000  6308              arpl [eax],cx
1837 00000000  6310              arpl [eax],dx
1838 00000000  6318              arpl [eax],bx
1839 00000000  6320              arpl [eax],sp
1840 00000000  6328              arpl [eax],bp
1841 00000000  6330              arpl [eax],si
1842 00000000  6338              arpl [eax],di
1843
1844 opcode 64
1845 00000000  640001            add [fs:ecx],al
1846 00000000  640801            or [fs:ecx],al
1847 00000000  641001            adc [fs:ecx],al
1848 00000000  641801            sbb [fs:ecx],al
1849 00000000  642001            and [fs:ecx],al
1850 00000000  642801            sub [fs:ecx],al
1851 00000000  643001            xor [fs:ecx],al
1852 00000000  643801            cmp [fs:ecx],al
1853
1854 opcode 65
1855 00000000  650001            add [gs:ecx],al
1856 00000000  650801            or [gs:ecx],al
1857 00000000  651001            adc [gs:ecx],al
1858 00000000  651801            sbb [gs:ecx],al
1859 00000000  652001            and [gs:ecx],al
1860 00000000  652801            sub [gs:ecx],al
1861 00000000  653001            xor [gs:ecx],al
1862 00000000  653801            cmp [gs:ecx],al
1863
1864 opcode 66
1865 00000000  660001            o16 add [ecx],al
1866 00000000  660801            o16 or [ecx],al
1867 00000000  661001            o16 adc [ecx],al
1868 00000000  661801            o16 sbb [ecx],al
1869 00000000  662001            o16 and [ecx],al
1870 00000000  662801            o16 sub [ecx],al
1871 00000000  663001            o16 xor [ecx],al
1872 00000000  663801            o16 cmp [ecx],al
1873
1874 opcode 67
1875 00000000  670001            add [bx+di],al
1876 00000000  670801            or [bx+di],al
1877 00000000  671001            adc [bx+di],al
1878 00000000  671801            sbb [bx+di],al
1879 00000000  672001            and [bx+di],al
1880 00000000  672801            sub [bx+di],al
1881 00000000  673001            xor [bx+di],al
1882 00000000  673801            cmp [bx+di],al
1883
1884 opcode 68
1885 00000000  6800012345        push dword 0x45230100
1886 00000000  6808012345        push dword 0x45230108
1887 00000000  6810012345        push dword 0x45230110
1888 00000000  6818012345        push dword 0x45230118
1889 00000000  6820012345        push dword 0x45230120
1890 00000000  6828012345        push dword 0x45230128
1891 00000000  6830012345        push dword 0x45230130
1892 00000000  6838012345        push dword 0x45230138
1893
1894 opcode 69
1895 00000000  690001234567      imul eax,[eax],dword 0x67452301
1896 00000000  690801234567      imul ecx,[eax],dword 0x67452301
1897 00000000  691001234567      imul edx,[eax],dword 0x67452301
1898 00000000  691801234567      imul ebx,[eax],dword 0x67452301
1899 00000000  692001234567      imul esp,[eax],dword 0x67452301
1900 00000000  692801234567      imul ebp,[eax],dword 0x67452301
1901 00000000  693001234567      imul esi,[eax],dword 0x67452301
1902 00000000  693801234567      imul edi,[eax],dword 0x67452301
1903
1904 opcode 6a
1905 00000000  6A00              push byte +0x0
1906 00000000  6A08              push byte +0x8
1907 00000000  6A10              push byte +0x10
1908 00000000  6A18              push byte +0x18
1909 00000000  6A20              push byte +0x20
1910 00000000  6A28              push byte +0x28
1911 00000000  6A30              push byte +0x30
1912 00000000  6A38              push byte +0x38
1913
1914 opcode 6b
1915 00000000  6B0001            imul eax,[eax],byte +0x1
1916 00000000  6B0801            imul ecx,[eax],byte +0x1
1917 00000000  6B1001            imul edx,[eax],byte +0x1
1918 00000000  6B1801            imul ebx,[eax],byte +0x1
1919 00000000  6B2001            imul esp,[eax],byte +0x1
1920 00000000  6B2801            imul ebp,[eax],byte +0x1
1921 00000000  6B3001            imul esi,[eax],byte +0x1
1922 00000000  6B3801            imul edi,[eax],byte +0x1
1923
1924 opcode 6c
1925 00000000  6C                insb
1926 00000000  6C                insb
1927 00000000  6C                insb
1928 00000000  6C                insb
1929 00000000  6C                insb
1930 00000000  6C                insb
1931 00000000  6C                insb
1932 00000000  6C                insb
1933
1934 opcode 6d
1935 00000000  6D                insd
1936 00000000  6D                insd
1937 00000000  6D                insd
1938 00000000  6D                insd
1939 00000000  6D                insd
1940 00000000  6D                insd
1941 00000000  6D                insd
1942 00000000  6D                insd
1943
1944 opcode 6e
1945 00000000  6E                outsb
1946 00000000  6E                outsb
1947 00000000  6E                outsb
1948 00000000  6E                outsb
1949 00000000  6E                outsb
1950 00000000  6E                outsb
1951 00000000  6E                outsb
1952 00000000  6E                outsb
1953
1954 opcode 6f
1955 00000000  6F                outsd
1956 00000000  6F                outsd
1957 00000000  6F                outsd
1958 00000000  6F                outsd
1959 00000000  6F                outsd
1960 00000000  6F                outsd
1961 00000000  6F                outsd
1962 00000000  6F                outsd
1963
1964 opcode 70
1965 00000000  7000              jo 0x2
1966 00000000  7008              jo 0xa
1967 00000000  7010              jo 0x12
1968 00000000  7018              jo 0x1a
1969 00000000  7020              jo 0x22
1970 00000000  7028              jo 0x2a
1971 00000000  7030              jo 0x32
1972 00000000  7038              jo 0x3a
1973
1974 opcode 71
1975 00000000  7100              jno 0x2
1976 00000000  7108              jno 0xa
1977 00000000  7110              jno 0x12
1978 00000000  7118              jno 0x1a
1979 00000000  7120              jno 0x22
1980 00000000  7128              jno 0x2a
1981 00000000  7130              jno 0x32
1982 00000000  7138              jno 0x3a
1983
1984 opcode 72
1985 00000000  7200              jc 0x2
1986 00000000  7208              jc 0xa
1987 00000000  7210              jc 0x12
1988 00000000  7218              jc 0x1a
1989 00000000  7220              jc 0x22
1990 00000000  7228              jc 0x2a
1991 00000000  7230              jc 0x32
1992 00000000  7238              jc 0x3a
1993
1994 opcode 73
1995 00000000  7300              jnc 0x2
1996 00000000  7308              jnc 0xa
1997 00000000  7310              jnc 0x12
1998 00000000  7318              jnc 0x1a
1999 00000000  7320              jnc 0x22
2000 00000000  7328              jnc 0x2a
2001 00000000  7330              jnc 0x32
2002 00000000  7338              jnc 0x3a
2003
2004 opcode 74
2005 00000000  7400              jz 0x2
2006 00000000  7408              jz 0xa
2007 00000000  7410              jz 0x12
2008 00000000  7418              jz 0x1a
2009 00000000  7420              jz 0x22
2010 00000000  7428              jz 0x2a
2011 00000000  7430              jz 0x32
2012 00000000  7438              jz 0x3a
2013
2014 opcode 75
2015 00000000  7500              jnz 0x2
2016 00000000  7508              jnz 0xa
2017 00000000  7510              jnz 0x12
2018 00000000  7518              jnz 0x1a
2019 00000000  7520              jnz 0x22
2020 00000000  7528              jnz 0x2a
2021 00000000  7530              jnz 0x32
2022 00000000  7538              jnz 0x3a
2023
2024 opcode 76
2025 00000000  7600              jna 0x2
2026 00000000  7608              jna 0xa
2027 00000000  7610              jna 0x12
2028 00000000  7618              jna 0x1a
2029 00000000  7620              jna 0x22
2030 00000000  7628              jna 0x2a
2031 00000000  7630              jna 0x32
2032 00000000  7638              jna 0x3a
2033
2034 opcode 77
2035 00000000  7700              ja 0x2
2036 00000000  7708              ja 0xa
2037 00000000  7710              ja 0x12
2038 00000000  7718              ja 0x1a
2039 00000000  7720              ja 0x22
2040 00000000  7728              ja 0x2a
2041 00000000  7730              ja 0x32
2042 00000000  7738              ja 0x3a
2043
2044 opcode 78
2045 00000000  7800              js 0x2
2046 00000000  7808              js 0xa
2047 00000000  7810              js 0x12
2048 00000000  7818              js 0x1a
2049 00000000  7820              js 0x22
2050 00000000  7828              js 0x2a
2051 00000000  7830              js 0x32
2052 00000000  7838              js 0x3a
2053
2054 opcode 79
2055 00000000  7900              jns 0x2
2056 00000000  7908              jns 0xa
2057 00000000  7910              jns 0x12
2058 00000000  7918              jns 0x1a
2059 00000000  7920              jns 0x22
2060 00000000  7928              jns 0x2a
2061 00000000  7930              jns 0x32
2062 00000000  7938              jns 0x3a
2063
2064 opcode 7a
2065 00000000  7A00              jpe 0x2
2066 00000000  7A08              jpe 0xa
2067 00000000  7A10              jpe 0x12
2068 00000000  7A18              jpe 0x1a
2069 00000000  7A20              jpe 0x22
2070 00000000  7A28              jpe 0x2a
2071 00000000  7A30              jpe 0x32
2072 00000000  7A38              jpe 0x3a
2073
2074 opcode 7b
2075 00000000  7B00              jpo 0x2
2076 00000000  7B08              jpo 0xa
2077 00000000  7B10              jpo 0x12
2078 00000000  7B18              jpo 0x1a
2079 00000000  7B20              jpo 0x22
2080 00000000  7B28              jpo 0x2a
2081 00000000  7B30              jpo 0x32
2082 00000000  7B38              jpo 0x3a
2083
2084 opcode 7c
2085 00000000  7C00              jl 0x2
2086 00000000  7C08              jl 0xa
2087 00000000  7C10              jl 0x12
2088 00000000  7C18              jl 0x1a
2089 00000000  7C20              jl 0x22
2090 00000000  7C28              jl 0x2a
2091 00000000  7C30              jl 0x32
2092 00000000  7C38              jl 0x3a
2093
2094 opcode 7d
2095 00000000  7D00              jnl 0x2
2096 00000000  7D08              jnl 0xa
2097 00000000  7D10              jnl 0x12
2098 00000000  7D18              jnl 0x1a
2099 00000000  7D20              jnl 0x22
2100 00000000  7D28              jnl 0x2a
2101 00000000  7D30              jnl 0x32
2102 00000000  7D38              jnl 0x3a
2103
2104 opcode 7e
2105 00000000  7E00              jng 0x2
2106 00000000  7E08              jng 0xa
2107 00000000  7E10              jng 0x12
2108 00000000  7E18              jng 0x1a
2109 00000000  7E20              jng 0x22
2110 00000000  7E28              jng 0x2a
2111 00000000  7E30              jng 0x32
2112 00000000  7E38              jng 0x3a
2113
2114 opcode 7f
2115 00000000  7F00              jg 0x2
2116 00000000  7F08              jg 0xa
2117 00000000  7F10              jg 0x12
2118 00000000  7F18              jg 0x1a
2119 00000000  7F20              jg 0x22
2120 00000000  7F28              jg 0x2a
2121 00000000  7F30              jg 0x32
2122 00000000  7F38              jg 0x3a
2123
2124 opcode 80
2125 00000000  800001            add byte [eax],0x1
2126 00000000  800801            or byte [eax],0x1
2127 00000000  801001            adc byte [eax],0x1
2128 00000000  801801            sbb byte [eax],0x1
2129 00000000  802001            and byte [eax],0x1
2130 00000000  802801            sub byte [eax],0x1
2131 00000000  803001            xor byte [eax],0x1
2132 00000000  803801            cmp byte [eax],0x1
2133
2134 opcode 81
2135 00000000  810001234567      add dword [eax],0x67452301
2136 00000000  810801234567      or dword [eax],0x67452301
2137 00000000  811001234567      adc dword [eax],0x67452301
2138 00000000  811801234567      sbb dword [eax],0x67452301
2139 00000000  812001234567      and dword [eax],0x67452301
2140 00000000  812801234567      sub dword [eax],0x67452301
2141 00000000  813001234567      xor dword [eax],0x67452301
2142 00000000  813801234567      cmp dword [eax],0x67452301
2143
2144 opcode 82
2145 illegal_opcode
2146 illegal_opcode
2147 illegal_opcode
2148 illegal_opcode
2149 illegal_opcode
2150 illegal_opcode
2151 illegal_opcode
2152 illegal_opcode
2153
2154 opcode 83
2155 00000000  830001            add dword [eax],byte +0x1
2156 00000000  830801            or dword [eax],byte +0x1
2157 00000000  831001            adc dword [eax],byte +0x1
2158 00000000  831801            sbb dword [eax],byte +0x1
2159 00000000  832001            and dword [eax],byte +0x1
2160 00000000  832801            sub dword [eax],byte +0x1
2161 00000000  833001            xor dword [eax],byte +0x1
2162 00000000  833801            cmp dword [eax],byte +0x1
2163
2164 opcode 84
2165 00000000  8400              test [eax],al
2166 00000000  8408              test [eax],cl
2167 00000000  8410              test [eax],dl
2168 00000000  8418              test [eax],bl
2169 00000000  8420              test [eax],ah
2170 00000000  8428              test [eax],ch
2171 00000000  8430              test [eax],dh
2172 00000000  8438              test [eax],bh
2173
2174 opcode 85
2175 00000000  8500              test [eax],eax
2176 00000000  8508              test [eax],ecx
2177 00000000  8510              test [eax],edx
2178 00000000  8518              test [eax],ebx
2179 00000000  8520              test [eax],esp
2180 00000000  8528              test [eax],ebp
2181 00000000  8530              test [eax],esi
2182 00000000  8538              test [eax],edi
2183
2184 opcode 86
2185 00000000  8600              xchg al,[eax]
2186 00000000  8608              xchg cl,[eax]
2187 00000000  8610              xchg dl,[eax]
2188 00000000  8618              xchg bl,[eax]
2189 00000000  8620              xchg ah,[eax]
2190 00000000  8628              xchg ch,[eax]
2191 00000000  8630              xchg dh,[eax]
2192 00000000  8638              xchg bh,[eax]
2193
2194 opcode 87
2195 00000000  8700              xchg eax,[eax]
2196 00000000  8708              xchg ecx,[eax]
2197 00000000  8710              xchg edx,[eax]
2198 00000000  8718              xchg ebx,[eax]
2199 00000000  8720              xchg esp,[eax]
2200 00000000  8728              xchg ebp,[eax]
2201 00000000  8730              xchg esi,[eax]
2202 00000000  8738              xchg edi,[eax]
2203
2204 opcode 88
2205 00000000  8800              mov [eax],al
2206 00000000  8808              mov [eax],cl
2207 00000000  8810              mov [eax],dl
2208 00000000  8818              mov [eax],bl
2209 00000000  8820              mov [eax],ah
2210 00000000  8828              mov [eax],ch
2211 00000000  8830              mov [eax],dh
2212 00000000  8838              mov [eax],bh
2213
2214 opcode 89
2215 00000000  8900              mov [eax],eax
2216 00000000  8908              mov [eax],ecx
2217 00000000  8910              mov [eax],edx
2218 00000000  8918              mov [eax],ebx
2219 00000000  8920              mov [eax],esp
2220 00000000  8928              mov [eax],ebp
2221 00000000  8930              mov [eax],esi
2222 00000000  8938              mov [eax],edi
2223
2224 opcode 8a
2225 00000000  8A00              mov al,[eax]
2226 00000000  8A08              mov cl,[eax]
2227 00000000  8A10              mov dl,[eax]
2228 00000000  8A18              mov bl,[eax]
2229 00000000  8A20              mov ah,[eax]
2230 00000000  8A28              mov ch,[eax]
2231 00000000  8A30              mov dh,[eax]
2232 00000000  8A38              mov bh,[eax]
2233
2234 opcode 8b
2235 00000000  8B00              mov eax,[eax]
2236 00000000  8B08              mov ecx,[eax]
2237 00000000  8B10              mov edx,[eax]
2238 00000000  8B18              mov ebx,[eax]
2239 00000000  8B20              mov esp,[eax]
2240 00000000  8B28              mov ebp,[eax]
2241 00000000  8B30              mov esi,[eax]
2242 00000000  8B38              mov edi,[eax]
2243
2244 opcode 8c
2245 00000000  8C00              mov [eax],es
2246 00000000  8C08              mov [eax],cs
2247 00000000  8C10              mov [eax],ss
2248 00000000  8C18              mov [eax],ds
2249 00000000  8C20              mov [eax],fs
2250 00000000  8C28              mov [eax],gs
2251 00000000  8C30              mov [eax],segr6
2252 00000000  8C38              mov [eax],segr7
2253
2254 opcode 8d
2255 00000000  8D00              lea eax,[eax]
2256 00000000  8D08              lea ecx,[eax]
2257 00000000  8D10              lea edx,[eax]
2258 00000000  8D18              lea ebx,[eax]
2259 00000000  8D20              lea esp,[eax]
2260 00000000  8D28              lea ebp,[eax]
2261 00000000  8D30              lea esi,[eax]
2262 00000000  8D38              lea edi,[eax]
2263
2264 opcode 8e
2265 00000000  8E00              mov es,[eax]
2266 00000000  8E08              mov cs,[eax]
2267 00000000  8E10              mov ss,[eax]
2268 00000000  8E18              mov ds,[eax]
2269 00000000  8E20              mov fs,[eax]
2270 00000000  8E28              mov gs,[eax]
2271 00000000  8E30              mov segr6,[eax]
2272 00000000  8E38              mov segr7,[eax]
2273
2274 opcode 8f
2275 00000000  8F00              pop dword [eax]
2276 illegal_opcode
2277 illegal_opcode
2278 illegal_opcode
2279 illegal_opcode
2280 illegal_opcode
2281 illegal_opcode
2282 illegal_opcode
2283
2284 opcode 90
2285 00000000  90                nop
2286 00000000  90                nop
2287 00000000  90                nop
2288 00000000  90                nop
2289 00000000  90                nop
2290 00000000  90                nop
2291 00000000  90                nop
2292 00000000  90                nop
2293
2294 opcode 91
2295 00000000  91                xchg eax,ecx
2296 00000000  91                xchg eax,ecx
2297 00000000  91                xchg eax,ecx
2298 00000000  91                xchg eax,ecx
2299 00000000  91                xchg eax,ecx
2300 00000000  91                xchg eax,ecx
2301 00000000  91                xchg eax,ecx
2302 00000000  91                xchg eax,ecx
2303
2304 opcode 92
2305 00000000  92                xchg eax,edx
2306 00000000  92                xchg eax,edx
2307 00000000  92                xchg eax,edx
2308 00000000  92                xchg eax,edx
2309 00000000  92                xchg eax,edx
2310 00000000  92                xchg eax,edx
2311 00000000  92                xchg eax,edx
2312 00000000  92                xchg eax,edx
2313
2314 opcode 93
2315 00000000  93                xchg eax,ebx
2316 00000000  93                xchg eax,ebx
2317 00000000  93                xchg eax,ebx
2318 00000000  93                xchg eax,ebx
2319 00000000  93                xchg eax,ebx
2320 00000000  93                xchg eax,ebx
2321 00000000  93                xchg eax,ebx
2322 00000000  93                xchg eax,ebx
2323
2324 opcode 94
2325 00000000  94                xchg eax,esp
2326 00000000  94                xchg eax,esp
2327 00000000  94                xchg eax,esp
2328 00000000  94                xchg eax,esp
2329 00000000  94                xchg eax,esp
2330 00000000  94                xchg eax,esp
2331 00000000  94                xchg eax,esp
2332 00000000  94                xchg eax,esp
2333
2334 opcode 95
2335 00000000  95                xchg eax,ebp
2336 00000000  95                xchg eax,ebp
2337 00000000  95                xchg eax,ebp
2338 00000000  95                xchg eax,ebp
2339 00000000  95                xchg eax,ebp
2340 00000000  95                xchg eax,ebp
2341 00000000  95                xchg eax,ebp
2342 00000000  95                xchg eax,ebp
2343
2344 opcode 96
2345 00000000  96                xchg eax,esi
2346 00000000  96                xchg eax,esi
2347 00000000  96                xchg eax,esi
2348 00000000  96                xchg eax,esi
2349 00000000  96                xchg eax,esi
2350 00000000  96                xchg eax,esi
2351 00000000  96                xchg eax,esi
2352 00000000  96                xchg eax,esi
2353
2354 opcode 97
2355 00000000  97                xchg eax,edi
2356 00000000  97                xchg eax,edi
2357 00000000  97                xchg eax,edi
2358 00000000  97                xchg eax,edi
2359 00000000  97                xchg eax,edi
2360 00000000  97                xchg eax,edi
2361 00000000  97                xchg eax,edi
2362 00000000  97                xchg eax,edi
2363
2364 opcode 98
2365 00000000  98                cwde
2366 00000000  98                cwde
2367 00000000  98                cwde
2368 00000000  98                cwde
2369 00000000  98                cwde
2370 00000000  98                cwde
2371 00000000  98                cwde
2372 00000000  98                cwde
2373
2374 opcode 99
2375 00000000  99                cdq
2376 00000000  99                cdq
2377 00000000  99                cdq
2378 00000000  99                cdq
2379 00000000  99                cdq
2380 00000000  99                cdq
2381 00000000  99                cdq
2382 00000000  99                cdq
2383
2384 opcode 9a
2385 00000000  9A000123456789    call 0x8967:0x45230100
2386 00000000  9A080123456789    call 0x8967:0x45230108
2387 00000000  9A100123456789    call 0x8967:0x45230110
2388 00000000  9A180123456789    call 0x8967:0x45230118
2389 00000000  9A200123456789    call 0x8967:0x45230120
2390 00000000  9A280123456789    call 0x8967:0x45230128
2391 00000000  9A300123456789    call 0x8967:0x45230130
2392 00000000  9A380123456789    call 0x8967:0x45230138
2393
2394 opcode 9b
2395 00000000  9B0001            wait add [ecx],al
2396 00000000  9B0801            wait or [ecx],al
2397 00000000  9B1001            wait adc [ecx],al
2398 00000000  9B1801            wait sbb [ecx],al
2399 00000000  9B2001            wait and [ecx],al
2400 00000000  9B2801            wait sub [ecx],al
2401 00000000  9B3001            wait xor [ecx],al
2402 00000000  9B3801            wait cmp [ecx],al
2403
2404 opcode 9c
2405 00000000  9C                pushf
2406 00000000  9C                pushf
2407 00000000  9C                pushf
2408 00000000  9C                pushf
2409 00000000  9C                pushf
2410 00000000  9C                pushf
2411 00000000  9C                pushf
2412 00000000  9C                pushf
2413
2414 opcode 9d
2415 00000000  9D                popf
2416 00000000  9D                popf
2417 00000000  9D                popf
2418 00000000  9D                popf
2419 00000000  9D                popf
2420 00000000  9D                popf
2421 00000000  9D                popf
2422 00000000  9D                popf
2423
2424 opcode 9e
2425 00000000  9E                sahf
2426 00000000  9E                sahf
2427 00000000  9E                sahf
2428 00000000  9E                sahf
2429 00000000  9E                sahf
2430 00000000  9E                sahf
2431 00000000  9E                sahf
2432 00000000  9E                sahf
2433
2434 opcode 9f
2435 00000000  9F                lahf
2436 00000000  9F                lahf
2437 00000000  9F                lahf
2438 00000000  9F                lahf
2439 00000000  9F                lahf
2440 00000000  9F                lahf
2441 00000000  9F                lahf
2442 00000000  9F                lahf
2443
2444 opcode a0
2445 00000000  A000012345        mov al,[0x45230100]
2446 00000000  A008012345        mov al,[0x45230108]
2447 00000000  A010012345        mov al,[0x45230110]
2448 00000000  A018012345        mov al,[0x45230118]
2449 00000000  A020012345        mov al,[0x45230120]
2450 00000000  A028012345        mov al,[0x45230128]
2451 00000000  A030012345        mov al,[0x45230130]
2452 00000000  A038012345        mov al,[0x45230138]
2453
2454 opcode a1
2455 00000000  A100012345        mov eax,[0x45230100]
2456 00000000  A108012345        mov eax,[0x45230108]
2457 00000000  A110012345        mov eax,[0x45230110]
2458 00000000  A118012345        mov eax,[0x45230118]
2459 00000000  A120012345        mov eax,[0x45230120]
2460 00000000  A128012345        mov eax,[0x45230128]
2461 00000000  A130012345        mov eax,[0x45230130]
2462 00000000  A138012345        mov eax,[0x45230138]
2463
2464 opcode a2
2465 00000000  A200012345        mov [0x45230100],al
2466 00000000  A208012345        mov [0x45230108],al
2467 00000000  A210012345        mov [0x45230110],al
2468 00000000  A218012345        mov [0x45230118],al
2469 00000000  A220012345        mov [0x45230120],al
2470 00000000  A228012345        mov [0x45230128],al
2471 00000000  A230012345        mov [0x45230130],al
2472 00000000  A238012345        mov [0x45230138],al
2473
2474 opcode a3
2475 00000000  A300012345        mov [0x45230100],eax
2476 00000000  A308012345        mov [0x45230108],eax
2477 00000000  A310012345        mov [0x45230110],eax
2478 00000000  A318012345        mov [0x45230118],eax
2479 00000000  A320012345        mov [0x45230120],eax
2480 00000000  A328012345        mov [0x45230128],eax
2481 00000000  A330012345        mov [0x45230130],eax
2482 00000000  A338012345        mov [0x45230138],eax
2483
2484 opcode a4
2485 00000000  A4                movsb
2486 00000000  A4                movsb
2487 00000000  A4                movsb
2488 00000000  A4                movsb
2489 00000000  A4                movsb
2490 00000000  A4                movsb
2491 00000000  A4                movsb
2492 00000000  A4                movsb
2493
2494 opcode a5
2495 00000000  A5                movsd
2496 00000000  A5                movsd
2497 00000000  A5                movsd
2498 00000000  A5                movsd
2499 00000000  A5                movsd
2500 00000000  A5                movsd
2501 00000000  A5                movsd
2502 00000000  A5                movsd
2503
2504 opcode a6
2505 00000000  A6                cmpsb
2506 00000000  A6                cmpsb
2507 00000000  A6                cmpsb
2508 00000000  A6                cmpsb
2509 00000000  A6                cmpsb
2510 00000000  A6                cmpsb
2511 00000000  A6                cmpsb
2512 00000000  A6                cmpsb
2513
2514 opcode a7
2515 00000000  A7                cmpsd
2516 00000000  A7                cmpsd
2517 00000000  A7                cmpsd
2518 00000000  A7                cmpsd
2519 00000000  A7                cmpsd
2520 00000000  A7                cmpsd
2521 00000000  A7                cmpsd
2522 00000000  A7                cmpsd
2523
2524 opcode a8
2525 00000000  A800              test al,0x0
2526 00000000  A808              test al,0x8
2527 00000000  A810              test al,0x10
2528 00000000  A818              test al,0x18
2529 00000000  A820              test al,0x20
2530 00000000  A828              test al,0x28
2531 00000000  A830              test al,0x30
2532 00000000  A838              test al,0x38
2533
2534 opcode a9
2535 00000000  A900012345        test eax,0x45230100
2536 00000000  A908012345        test eax,0x45230108
2537 00000000  A910012345        test eax,0x45230110
2538 00000000  A918012345        test eax,0x45230118
2539 00000000  A920012345        test eax,0x45230120
2540 00000000  A928012345        test eax,0x45230128
2541 00000000  A930012345        test eax,0x45230130
2542 00000000  A938012345        test eax,0x45230138
2543
2544 opcode aa
2545 00000000  AA                stosb
2546 00000000  AA                stosb
2547 00000000  AA                stosb
2548 00000000  AA                stosb
2549 00000000  AA                stosb
2550 00000000  AA                stosb
2551 00000000  AA                stosb
2552 00000000  AA                stosb
2553
2554 opcode ab
2555 00000000  AB                stosd
2556 00000000  AB                stosd
2557 00000000  AB                stosd
2558 00000000  AB                stosd
2559 00000000  AB                stosd
2560 00000000  AB                stosd
2561 00000000  AB                stosd
2562 00000000  AB                stosd
2563
2564 opcode ac
2565 00000000  AC                lodsb
2566 00000000  AC                lodsb
2567 00000000  AC                lodsb
2568 00000000  AC                lodsb
2569 00000000  AC                lodsb
2570 00000000  AC                lodsb
2571 00000000  AC                lodsb
2572 00000000  AC                lodsb
2573
2574 opcode ad
2575 00000000  AD                lodsd
2576 00000000  AD                lodsd
2577 00000000  AD                lodsd
2578 00000000  AD                lodsd
2579 00000000  AD                lodsd
2580 00000000  AD                lodsd
2581 00000000  AD                lodsd
2582 00000000  AD                lodsd
2583
2584 opcode ae
2585 00000000  AE                scasb
2586 00000000  AE                scasb
2587 00000000  AE                scasb
2588 00000000  AE                scasb
2589 00000000  AE                scasb
2590 00000000  AE                scasb
2591 00000000  AE                scasb
2592 00000000  AE                scasb
2593
2594 opcode af
2595 00000000  AF                scasd
2596 00000000  AF                scasd
2597 00000000  AF                scasd
2598 00000000  AF                scasd
2599 00000000  AF                scasd
2600 00000000  AF                scasd
2601 00000000  AF                scasd
2602 00000000  AF                scasd
2603
2604 opcode b0
2605 00000000  B000              mov al,0x0
2606 00000000  B008              mov al,0x8
2607 00000000  B010              mov al,0x10
2608 00000000  B018              mov al,0x18
2609 00000000  B020              mov al,0x20
2610 00000000  B028              mov al,0x28
2611 00000000  B030              mov al,0x30
2612 00000000  B038              mov al,0x38
2613
2614 opcode b1
2615 00000000  B100              mov cl,0x0
2616 00000000  B108              mov cl,0x8
2617 00000000  B110              mov cl,0x10
2618 00000000  B118              mov cl,0x18
2619 00000000  B120              mov cl,0x20
2620 00000000  B128              mov cl,0x28
2621 00000000  B130              mov cl,0x30
2622 00000000  B138              mov cl,0x38
2623
2624 opcode b2
2625 00000000  B200              mov dl,0x0
2626 00000000  B208              mov dl,0x8
2627 00000000  B210              mov dl,0x10
2628 00000000  B218              mov dl,0x18
2629 00000000  B220              mov dl,0x20
2630 00000000  B228              mov dl,0x28
2631 00000000  B230              mov dl,0x30
2632 00000000  B238              mov dl,0x38
2633
2634 opcode b3
2635 00000000  B300              mov bl,0x0
2636 00000000  B308              mov bl,0x8
2637 00000000  B310              mov bl,0x10
2638 00000000  B318              mov bl,0x18
2639 00000000  B320              mov bl,0x20
2640 00000000  B328              mov bl,0x28
2641 00000000  B330              mov bl,0x30
2642 00000000  B338              mov bl,0x38
2643
2644 opcode b4
2645 00000000  B400              mov ah,0x0
2646 00000000  B408              mov ah,0x8
2647 00000000  B410              mov ah,0x10
2648 00000000  B418              mov ah,0x18
2649 00000000  B420              mov ah,0x20
2650 00000000  B428              mov ah,0x28
2651 00000000  B430              mov ah,0x30
2652 00000000  B438              mov ah,0x38
2653
2654 opcode b5
2655 00000000  B500              mov ch,0x0
2656 00000000  B508              mov ch,0x8
2657 00000000  B510              mov ch,0x10
2658 00000000  B518              mov ch,0x18
2659 00000000  B520              mov ch,0x20
2660 00000000  B528              mov ch,0x28
2661 00000000  B530              mov ch,0x30
2662 00000000  B538              mov ch,0x38
2663
2664 opcode b6
2665 00000000  B600              mov dh,0x0
2666 00000000  B608              mov dh,0x8
2667 00000000  B610              mov dh,0x10
2668 00000000  B618              mov dh,0x18
2669 00000000  B620              mov dh,0x20
2670 00000000  B628              mov dh,0x28
2671 00000000  B630              mov dh,0x30
2672 00000000  B638              mov dh,0x38
2673
2674 opcode b7
2675 00000000  B700              mov bh,0x0
2676 00000000  B708              mov bh,0x8
2677 00000000  B710              mov bh,0x10
2678 00000000  B718              mov bh,0x18
2679 00000000  B720              mov bh,0x20
2680 00000000  B728              mov bh,0x28
2681 00000000  B730              mov bh,0x30
2682 00000000  B738              mov bh,0x38
2683
2684 opcode b8
2685 00000000  B800012345        mov eax,0x45230100
2686 00000000  B808012345        mov eax,0x45230108
2687 00000000  B810012345        mov eax,0x45230110
2688 00000000  B818012345        mov eax,0x45230118
2689 00000000  B820012345        mov eax,0x45230120
2690 00000000  B828012345        mov eax,0x45230128
2691 00000000  B830012345        mov eax,0x45230130
2692 00000000  B838012345        mov eax,0x45230138
2693
2694 opcode b9
2695 00000000  B900012345        mov ecx,0x45230100
2696 00000000  B908012345        mov ecx,0x45230108
2697 00000000  B910012345        mov ecx,0x45230110
2698 00000000  B918012345        mov ecx,0x45230118
2699 00000000  B920012345        mov ecx,0x45230120
2700 00000000  B928012345        mov ecx,0x45230128
2701 00000000  B930012345        mov ecx,0x45230130
2702 00000000  B938012345        mov ecx,0x45230138
2703
2704 opcode ba
2705 00000000  BA00012345        mov edx,0x45230100
2706 00000000  BA08012345        mov edx,0x45230108
2707 00000000  BA10012345        mov edx,0x45230110
2708 00000000  BA18012345        mov edx,0x45230118
2709 00000000  BA20012345        mov edx,0x45230120
2710 00000000  BA28012345        mov edx,0x45230128
2711 00000000  BA30012345        mov edx,0x45230130
2712 00000000  BA38012345        mov edx,0x45230138
2713
2714 opcode bb
2715 00000000  BB00012345        mov ebx,0x45230100
2716 00000000  BB08012345        mov ebx,0x45230108
2717 00000000  BB10012345        mov ebx,0x45230110
2718 00000000  BB18012345        mov ebx,0x45230118
2719 00000000  BB20012345        mov ebx,0x45230120
2720 00000000  BB28012345        mov ebx,0x45230128
2721 00000000  BB30012345        mov ebx,0x45230130
2722 00000000  BB38012345        mov ebx,0x45230138
2723
2724 opcode bc
2725 00000000  BC00012345        mov esp,0x45230100
2726 00000000  BC08012345        mov esp,0x45230108
2727 00000000  BC10012345        mov esp,0x45230110
2728 00000000  BC18012345        mov esp,0x45230118
2729 00000000  BC20012345        mov esp,0x45230120
2730 00000000  BC28012345        mov esp,0x45230128
2731 00000000  BC30012345        mov esp,0x45230130
2732 00000000  BC38012345        mov esp,0x45230138
2733
2734 opcode bd
2735 00000000  BD00012345        mov ebp,0x45230100
2736 00000000  BD08012345        mov ebp,0x45230108
2737 00000000  BD10012345        mov ebp,0x45230110
2738 00000000  BD18012345        mov ebp,0x45230118
2739 00000000  BD20012345        mov ebp,0x45230120
2740 00000000  BD28012345        mov ebp,0x45230128
2741 00000000  BD30012345        mov ebp,0x45230130
2742 00000000  BD38012345        mov ebp,0x45230138
2743
2744 opcode be
2745 00000000  BE00012345        mov esi,0x45230100
2746 00000000  BE08012345        mov esi,0x45230108
2747 00000000  BE10012345        mov esi,0x45230110
2748 00000000  BE18012345        mov esi,0x45230118
2749 00000000  BE20012345        mov esi,0x45230120
2750 00000000  BE28012345        mov esi,0x45230128
2751 00000000  BE30012345        mov esi,0x45230130
2752 00000000  BE38012345        mov esi,0x45230138
2753
2754 opcode bf
2755 00000000  BF00012345        mov edi,0x45230100
2756 00000000  BF08012345        mov edi,0x45230108
2757 00000000  BF10012345        mov edi,0x45230110
2758 00000000  BF18012345        mov edi,0x45230118
2759 00000000  BF20012345        mov edi,0x45230120
2760 00000000  BF28012345        mov edi,0x45230128
2761 00000000  BF30012345        mov edi,0x45230130
2762 00000000  BF38012345        mov edi,0x45230138
2763
2764 opcode c0
2765 00000000  C00001            rol byte [eax],byte 0x1
2766 00000000  C00801            ror byte [eax],byte 0x1
2767 00000000  C01001            rcl byte [eax],byte 0x1
2768 00000000  C01801            rcr byte [eax],byte 0x1
2769 00000000  C02001            shl byte [eax],byte 0x1
2770 00000000  C02801            shr byte [eax],byte 0x1
2771 illegal_opcode
2772 00000000  C03801            sar byte [eax],byte 0x1
2773
2774 opcode c1
2775 00000000  C10001            rol dword [eax],byte 0x1
2776 00000000  C10801            ror dword [eax],byte 0x1
2777 00000000  C11001            rcl dword [eax],byte 0x1
2778 00000000  C11801            rcr dword [eax],byte 0x1
2779 00000000  C12001            shl dword [eax],byte 0x1
2780 00000000  C12801            shr dword [eax],byte 0x1
2781 illegal_opcode
2782 00000000  C13801            sar dword [eax],byte 0x1
2783
2784 opcode c2
2785 00000000  C20001            ret 0x100
2786 00000000  C20801            ret 0x108
2787 00000000  C21001            ret 0x110
2788 00000000  C21801            ret 0x118
2789 00000000  C22001            ret 0x120
2790 00000000  C22801            ret 0x128
2791 00000000  C23001            ret 0x130
2792 00000000  C23801            ret 0x138
2793
2794 opcode c3
2795 00000000  C3                ret
2796 00000000  C3                ret
2797 00000000  C3                ret
2798 00000000  C3                ret
2799 00000000  C3                ret
2800 00000000  C3                ret
2801 00000000  C3                ret
2802 00000000  C3                ret
2803
2804 opcode c4
2805 00000000  C400              les eax,[eax]
2806 00000000  C408              les ecx,[eax]
2807 00000000  C410              les edx,[eax]
2808 00000000  C418              les ebx,[eax]
2809 00000000  C420              les esp,[eax]
2810 00000000  C428              les ebp,[eax]
2811 00000000  C430              les esi,[eax]
2812 00000000  C438              les edi,[eax]
2813
2814 opcode c5
2815 00000000  C500              lds eax,[eax]
2816 00000000  C508              lds ecx,[eax]
2817 00000000  C510              lds edx,[eax]
2818 00000000  C518              lds ebx,[eax]
2819 00000000  C520              lds esp,[eax]
2820 00000000  C528              lds ebp,[eax]
2821 00000000  C530              lds esi,[eax]
2822 00000000  C538              lds edi,[eax]
2823
2824 opcode c6
2825 00000000  C60001            mov byte [eax],0x1
2826 illegal_opcode
2827 illegal_opcode
2828 illegal_opcode
2829 illegal_opcode
2830 illegal_opcode
2831 illegal_opcode
2832 illegal_opcode
2833
2834 opcode c7
2835 00000000  C70001234567      mov dword [eax],0x67452301
2836 illegal_opcode
2837 illegal_opcode
2838 illegal_opcode
2839 illegal_opcode
2840 illegal_opcode
2841 illegal_opcode
2842 illegal_opcode
2843
2844 opcode c8
2845 00000000  C8000123          enter 0x100,0x23
2846 00000000  C8080123          enter 0x108,0x23
2847 00000000  C8100123          enter 0x110,0x23
2848 00000000  C8180123          enter 0x118,0x23
2849 00000000  C8200123          enter 0x120,0x23
2850 00000000  C8280123          enter 0x128,0x23
2851 00000000  C8300123          enter 0x130,0x23
2852 00000000  C8380123          enter 0x138,0x23
2853
2854 opcode c9
2855 00000000  C9                leave
2856 00000000  C9                leave
2857 00000000  C9                leave
2858 00000000  C9                leave
2859 00000000  C9                leave
2860 00000000  C9                leave
2861 00000000  C9                leave
2862 00000000  C9                leave
2863
2864 opcode ca
2865 00000000  CA0001            retf 0x100
2866 00000000  CA0801            retf 0x108
2867 00000000  CA1001            retf 0x110
2868 00000000  CA1801            retf 0x118
2869 00000000  CA2001            retf 0x120
2870 00000000  CA2801            retf 0x128
2871 00000000  CA3001            retf 0x130
2872 00000000  CA3801            retf 0x138
2873
2874 opcode cb
2875 00000000  CB                retf
2876 00000000  CB                retf
2877 00000000  CB                retf
2878 00000000  CB                retf
2879 00000000  CB                retf
2880 00000000  CB                retf
2881 00000000  CB                retf
2882 00000000  CB                retf
2883
2884 opcode cc
2885 00000000  CC                int3
2886 00000000  CC                int3
2887 00000000  CC                int3
2888 00000000  CC                int3
2889 00000000  CC                int3
2890 00000000  CC                int3
2891 00000000  CC                int3
2892 00000000  CC                int3
2893
2894 opcode cd
2895 00000000  CD00              int 0x0
2896 00000000  CD08              int 0x8
2897 00000000  CD10              int 0x10
2898 00000000  CD18              int 0x18
2899 00000000  CD20              int 0x20
2900 00000000  CD28              int 0x28
2901 00000000  CD30              int 0x30
2902 00000000  CD38              int 0x38
2903
2904 opcode ce
2905 00000000  CE                into
2906 00000000  CE                into
2907 00000000  CE                into
2908 00000000  CE                into
2909 00000000  CE                into
2910 00000000  CE                into
2911 00000000  CE                into
2912 00000000  CE                into
2913
2914 opcode cf
2915 00000000  CF                iret
2916 00000000  CF                iret
2917 00000000  CF                iret
2918 00000000  CF                iret
2919 00000000  CF                iret
2920 00000000  CF                iret
2921 00000000  CF                iret
2922 00000000  CF                iret
2923
2924 opcode d0
2925 00000000  D000              rol byte [eax],1
2926 00000000  D008              ror byte [eax],1
2927 00000000  D010              rcl byte [eax],1
2928 00000000  D018              rcr byte [eax],1
2929 00000000  D020              shl byte [eax],1
2930 00000000  D028              shr byte [eax],1
2931 illegal_opcode
2932 00000000  D038              sar byte [eax],1
2933
2934 opcode d1
2935 00000000  D100              rol dword [eax],1
2936 00000000  D108              ror dword [eax],1
2937 00000000  D110              rcl dword [eax],1
2938 00000000  D118              rcr dword [eax],1
2939 00000000  D120              shl dword [eax],1
2940 00000000  D128              shr dword [eax],1
2941 illegal_opcode
2942 00000000  D138              sar dword [eax],1
2943
2944 opcode d2
2945 00000000  D200              rol byte [eax],cl
2946 00000000  D208              ror byte [eax],cl
2947 00000000  D210              rcl byte [eax],cl
2948 00000000  D218              rcr byte [eax],cl
2949 00000000  D220              shl byte [eax],cl
2950 00000000  D228              shr byte [eax],cl
2951 illegal_opcode
2952 00000000  D238              sar byte [eax],cl
2953
2954 opcode d3
2955 00000000  D300              rol dword [eax],cl
2956 00000000  D308              ror dword [eax],cl
2957 00000000  D310              rcl dword [eax],cl
2958 00000000  D318              rcr dword [eax],cl
2959 00000000  D320              shl dword [eax],cl
2960 00000000  D328              shr dword [eax],cl
2961 illegal_opcode
2962 00000000  D338              sar dword [eax],cl
2963
2964 opcode d4
2965 00000000  D400              aam 0x0
2966 00000000  D408              aam 0x8
2967 00000000  D410              aam 0x10
2968 00000000  D418              aam 0x18
2969 00000000  D420              aam 0x20
2970 00000000  D428              aam 0x28
2971 00000000  D430              aam 0x30
2972 00000000  D438              aam 0x38
2973
2974 opcode d5
2975 00000000  D500              aad 0x0
2976 00000000  D508              aad 0x8
2977 00000000  D510              aad 0x10
2978 00000000  D518              aad 0x18
2979 00000000  D520              aad 0x20
2980 00000000  D528              aad 0x28
2981 00000000  D530              aad 0x30
2982 00000000  D538              aad 0x38
2983
2984 opcode d6
2985 00000000  D6                salc
2986 00000000  D6                salc
2987 00000000  D6                salc
2988 00000000  D6                salc
2989 00000000  D6                salc
2990 00000000  D6                salc
2991 00000000  D6                salc
2992 00000000  D6                salc
2993
2994 opcode d7
2995 00000000  D7                xlatb
2996 00000000  D7                xlatb
2997 00000000  D7                xlatb
2998 00000000  D7                xlatb
2999 00000000  D7                xlatb
3000 00000000  D7                xlatb
3001 00000000  D7                xlatb
3002 00000000  D7                xlatb
3003
3004 opcode d8
3005 00000000  D800              fadd dword [eax]
3006 00000000  D801              fadd dword [ecx]
3007 00000000  D802              fadd dword [edx]
3008 00000000  D803              fadd dword [ebx]
3009 00000000  D80401            fadd dword [ecx+eax]
3010 00000000  D80501234567      fadd dword [dword 0x67452301]
3011 00000000  D806              fadd dword [esi]
3012 00000000  D807              fadd dword [edi]
3013 00000000  D808              fmul dword [eax]
3014 00000000  D809              fmul dword [ecx]
3015 00000000  D80A              fmul dword [edx]
3016 00000000  D80B              fmul dword [ebx]
3017 00000000  D80C01            fmul dword [ecx+eax]
3018 00000000  D80D01234567      fmul dword [dword 0x67452301]
3019 00000000  D80E              fmul dword [esi]
3020 00000000  D80F              fmul dword [edi]
3021 00000000  D810              fcom dword [eax]
3022 00000000  D811              fcom dword [ecx]
3023 00000000  D812              fcom dword [edx]
3024 00000000  D813              fcom dword [ebx]
3025 00000000  D81401            fcom dword [ecx+eax]
3026 00000000  D81501234567      fcom dword [dword 0x67452301]
3027 00000000  D816              fcom dword [esi]
3028 00000000  D817              fcom dword [edi]
3029 00000000  D818              fcomp dword [eax]
3030 00000000  D819              fcomp dword [ecx]
3031 00000000  D81A              fcomp dword [edx]
3032 00000000  D81B              fcomp dword [ebx]
3033 00000000  D81C01            fcomp dword [ecx+eax]
3034 00000000  D81D01234567      fcomp dword [dword 0x67452301]
3035 00000000  D81E              fcomp dword [esi]
3036 00000000  D81F              fcomp dword [edi]
3037 00000000  D820              fsub dword [eax]
3038 00000000  D821              fsub dword [ecx]
3039 00000000  D822              fsub dword [edx]
3040 00000000  D823              fsub dword [ebx]
3041 00000000  D82401            fsub dword [ecx+eax]
3042 00000000  D82501234567      fsub dword [dword 0x67452301]
3043 00000000  D826              fsub dword [esi]
3044 00000000  D827              fsub dword [edi]
3045 00000000  D828              fsubr dword [eax]
3046 00000000  D829              fsubr dword [ecx]
3047 00000000  D82A              fsubr dword [edx]
3048 00000000  D82B              fsubr dword [ebx]
3049 00000000  D82C01            fsubr dword [ecx+eax]
3050 00000000  D82D01234567      fsubr dword [dword 0x67452301]
3051 00000000  D82E              fsubr dword [esi]
3052 00000000  D82F              fsubr dword [edi]
3053 00000000  D830              fdiv dword [eax]
3054 00000000  D831              fdiv dword [ecx]
3055 00000000  D832              fdiv dword [edx]
3056 00000000  D833              fdiv dword [ebx]
3057 00000000  D83401            fdiv dword [ecx+eax]
3058 00000000  D83501234567      fdiv dword [dword 0x67452301]
3059 00000000  D836              fdiv dword [esi]
3060 00000000  D837              fdiv dword [edi]
3061 00000000  D838              fdivr dword [eax]
3062 00000000  D839              fdivr dword [ecx]
3063 00000000  D83A              fdivr dword [edx]
3064 00000000  D83B              fdivr dword [ebx]
3065 00000000  D83C01            fdivr dword [ecx+eax]
3066 00000000  D83D01234567      fdivr dword [dword 0x67452301]
3067 00000000  D83E              fdivr dword [esi]
3068 00000000  D83F              fdivr dword [edi]
3069 00000000  D84001            fadd dword [eax+0x1]
3070 00000000  D84101            fadd dword [ecx+0x1]
3071 00000000  D84201            fadd dword [edx+0x1]
3072 00000000  D84301            fadd dword [ebx+0x1]
3073 00000000  D8440123          fadd dword [ecx+eax+0x23]
3074 00000000  D84501            fadd dword [ebp+0x1]
3075 00000000  D84601            fadd dword [esi+0x1]
3076 00000000  D84701            fadd dword [edi+0x1]
3077 00000000  D84801            fmul dword [eax+0x1]
3078 00000000  D84901            fmul dword [ecx+0x1]
3079 00000000  D84A01            fmul dword [edx+0x1]
3080 00000000  D84B01            fmul dword [ebx+0x1]
3081 00000000  D84C0123          fmul dword [ecx+eax+0x23]
3082 00000000  D84D01            fmul dword [ebp+0x1]
3083 00000000  D84E01            fmul dword [esi+0x1]
3084 00000000  D84F01            fmul dword [edi+0x1]
3085 00000000  D85001            fcom dword [eax+0x1]
3086 00000000  D85101            fcom dword [ecx+0x1]
3087 00000000  D85201            fcom dword [edx+0x1]
3088 00000000  D85301            fcom dword [ebx+0x1]
3089 00000000  D8540123          fcom dword [ecx+eax+0x23]
3090 00000000  D85501            fcom dword [ebp+0x1]
3091 00000000  D85601            fcom dword [esi+0x1]
3092 00000000  D85701            fcom dword [edi+0x1]
3093 00000000  D85801            fcomp dword [eax+0x1]
3094 00000000  D85901            fcomp dword [ecx+0x1]
3095 00000000  D85A01            fcomp dword [edx+0x1]
3096 00000000  D85B01            fcomp dword [ebx+0x1]
3097 00000000  D85C0123          fcomp dword [ecx+eax+0x23]
3098 00000000  D85D01            fcomp dword [ebp+0x1]
3099 00000000  D85E01            fcomp dword [esi+0x1]
3100 00000000  D85F01            fcomp dword [edi+0x1]
3101 00000000  D86001            fsub dword [eax+0x1]
3102 00000000  D86101            fsub dword [ecx+0x1]
3103 00000000  D86201            fsub dword [edx+0x1]
3104 00000000  D86301            fsub dword [ebx+0x1]
3105 00000000  D8640123          fsub dword [ecx+eax+0x23]
3106 00000000  D86501            fsub dword [ebp+0x1]
3107 00000000  D86601            fsub dword [esi+0x1]
3108 00000000  D86701            fsub dword [edi+0x1]
3109 00000000  D86801            fsubr dword [eax+0x1]
3110 00000000  D86901            fsubr dword [ecx+0x1]
3111 00000000  D86A01            fsubr dword [edx+0x1]
3112 00000000  D86B01            fsubr dword [ebx+0x1]
3113 00000000  D86C0123          fsubr dword [ecx+eax+0x23]
3114 00000000  D86D01            fsubr dword [ebp+0x1]
3115 00000000  D86E01            fsubr dword [esi+0x1]
3116 00000000  D86F01            fsubr dword [edi+0x1]
3117 00000000  D87001            fdiv dword [eax+0x1]
3118 00000000  D87101            fdiv dword [ecx+0x1]
3119 00000000  D87201            fdiv dword [edx+0x1]
3120 00000000  D87301            fdiv dword [ebx+0x1]
3121 00000000  D8740123          fdiv dword [ecx+eax+0x23]
3122 00000000  D87501            fdiv dword [ebp+0x1]
3123 00000000  D87601            fdiv dword [esi+0x1]
3124 00000000  D87701            fdiv dword [edi+0x1]
3125 00000000  D87801            fdivr dword [eax+0x1]
3126 00000000  D87901            fdivr dword [ecx+0x1]
3127 00000000  D87A01            fdivr dword [edx+0x1]
3128 00000000  D87B01            fdivr dword [ebx+0x1]
3129 00000000  D87C0123          fdivr dword [ecx+eax+0x23]
3130 00000000  D87D01            fdivr dword [ebp+0x1]
3131 00000000  D87E01            fdivr dword [esi+0x1]
3132 00000000  D87F01            fdivr dword [edi+0x1]
3133 00000000  D88001234567      fadd dword [eax+0x67452301]
3134 00000000  D88101234567      fadd dword [ecx+0x67452301]
3135 00000000  D88201234567      fadd dword [edx+0x67452301]
3136 00000000  D88301234567      fadd dword [ebx+0x67452301]
3137 00000000  D8840123456789    fadd dword [ecx+eax-0x7698badd]
3138 00000000  D88501234567      fadd dword [ebp+0x67452301]
3139 00000000  D88601234567      fadd dword [esi+0x67452301]
3140 00000000  D88701234567      fadd dword [edi+0x67452301]
3141 00000000  D88801234567      fmul dword [eax+0x67452301]
3142 00000000  D88901234567      fmul dword [ecx+0x67452301]
3143 00000000  D88A01234567      fmul dword [edx+0x67452301]
3144 00000000  D88B01234567      fmul dword [ebx+0x67452301]
3145 00000000  D88C0123456789    fmul dword [ecx+eax-0x7698badd]
3146 00000000  D88D01234567      fmul dword [ebp+0x67452301]
3147 00000000  D88E01234567      fmul dword [esi+0x67452301]
3148 00000000  D88F01234567      fmul dword [edi+0x67452301]
3149 00000000  D89001234567      fcom dword [eax+0x67452301]
3150 00000000  D89101234567      fcom dword [ecx+0x67452301]
3151 00000000  D89201234567      fcom dword [edx+0x67452301]
3152 00000000  D89301234567      fcom dword [ebx+0x67452301]
3153 00000000  D8940123456789    fcom dword [ecx+eax-0x7698badd]
3154 00000000  D89501234567      fcom dword [ebp+0x67452301]
3155 00000000  D89601234567      fcom dword [esi+0x67452301]
3156 00000000  D89701234567      fcom dword [edi+0x67452301]
3157 00000000  D89801234567      fcomp dword [eax+0x67452301]
3158 00000000  D89901234567      fcomp dword [ecx+0x67452301]
3159 00000000  D89A01234567      fcomp dword [edx+0x67452301]
3160 00000000  D89B01234567      fcomp dword [ebx+0x67452301]
3161 00000000  D89C0123456789    fcomp dword [ecx+eax-0x7698badd]
3162 00000000  D89D01234567      fcomp dword [ebp+0x67452301]
3163 00000000  D89E01234567      fcomp dword [esi+0x67452301]
3164 00000000  D89F01234567      fcomp dword [edi+0x67452301]
3165 00000000  D8A001234567      fsub dword [eax+0x67452301]
3166 00000000  D8A101234567      fsub dword [ecx+0x67452301]
3167 00000000  D8A201234567      fsub dword [edx+0x67452301]
3168 00000000  D8A301234567      fsub dword [ebx+0x67452301]
3169 00000000  D8A40123456789    fsub dword [ecx+eax-0x7698badd]
3170 00000000  D8A501234567      fsub dword [ebp+0x67452301]
3171 00000000  D8A601234567      fsub dword [esi+0x67452301]
3172 00000000  D8A701234567      fsub dword [edi+0x67452301]
3173 00000000  D8A801234567      fsubr dword [eax+0x67452301]
3174 00000000  D8A901234567      fsubr dword [ecx+0x67452301]
3175 00000000  D8AA01234567      fsubr dword [edx+0x67452301]
3176 00000000  D8AB01234567      fsubr dword [ebx+0x67452301]
3177 00000000  D8AC0123456789    fsubr dword [ecx+eax-0x7698badd]
3178 00000000  D8AD01234567      fsubr dword [ebp+0x67452301]
3179 00000000  D8AE01234567      fsubr dword [esi+0x67452301]
3180 00000000  D8AF01234567      fsubr dword [edi+0x67452301]
3181 00000000  D8B001234567      fdiv dword [eax+0x67452301]
3182 00000000  D8B101234567      fdiv dword [ecx+0x67452301]
3183 00000000  D8B201234567      fdiv dword [edx+0x67452301]
3184 00000000  D8B301234567      fdiv dword [ebx+0x67452301]
3185 00000000  D8B40123456789    fdiv dword [ecx+eax-0x7698badd]
3186 00000000  D8B501234567      fdiv dword [ebp+0x67452301]
3187 00000000  D8B601234567      fdiv dword [esi+0x67452301]
3188 00000000  D8B701234567      fdiv dword [edi+0x67452301]
3189 00000000  D8B801234567      fdivr dword [eax+0x67452301]
3190 00000000  D8B901234567      fdivr dword [ecx+0x67452301]
3191 00000000  D8BA01234567      fdivr dword [edx+0x67452301]
3192 00000000  D8BB01234567      fdivr dword [ebx+0x67452301]
3193 00000000  D8BC0123456789    fdivr dword [ecx+eax-0x7698badd]
3194 00000000  D8BD01234567      fdivr dword [ebp+0x67452301]
3195 00000000  D8BE01234567      fdivr dword [esi+0x67452301]
3196 00000000  D8BF01234567      fdivr dword [edi+0x67452301]
3197 00000000  D8C0              fadd st0
3198 00000000  D8C1              fadd st1
3199 00000000  D8C2              fadd st2
3200 00000000  D8C3              fadd st3
3201 00000000  D8C4              fadd st4
3202 00000000  D8C5              fadd st5
3203 00000000  D8C6              fadd st6
3204 00000000  D8C7              fadd st7
3205 00000000  D8C8              fmul st0
3206 00000000  D8C9              fmul st1
3207 00000000  D8CA              fmul st2
3208 00000000  D8CB              fmul st3
3209 00000000  D8CC              fmul st4
3210 00000000  D8CD              fmul st5
3211 00000000  D8CE              fmul st6
3212 00000000  D8CF              fmul st7
3213 00000000  D8D0              fcom st0
3214 00000000  D8D1              fcom st1
3215 00000000  D8D2              fcom st2
3216 00000000  D8D3              fcom st3
3217 00000000  D8D4              fcom st4
3218 00000000  D8D5              fcom st5
3219 00000000  D8D6              fcom st6
3220 00000000  D8D7              fcom st7
3221 00000000  D8D8              fcomp st0
3222 00000000  D8D9              fcomp st1
3223 00000000  D8DA              fcomp st2
3224 00000000  D8DB              fcomp st3
3225 00000000  D8DC              fcomp st4
3226 00000000  D8DD              fcomp st5
3227 00000000  D8DE              fcomp st6
3228 00000000  D8DF              fcomp st7
3229 00000000  D8E0              fsub st0
3230 00000000  D8E1              fsub st1
3231 00000000  D8E2              fsub st2
3232 00000000  D8E3              fsub st3
3233 00000000  D8E4              fsub st4
3234 00000000  D8E5              fsub st5
3235 00000000  D8E6              fsub st6
3236 00000000  D8E7              fsub st7
3237 00000000  D8E8              fsubr st0
3238 00000000  D8E9              fsubr st1
3239 00000000  D8EA              fsubr st2
3240 00000000  D8EB              fsubr st3
3241 00000000  D8EC              fsubr st4
3242 00000000  D8ED              fsubr st5
3243 00000000  D8EE              fsubr st6
3244 00000000  D8EF              fsubr st7
3245 00000000  D8F0              fdiv st0
3246 00000000  D8F1              fdiv st1
3247 00000000  D8F2              fdiv st2
3248 00000000  D8F3              fdiv st3
3249 00000000  D8F4              fdiv st4
3250 00000000  D8F5              fdiv st5
3251 00000000  D8F6              fdiv st6
3252 00000000  D8F7              fdiv st7
3253 00000000  D8F8              fdivr st0
3254 00000000  D8F9              fdivr st1
3255 00000000  D8FA              fdivr st2
3256 00000000  D8FB              fdivr st3
3257 00000000  D8FC              fdivr st4
3258 00000000  D8FD              fdivr st5
3259 00000000  D8FE              fdivr st6
3260 00000000  D8FF              fdivr st7
3261
3262 opcode d9
3263 00000000  D900              fld dword [eax]
3264 00000000  D901              fld dword [ecx]
3265 00000000  D902              fld dword [edx]
3266 00000000  D903              fld dword [ebx]
3267 00000000  D90401            fld dword [ecx+eax]
3268 00000000  D90501234567      fld dword [dword 0x67452301]
3269 00000000  D906              fld dword [esi]
3270 00000000  D907              fld dword [edi]
3271 illegal_opcode
3272 illegal_opcode
3273 illegal_opcode
3274 illegal_opcode
3275 illegal_opcode
3276 illegal_opcode
3277 illegal_opcode
3278 illegal_opcode
3279 00000000  D910              fst dword [eax]
3280 00000000  D911              fst dword [ecx]
3281 00000000  D912              fst dword [edx]
3282 00000000  D913              fst dword [ebx]
3283 00000000  D91401            fst dword [ecx+eax]
3284 00000000  D91501234567      fst dword [dword 0x67452301]
3285 00000000  D916              fst dword [esi]
3286 00000000  D917              fst dword [edi]
3287 00000000  D918              fstp dword [eax]
3288 00000000  D919              fstp dword [ecx]
3289 00000000  D91A              fstp dword [edx]
3290 00000000  D91B              fstp dword [ebx]
3291 00000000  D91C01            fstp dword [ecx+eax]
3292 00000000  D91D01234567      fstp dword [dword 0x67452301]
3293 00000000  D91E              fstp dword [esi]
3294 00000000  D91F              fstp dword [edi]
3295 00000000  D920              fldenv [eax]
3296 00000000  D921              fldenv [ecx]
3297 00000000  D922              fldenv [edx]
3298 00000000  D923              fldenv [ebx]
3299 00000000  D92401            fldenv [ecx+eax]
3300 00000000  D92501234567      fldenv [dword 0x67452301]
3301 00000000  D926              fldenv [esi]
3302 00000000  D927              fldenv [edi]
3303 00000000  D928              fldcw [eax]
3304 00000000  D929              fldcw [ecx]
3305 00000000  D92A              fldcw [edx]
3306 00000000  D92B              fldcw [ebx]
3307 00000000  D92C01            fldcw [ecx+eax]
3308 00000000  D92D01234567      fldcw [dword 0x67452301]
3309 00000000  D92E              fldcw [esi]
3310 00000000  D92F              fldcw [edi]
3311 00000000  D930              fnstenv [eax]
3312 00000000  D931              fnstenv [ecx]
3313 00000000  D932              fnstenv [edx]
3314 00000000  D933              fnstenv [ebx]
3315 00000000  D93401            fnstenv [ecx+eax]
3316 00000000  D93501234567      fnstenv [dword 0x67452301]
3317 00000000  D936              fnstenv [esi]
3318 00000000  D937              fnstenv [edi]
3319 00000000  D938              fnstcw [eax]
3320 00000000  D939              fnstcw [ecx]
3321 00000000  D93A              fnstcw [edx]
3322 00000000  D93B              fnstcw [ebx]
3323 00000000  D93C01            fnstcw [ecx+eax]
3324 00000000  D93D01234567      fnstcw [dword 0x67452301]
3325 00000000  D93E              fnstcw [esi]
3326 00000000  D93F              fnstcw [edi]
3327 00000000  D94001            fld dword [eax+0x1]
3328 00000000  D94101            fld dword [ecx+0x1]
3329 00000000  D94201            fld dword [edx+0x1]
3330 00000000  D94301            fld dword [ebx+0x1]
3331 00000000  D9440123          fld dword [ecx+eax+0x23]
3332 00000000  D94501            fld dword [ebp+0x1]
3333 00000000  D94601            fld dword [esi+0x1]
3334 00000000  D94701            fld dword [edi+0x1]
3335 illegal_opcode
3336 illegal_opcode
3337 illegal_opcode
3338 illegal_opcode
3339 illegal_opcode
3340 illegal_opcode
3341 illegal_opcode
3342 illegal_opcode
3343 00000000  D95001            fst dword [eax+0x1]
3344 00000000  D95101            fst dword [ecx+0x1]
3345 00000000  D95201            fst dword [edx+0x1]
3346 00000000  D95301            fst dword [ebx+0x1]
3347 00000000  D9540123          fst dword [ecx+eax+0x23]
3348 00000000  D95501            fst dword [ebp+0x1]
3349 00000000  D95601            fst dword [esi+0x1]
3350 00000000  D95701            fst dword [edi+0x1]
3351 00000000  D95801            fstp dword [eax+0x1]
3352 00000000  D95901            fstp dword [ecx+0x1]
3353 00000000  D95A01            fstp dword [edx+0x1]
3354 00000000  D95B01            fstp dword [ebx+0x1]
3355 00000000  D95C0123          fstp dword [ecx+eax+0x23]
3356 00000000  D95D01            fstp dword [ebp+0x1]
3357 00000000  D95E01            fstp dword [esi+0x1]
3358 00000000  D95F01            fstp dword [edi+0x1]
3359 00000000  D96001            fldenv [eax+0x1]
3360 00000000  D96101            fldenv [ecx+0x1]
3361 00000000  D96201            fldenv [edx+0x1]
3362 00000000  D96301            fldenv [ebx+0x1]
3363 00000000  D9640123          fldenv [ecx+eax+0x23]
3364 00000000  D96501            fldenv [ebp+0x1]
3365 00000000  D96601            fldenv [esi+0x1]
3366 00000000  D96701            fldenv [edi+0x1]
3367 00000000  D96801            fldcw [eax+0x1]
3368 00000000  D96901            fldcw [ecx+0x1]
3369 00000000  D96A01            fldcw [edx+0x1]
3370 00000000  D96B01            fldcw [ebx+0x1]
3371 00000000  D96C0123          fldcw [ecx+eax+0x23]
3372 00000000  D96D01            fldcw [ebp+0x1]
3373 00000000  D96E01            fldcw [esi+0x1]
3374 00000000  D96F01            fldcw [edi+0x1]
3375 00000000  D97001            fnstenv [eax+0x1]
3376 00000000  D97101            fnstenv [ecx+0x1]
3377 00000000  D97201            fnstenv [edx+0x1]
3378 00000000  D97301            fnstenv [ebx+0x1]
3379 00000000  D9740123          fnstenv [ecx+eax+0x23]
3380 00000000  D97501            fnstenv [ebp+0x1]
3381 00000000  D97601            fnstenv [esi+0x1]
3382 00000000  D97701            fnstenv [edi+0x1]
3383 00000000  D97801            fnstcw [eax+0x1]
3384 00000000  D97901            fnstcw [ecx+0x1]
3385 00000000  D97A01            fnstcw [edx+0x1]
3386 00000000  D97B01            fnstcw [ebx+0x1]
3387 00000000  D97C0123          fnstcw [ecx+eax+0x23]
3388 00000000  D97D01            fnstcw [ebp+0x1]
3389 00000000  D97E01            fnstcw [esi+0x1]
3390 00000000  D97F01            fnstcw [edi+0x1]
3391 00000000  D98001234567      fld dword [eax+0x67452301]
3392 00000000  D98101234567      fld dword [ecx+0x67452301]
3393 00000000  D98201234567      fld dword [edx+0x67452301]
3394 00000000  D98301234567      fld dword [ebx+0x67452301]
3395 00000000  D9840123456789    fld dword [ecx+eax-0x7698badd]
3396 00000000  D98501234567      fld dword [ebp+0x67452301]
3397 00000000  D98601234567      fld dword [esi+0x67452301]
3398 00000000  D98701234567      fld dword [edi+0x67452301]
3399 illegal_opcode
3400 illegal_opcode
3401 illegal_opcode
3402 illegal_opcode
3403 illegal_opcode
3404 illegal_opcode
3405 illegal_opcode
3406 illegal_opcode
3407 00000000  D99001234567      fst dword [eax+0x67452301]
3408 00000000  D99101234567      fst dword [ecx+0x67452301]
3409 00000000  D99201234567      fst dword [edx+0x67452301]
3410 00000000  D99301234567      fst dword [ebx+0x67452301]
3411 00000000  D9940123456789    fst dword [ecx+eax-0x7698badd]
3412 00000000  D99501234567      fst dword [ebp+0x67452301]
3413 00000000  D99601234567      fst dword [esi+0x67452301]
3414 00000000  D99701234567      fst dword [edi+0x67452301]
3415 00000000  D99801234567      fstp dword [eax+0x67452301]
3416 00000000  D99901234567      fstp dword [ecx+0x67452301]
3417 00000000  D99A01234567      fstp dword [edx+0x67452301]
3418 00000000  D99B01234567      fstp dword [ebx+0x67452301]
3419 00000000  D99C0123456789    fstp dword [ecx+eax-0x7698badd]
3420 00000000  D99D01234567      fstp dword [ebp+0x67452301]
3421 00000000  D99E01234567      fstp dword [esi+0x67452301]
3422 00000000  D99F01234567      fstp dword [edi+0x67452301]
3423 00000000  D9A001234567      fldenv [eax+0x67452301]
3424 00000000  D9A101234567      fldenv [ecx+0x67452301]
3425 00000000  D9A201234567      fldenv [edx+0x67452301]
3426 00000000  D9A301234567      fldenv [ebx+0x67452301]
3427 00000000  D9A40123456789    fldenv [ecx+eax-0x7698badd]
3428 00000000  D9A501234567      fldenv [ebp+0x67452301]
3429 00000000  D9A601234567      fldenv [esi+0x67452301]
3430 00000000  D9A701234567      fldenv [edi+0x67452301]
3431 00000000  D9A801234567      fldcw [eax+0x67452301]
3432 00000000  D9A901234567      fldcw [ecx+0x67452301]
3433 00000000  D9AA01234567      fldcw [edx+0x67452301]
3434 00000000  D9AB01234567      fldcw [ebx+0x67452301]
3435 00000000  D9AC0123456789    fldcw [ecx+eax-0x7698badd]
3436 00000000  D9AD01234567      fldcw [ebp+0x67452301]
3437 00000000  D9AE01234567      fldcw [esi+0x67452301]
3438 00000000  D9AF01234567      fldcw [edi+0x67452301]
3439 00000000  D9B001234567      fnstenv [eax+0x67452301]
3440 00000000  D9B101234567      fnstenv [ecx+0x67452301]
3441 00000000  D9B201234567      fnstenv [edx+0x67452301]
3442 00000000  D9B301234567      fnstenv [ebx+0x67452301]
3443 00000000  D9B40123456789    fnstenv [ecx+eax-0x7698badd]
3444 00000000  D9B501234567      fnstenv [ebp+0x67452301]
3445 00000000  D9B601234567      fnstenv [esi+0x67452301]
3446 00000000  D9B701234567      fnstenv [edi+0x67452301]
3447 00000000  D9B801234567      fnstcw [eax+0x67452301]
3448 00000000  D9B901234567      fnstcw [ecx+0x67452301]
3449 00000000  D9BA01234567      fnstcw [edx+0x67452301]
3450 00000000  D9BB01234567      fnstcw [ebx+0x67452301]
3451 00000000  D9BC0123456789    fnstcw [ecx+eax-0x7698badd]
3452 00000000  D9BD01234567      fnstcw [ebp+0x67452301]
3453 00000000  D9BE01234567      fnstcw [esi+0x67452301]
3454 00000000  D9BF01234567      fnstcw [edi+0x67452301]
3455 00000000  D9C0              fld st0
3456 00000000  D9C1              fld st1
3457 00000000  D9C2              fld st2
3458 00000000  D9C3              fld st3
3459 00000000  D9C4              fld st4
3460 00000000  D9C5              fld st5
3461 00000000  D9C6              fld st6
3462 00000000  D9C7              fld st7
3463 00000000  D9C8              fxch st0
3464 00000000  D9C9              fxch st1
3465 00000000  D9CA              fxch st2
3466 00000000  D9CB              fxch st3
3467 00000000  D9CC              fxch st4
3468 00000000  D9CD              fxch st5
3469 00000000  D9CE              fxch st6
3470 00000000  D9CF              fxch st7
3471 00000000  D9D0              fnop
3472 illegal_opcode
3473 illegal_opcode
3474 illegal_opcode
3475 illegal_opcode
3476 illegal_opcode
3477 illegal_opcode
3478 illegal_opcode
3479 illegal_opcode
3480 illegal_opcode
3481 illegal_opcode
3482 illegal_opcode
3483 illegal_opcode
3484 illegal_opcode
3485 illegal_opcode
3486 illegal_opcode
3487 00000000  D9E0              fchs
3488 00000000  D9E1              fabs
3489 illegal_opcode
3490 illegal_opcode
3491 00000000  D9E4              ftst
3492 00000000  D9E5              fxam
3493 illegal_opcode
3494 illegal_opcode
3495 00000000  D9E8              fld1
3496 00000000  D9E9              fldl2t
3497 00000000  D9EA              fldl2e
3498 00000000  D9EB              fldpi
3499 00000000  D9EC              fldlg2
3500 00000000  D9ED              fldln2
3501 00000000  D9EE              fldz
3502 illegal_opcode
3503 00000000  D9F0              f2xm1
3504 00000000  D9F1              fyl2x
3505 00000000  D9F2              fptan
3506 00000000  D9F3              fpatan
3507 00000000  D9F4              fxtract
3508 00000000  D9F5              fprem1
3509 00000000  D9F6              fdecstp
3510 00000000  D9F7              fincstp
3511 00000000  D9F8              fprem
3512 00000000  D9F9              fyl2xp1
3513 00000000  D9FA              fsqrt
3514 00000000  D9FB              fsincos
3515 00000000  D9FC              frndint
3516 00000000  D9FD              fscale
3517 00000000  D9FE              fsin
3518 00000000  D9FF              fcos
3519
3520 opcode da
3521 00000000  DA00              fiadd dword [eax]
3522 00000000  DA01              fiadd dword [ecx]
3523 00000000  DA02              fiadd dword [edx]
3524 00000000  DA03              fiadd dword [ebx]
3525 00000000  DA0401            fiadd dword [ecx+eax]
3526 00000000  DA0501234567      fiadd dword [dword 0x67452301]
3527 00000000  DA06              fiadd dword [esi]
3528 00000000  DA07              fiadd dword [edi]
3529 00000000  DA08              fimul dword [eax]
3530 00000000  DA09              fimul dword [ecx]
3531 00000000  DA0A              fimul dword [edx]
3532 00000000  DA0B              fimul dword [ebx]
3533 00000000  DA0C01            fimul dword [ecx+eax]
3534 00000000  DA0D01234567      fimul dword [dword 0x67452301]
3535 00000000  DA0E              fimul dword [esi]
3536 00000000  DA0F              fimul dword [edi]
3537 00000000  DA10              ficom dword [eax]
3538 00000000  DA11              ficom dword [ecx]
3539 00000000  DA12              ficom dword [edx]
3540 00000000  DA13              ficom dword [ebx]
3541 00000000  DA1401            ficom dword [ecx+eax]
3542 00000000  DA1501234567      ficom dword [dword 0x67452301]
3543 00000000  DA16              ficom dword [esi]
3544 00000000  DA17              ficom dword [edi]
3545 00000000  DA18              ficomp dword [eax]
3546 00000000  DA19              ficomp dword [ecx]
3547 00000000  DA1A              ficomp dword [edx]
3548 00000000  DA1B              ficomp dword [ebx]
3549 00000000  DA1C01            ficomp dword [ecx+eax]
3550 00000000  DA1D01234567      ficomp dword [dword 0x67452301]
3551 00000000  DA1E              ficomp dword [esi]
3552 00000000  DA1F              ficomp dword [edi]
3553 00000000  DA20              fisub dword [eax]
3554 00000000  DA21              fisub dword [ecx]
3555 00000000  DA22              fisub dword [edx]
3556 00000000  DA23              fisub dword [ebx]
3557 00000000  DA2401            fisub dword [ecx+eax]
3558 00000000  DA2501234567      fisub dword [dword 0x67452301]
3559 00000000  DA26              fisub dword [esi]
3560 00000000  DA27              fisub dword [edi]
3561 00000000  DA28              fisubr dword [eax]
3562 00000000  DA29              fisubr dword [ecx]
3563 00000000  DA2A              fisubr dword [edx]
3564 00000000  DA2B              fisubr dword [ebx]
3565 00000000  DA2C01            fisubr dword [ecx+eax]
3566 00000000  DA2D01234567      fisubr dword [dword 0x67452301]
3567 00000000  DA2E              fisubr dword [esi]
3568 00000000  DA2F              fisubr dword [edi]
3569 00000000  DA30              fidiv dword [eax]
3570 00000000  DA31              fidiv dword [ecx]
3571 00000000  DA32              fidiv dword [edx]
3572 00000000  DA33              fidiv dword [ebx]
3573 00000000  DA3401            fidiv dword [ecx+eax]
3574 00000000  DA3501234567      fidiv dword [dword 0x67452301]
3575 00000000  DA36              fidiv dword [esi]
3576 00000000  DA37              fidiv dword [edi]
3577 00000000  DA38              fidivr dword [eax]
3578 00000000  DA39              fidivr dword [ecx]
3579 00000000  DA3A              fidivr dword [edx]
3580 00000000  DA3B              fidivr dword [ebx]
3581 00000000  DA3C01            fidivr dword [ecx+eax]
3582 00000000  DA3D01234567      fidivr dword [dword 0x67452301]
3583 00000000  DA3E              fidivr dword [esi]
3584 00000000  DA3F              fidivr dword [edi]
3585 00000000  DA4001            fiadd dword [eax+0x1]
3586 00000000  DA4101            fiadd dword [ecx+0x1]
3587 00000000  DA4201            fiadd dword [edx+0x1]
3588 00000000  DA4301            fiadd dword [ebx+0x1]
3589 00000000  DA440123          fiadd dword [ecx+eax+0x23]
3590 00000000  DA4501            fiadd dword [ebp+0x1]
3591 00000000  DA4601            fiadd dword [esi+0x1]
3592 00000000  DA4701            fiadd dword [edi+0x1]
3593 00000000  DA4801            fimul dword [eax+0x1]
3594 00000000  DA4901            fimul dword [ecx+0x1]
3595 00000000  DA4A01            fimul dword [edx+0x1]
3596 00000000  DA4B01            fimul dword [ebx+0x1]
3597 00000000  DA4C0123          fimul dword [ecx+eax+0x23]
3598 00000000  DA4D01            fimul dword [ebp+0x1]
3599 00000000  DA4E01            fimul dword [esi+0x1]
3600 00000000  DA4F01            fimul dword [edi+0x1]
3601 00000000  DA5001            ficom dword [eax+0x1]
3602 00000000  DA5101            ficom dword [ecx+0x1]
3603 00000000  DA5201            ficom dword [edx+0x1]
3604 00000000  DA5301            ficom dword [ebx+0x1]
3605 00000000  DA540123          ficom dword [ecx+eax+0x23]
3606 00000000  DA5501            ficom dword [ebp+0x1]
3607 00000000  DA5601            ficom dword [esi+0x1]
3608 00000000  DA5701            ficom dword [edi+0x1]
3609 00000000  DA5801            ficomp dword [eax+0x1]
3610 00000000  DA5901            ficomp dword [ecx+0x1]
3611 00000000  DA5A01            ficomp dword [edx+0x1]
3612 00000000  DA5B01            ficomp dword [ebx+0x1]
3613 00000000  DA5C0123          ficomp dword [ecx+eax+0x23]
3614 00000000  DA5D01            ficomp dword [ebp+0x1]
3615 00000000  DA5E01            ficomp dword [esi+0x1]
3616 00000000  DA5F01            ficomp dword [edi+0x1]
3617 00000000  DA6001            fisub dword [eax+0x1]
3618 00000000  DA6101            fisub dword [ecx+0x1]
3619 00000000  DA6201            fisub dword [edx+0x1]
3620 00000000  DA6301            fisub dword [ebx+0x1]
3621 00000000  DA640123          fisub dword [ecx+eax+0x23]
3622 00000000  DA6501            fisub dword [ebp+0x1]
3623 00000000  DA6601            fisub dword [esi+0x1]
3624 00000000  DA6701            fisub dword [edi+0x1]
3625 00000000  DA6801            fisubr dword [eax+0x1]
3626 00000000  DA6901            fisubr dword [ecx+0x1]
3627 00000000  DA6A01            fisubr dword [edx+0x1]
3628 00000000  DA6B01            fisubr dword [ebx+0x1]
3629 00000000  DA6C0123          fisubr dword [ecx+eax+0x23]
3630 00000000  DA6D01            fisubr dword [ebp+0x1]
3631 00000000  DA6E01            fisubr dword [esi+0x1]
3632 00000000  DA6F01            fisubr dword [edi+0x1]
3633 00000000  DA7001            fidiv dword [eax+0x1]
3634 00000000  DA7101            fidiv dword [ecx+0x1]
3635 00000000  DA7201            fidiv dword [edx+0x1]
3636 00000000  DA7301            fidiv dword [ebx+0x1]
3637 00000000  DA740123          fidiv dword [ecx+eax+0x23]
3638 00000000  DA7501            fidiv dword [ebp+0x1]
3639 00000000  DA7601            fidiv dword [esi+0x1]
3640 00000000  DA7701            fidiv dword [edi+0x1]
3641 00000000  DA7801            fidivr dword [eax+0x1]
3642 00000000  DA7901            fidivr dword [ecx+0x1]
3643 00000000  DA7A01            fidivr dword [edx+0x1]
3644 00000000  DA7B01            fidivr dword [ebx+0x1]
3645 00000000  DA7C0123          fidivr dword [ecx+eax+0x23]
3646 00000000  DA7D01            fidivr dword [ebp+0x1]
3647 00000000  DA7E01            fidivr dword [esi+0x1]
3648 00000000  DA7F01            fidivr dword [edi+0x1]
3649 00000000  DA8001234567      fiadd dword [eax+0x67452301]
3650 00000000  DA8101234567      fiadd dword [ecx+0x67452301]
3651 00000000  DA8201234567      fiadd dword [edx+0x67452301]
3652 00000000  DA8301234567      fiadd dword [ebx+0x67452301]
3653 00000000  DA840123456789    fiadd dword [ecx+eax-0x7698badd]
3654 00000000  DA8501234567      fiadd dword [ebp+0x67452301]
3655 00000000  DA8601234567      fiadd dword [esi+0x67452301]
3656 00000000  DA8701234567      fiadd dword [edi+0x67452301]
3657 00000000  DA8801234567      fimul dword [eax+0x67452301]
3658 00000000  DA8901234567      fimul dword [ecx+0x67452301]
3659 00000000  DA8A01234567      fimul dword [edx+0x67452301]
3660 00000000  DA8B01234567      fimul dword [ebx+0x67452301]
3661 00000000  DA8C0123456789    fimul dword [ecx+eax-0x7698badd]
3662 00000000  DA8D01234567      fimul dword [ebp+0x67452301]
3663 00000000  DA8E01234567      fimul dword [esi+0x67452301]
3664 00000000  DA8F01234567      fimul dword [edi+0x67452301]
3665 00000000  DA9001234567      ficom dword [eax+0x67452301]
3666 00000000  DA9101234567      ficom dword [ecx+0x67452301]
3667 00000000  DA9201234567      ficom dword [edx+0x67452301]
3668 00000000  DA9301234567      ficom dword [ebx+0x67452301]
3669 00000000  DA940123456789    ficom dword [ecx+eax-0x7698badd]
3670 00000000  DA9501234567      ficom dword [ebp+0x67452301]
3671 00000000  DA9601234567      ficom dword [esi+0x67452301]
3672 00000000  DA9701234567      ficom dword [edi+0x67452301]
3673 00000000  DA9801234567      ficomp dword [eax+0x67452301]
3674 00000000  DA9901234567      ficomp dword [ecx+0x67452301]
3675 00000000  DA9A01234567      ficomp dword [edx+0x67452301]
3676 00000000  DA9B01234567      ficomp dword [ebx+0x67452301]
3677 00000000  DA9C0123456789    ficomp dword [ecx+eax-0x7698badd]
3678 00000000  DA9D01234567      ficomp dword [ebp+0x67452301]
3679 00000000  DA9E01234567      ficomp dword [esi+0x67452301]
3680 00000000  DA9F01234567      ficomp dword [edi+0x67452301]
3681 00000000  DAA001234567      fisub dword [eax+0x67452301]
3682 00000000  DAA101234567      fisub dword [ecx+0x67452301]
3683 00000000  DAA201234567      fisub dword [edx+0x67452301]
3684 00000000  DAA301234567      fisub dword [ebx+0x67452301]
3685 00000000  DAA40123456789    fisub dword [ecx+eax-0x7698badd]
3686 00000000  DAA501234567      fisub dword [ebp+0x67452301]
3687 00000000  DAA601234567      fisub dword [esi+0x67452301]
3688 00000000  DAA701234567      fisub dword [edi+0x67452301]
3689 00000000  DAA801234567      fisubr dword [eax+0x67452301]
3690 00000000  DAA901234567      fisubr dword [ecx+0x67452301]
3691 00000000  DAAA01234567      fisubr dword [edx+0x67452301]
3692 00000000  DAAB01234567      fisubr dword [ebx+0x67452301]
3693 00000000  DAAC0123456789    fisubr dword [ecx+eax-0x7698badd]
3694 00000000  DAAD01234567      fisubr dword [ebp+0x67452301]
3695 00000000  DAAE01234567      fisubr dword [esi+0x67452301]
3696 00000000  DAAF01234567      fisubr dword [edi+0x67452301]
3697 00000000  DAB001234567      fidiv dword [eax+0x67452301]
3698 00000000  DAB101234567      fidiv dword [ecx+0x67452301]
3699 00000000  DAB201234567      fidiv dword [edx+0x67452301]
3700 00000000  DAB301234567      fidiv dword [ebx+0x67452301]
3701 00000000  DAB40123456789    fidiv dword [ecx+eax-0x7698badd]
3702 00000000  DAB501234567      fidiv dword [ebp+0x67452301]
3703 00000000  DAB601234567      fidiv dword [esi+0x67452301]
3704 00000000  DAB701234567      fidiv dword [edi+0x67452301]
3705 00000000  DAB801234567      fidivr dword [eax+0x67452301]
3706 00000000  DAB901234567      fidivr dword [ecx+0x67452301]
3707 00000000  DABA01234567      fidivr dword [edx+0x67452301]
3708 00000000  DABB01234567      fidivr dword [ebx+0x67452301]
3709 00000000  DABC0123456789    fidivr dword [ecx+eax-0x7698badd]
3710 00000000  DABD01234567      fidivr dword [ebp+0x67452301]
3711 00000000  DABE01234567      fidivr dword [esi+0x67452301]
3712 00000000  DABF01234567      fidivr dword [edi+0x67452301]
3713 illegal_opcode
3714 illegal_opcode
3715 illegal_opcode
3716 illegal_opcode
3717 illegal_opcode
3718 illegal_opcode
3719 illegal_opcode
3720 illegal_opcode
3721 illegal_opcode
3722 illegal_opcode
3723 illegal_opcode
3724 illegal_opcode
3725 illegal_opcode
3726 illegal_opcode
3727 illegal_opcode
3728 illegal_opcode
3729 illegal_opcode
3730 illegal_opcode
3731 illegal_opcode
3732 illegal_opcode
3733 illegal_opcode
3734 illegal_opcode
3735 illegal_opcode
3736 illegal_opcode
3737 illegal_opcode
3738 illegal_opcode
3739 illegal_opcode
3740 illegal_opcode
3741 illegal_opcode
3742 illegal_opcode
3743 illegal_opcode
3744 illegal_opcode
3745 illegal_opcode
3746 illegal_opcode
3747 illegal_opcode
3748 illegal_opcode
3749 illegal_opcode
3750 illegal_opcode
3751 illegal_opcode
3752 illegal_opcode
3753 illegal_opcode
3754 00000000  DAE9              fucompp
3755 illegal_opcode
3756 illegal_opcode
3757 illegal_opcode
3758 illegal_opcode
3759 illegal_opcode
3760 illegal_opcode
3761 illegal_opcode
3762 illegal_opcode
3763 illegal_opcode
3764 illegal_opcode
3765 illegal_opcode
3766 illegal_opcode
3767 illegal_opcode
3768 illegal_opcode
3769 illegal_opcode
3770 illegal_opcode
3771 illegal_opcode
3772 illegal_opcode
3773 illegal_opcode
3774 illegal_opcode
3775 illegal_opcode
3776 illegal_opcode
3777
3778 opcode db
3779 00000000  DB00              fild dword [eax]
3780 00000000  DB01              fild dword [ecx]
3781 00000000  DB02              fild dword [edx]
3782 00000000  DB03              fild dword [ebx]
3783 00000000  DB0401            fild dword [ecx+eax]
3784 00000000  DB0501234567      fild dword [dword 0x67452301]
3785 00000000  DB06              fild dword [esi]
3786 00000000  DB07              fild dword [edi]
3787 illegal_opcode
3788 illegal_opcode
3789 illegal_opcode
3790 illegal_opcode
3791 illegal_opcode
3792 illegal_opcode
3793 illegal_opcode
3794 illegal_opcode
3795 00000000  DB10              fist dword [eax]
3796 00000000  DB11              fist dword [ecx]
3797 00000000  DB12              fist dword [edx]
3798 00000000  DB13              fist dword [ebx]
3799 00000000  DB1401            fist dword [ecx+eax]
3800 00000000  DB1501234567      fist dword [dword 0x67452301]
3801 00000000  DB16              fist dword [esi]
3802 00000000  DB17              fist dword [edi]
3803 00000000  DB18              fistp dword [eax]
3804 00000000  DB19              fistp dword [ecx]
3805 00000000  DB1A              fistp dword [edx]
3806 00000000  DB1B              fistp dword [ebx]
3807 00000000  DB1C01            fistp dword [ecx+eax]
3808 00000000  DB1D01234567      fistp dword [dword 0x67452301]
3809 00000000  DB1E              fistp dword [esi]
3810 00000000  DB1F              fistp dword [edi]
3811 illegal_opcode
3812 illegal_opcode
3813 illegal_opcode
3814 illegal_opcode
3815 illegal_opcode
3816 illegal_opcode
3817 illegal_opcode
3818 illegal_opcode
3819 00000000  DB28              fld tword [eax]
3820 00000000  DB29              fld tword [ecx]
3821 00000000  DB2A              fld tword [edx]
3822 00000000  DB2B              fld tword [ebx]
3823 00000000  DB2C01            fld tword [ecx+eax]
3824 00000000  DB2D01234567      fld tword [dword 0x67452301]
3825 00000000  DB2E              fld tword [esi]
3826 00000000  DB2F              fld tword [edi]
3827 illegal_opcode
3828 illegal_opcode
3829 illegal_opcode
3830 illegal_opcode
3831 illegal_opcode
3832 illegal_opcode
3833 illegal_opcode
3834 illegal_opcode
3835 00000000  DB38              fstp tword [eax]
3836 00000000  DB39              fstp tword [ecx]
3837 00000000  DB3A              fstp tword [edx]
3838 00000000  DB3B              fstp tword [ebx]
3839 00000000  DB3C01            fstp tword [ecx+eax]
3840 00000000  DB3D01234567      fstp tword [dword 0x67452301]
3841 00000000  DB3E              fstp tword [esi]
3842 00000000  DB3F              fstp tword [edi]
3843 00000000  DB4001            fild dword [eax+0x1]
3844 00000000  DB4101            fild dword [ecx+0x1]
3845 00000000  DB4201            fild dword [edx+0x1]
3846 00000000  DB4301            fild dword [ebx+0x1]
3847 00000000  DB440123          fild dword [ecx+eax+0x23]
3848 00000000  DB4501            fild dword [ebp+0x1]
3849 00000000  DB4601            fild dword [esi+0x1]
3850 00000000  DB4701            fild dword [edi+0x1]
3851 illegal_opcode
3852 illegal_opcode
3853 illegal_opcode
3854 illegal_opcode
3855 illegal_opcode
3856 illegal_opcode
3857 illegal_opcode
3858 illegal_opcode
3859 00000000  DB5001            fist dword [eax+0x1]
3860 00000000  DB5101            fist dword [ecx+0x1]
3861 00000000  DB5201            fist dword [edx+0x1]
3862 00000000  DB5301            fist dword [ebx+0x1]
3863 00000000  DB540123          fist dword [ecx+eax+0x23]
3864 00000000  DB5501            fist dword [ebp+0x1]
3865 00000000  DB5601            fist dword [esi+0x1]
3866 00000000  DB5701            fist dword [edi+0x1]
3867 00000000  DB5801            fistp dword [eax+0x1]
3868 00000000  DB5901            fistp dword [ecx+0x1]
3869 00000000  DB5A01            fistp dword [edx+0x1]
3870 00000000  DB5B01            fistp dword [ebx+0x1]
3871 00000000  DB5C0123          fistp dword [ecx+eax+0x23]
3872 00000000  DB5D01            fistp dword [ebp+0x1]
3873 00000000  DB5E01            fistp dword [esi+0x1]
3874 00000000  DB5F01            fistp dword [edi+0x1]
3875 illegal_opcode
3876 illegal_opcode
3877 illegal_opcode
3878 illegal_opcode
3879 illegal_opcode
3880 illegal_opcode
3881 illegal_opcode
3882 illegal_opcode
3883 00000000  DB6801            fld tword [eax+0x1]
3884 00000000  DB6901            fld tword [ecx+0x1]
3885 00000000  DB6A01            fld tword [edx+0x1]
3886 00000000  DB6B01            fld tword [ebx+0x1]
3887 00000000  DB6C0123          fld tword [ecx+eax+0x23]
3888 00000000  DB6D01            fld tword [ebp+0x1]
3889 00000000  DB6E01            fld tword [esi+0x1]
3890 00000000  DB6F01            fld tword [edi+0x1]
3891 illegal_opcode
3892 illegal_opcode
3893 illegal_opcode
3894 illegal_opcode
3895 illegal_opcode
3896 illegal_opcode
3897 illegal_opcode
3898 illegal_opcode
3899 00000000  DB7801            fstp tword [eax+0x1]
3900 00000000  DB7901            fstp tword [ecx+0x1]
3901 00000000  DB7A01            fstp tword [edx+0x1]
3902 00000000  DB7B01            fstp tword [ebx+0x1]
3903 00000000  DB7C0123          fstp tword [ecx+eax+0x23]
3904 00000000  DB7D01            fstp tword [ebp+0x1]
3905 00000000  DB7E01            fstp tword [esi+0x1]
3906 00000000  DB7F01            fstp tword [edi+0x1]
3907 00000000  DB8001234567      fild dword [eax+0x67452301]
3908 00000000  DB8101234567      fild dword [ecx+0x67452301]
3909 00000000  DB8201234567      fild dword [edx+0x67452301]
3910 00000000  DB8301234567      fild dword [ebx+0x67452301]
3911 00000000  DB840123456789    fild dword [ecx+eax-0x7698badd]
3912 00000000  DB8501234567      fild dword [ebp+0x67452301]
3913 00000000  DB8601234567      fild dword [esi+0x67452301]
3914 00000000  DB8701234567      fild dword [edi+0x67452301]
3915 illegal_opcode
3916 illegal_opcode
3917 illegal_opcode
3918 illegal_opcode
3919 illegal_opcode
3920 illegal_opcode
3921 illegal_opcode
3922 illegal_opcode
3923 00000000  DB9001234567      fist dword [eax+0x67452301]
3924 00000000  DB9101234567      fist dword [ecx+0x67452301]
3925 00000000  DB9201234567      fist dword [edx+0x67452301]
3926 00000000  DB9301234567      fist dword [ebx+0x67452301]
3927 00000000  DB940123456789    fist dword [ecx+eax-0x7698badd]
3928 00000000  DB9501234567      fist dword [ebp+0x67452301]
3929 00000000  DB9601234567      fist dword [esi+0x67452301]
3930 00000000  DB9701234567      fist dword [edi+0x67452301]
3931 00000000  DB9801234567      fistp dword [eax+0x67452301]
3932 00000000  DB9901234567      fistp dword [ecx+0x67452301]
3933 00000000  DB9A01234567      fistp dword [edx+0x67452301]
3934 00000000  DB9B01234567      fistp dword [ebx+0x67452301]
3935 00000000  DB9C0123456789    fistp dword [ecx+eax-0x7698badd]
3936 00000000  DB9D01234567      fistp dword [ebp+0x67452301]
3937 00000000  DB9E01234567      fistp dword [esi+0x67452301]
3938 00000000  DB9F01234567      fistp dword [edi+0x67452301]
3939 illegal_opcode
3940 illegal_opcode
3941 illegal_opcode
3942 illegal_opcode
3943 illegal_opcode
3944 illegal_opcode
3945 illegal_opcode
3946 illegal_opcode
3947 00000000  DBA801234567      fld tword [eax+0x67452301]
3948 00000000  DBA901234567      fld tword [ecx+0x67452301]
3949 00000000  DBAA01234567      fld tword [edx+0x67452301]
3950 00000000  DBAB01234567      fld tword [ebx+0x67452301]
3951 00000000  DBAC0123456789    fld tword [ecx+eax-0x7698badd]
3952 00000000  DBAD01234567      fld tword [ebp+0x67452301]
3953 00000000  DBAE01234567      fld tword [esi+0x67452301]
3954 00000000  DBAF01234567      fld tword [edi+0x67452301]
3955 illegal_opcode
3956 illegal_opcode
3957 illegal_opcode
3958 illegal_opcode
3959 illegal_opcode
3960 illegal_opcode
3961 illegal_opcode
3962 illegal_opcode
3963 00000000  DBB801234567      fstp tword [eax+0x67452301]
3964 00000000  DBB901234567      fstp tword [ecx+0x67452301]
3965 00000000  DBBA01234567      fstp tword [edx+0x67452301]
3966 00000000  DBBB01234567      fstp tword [ebx+0x67452301]
3967 00000000  DBBC0123456789    fstp tword [ecx+eax-0x7698badd]
3968 00000000  DBBD01234567      fstp tword [ebp+0x67452301]
3969 00000000  DBBE01234567      fstp tword [esi+0x67452301]
3970 00000000  DBBF01234567      fstp tword [edi+0x67452301]
3971 illegal_opcode
3972 illegal_opcode
3973 illegal_opcode
3974 illegal_opcode
3975 illegal_opcode
3976 illegal_opcode
3977 illegal_opcode
3978 illegal_opcode
3979 illegal_opcode
3980 illegal_opcode
3981 illegal_opcode
3982 illegal_opcode
3983 illegal_opcode
3984 illegal_opcode
3985 illegal_opcode
3986 illegal_opcode
3987 illegal_opcode
3988 illegal_opcode
3989 illegal_opcode
3990 illegal_opcode
3991 illegal_opcode
3992 illegal_opcode
3993 illegal_opcode
3994 illegal_opcode
3995 illegal_opcode
3996 illegal_opcode
3997 illegal_opcode
3998 illegal_opcode
3999 illegal_opcode
4000 illegal_opcode
4001 illegal_opcode
4002 illegal_opcode
4003 00000000  DBE0              fneni
4004 00000000  DBE1              fndisi
4005 00000000  DBE2              fnclex
4006 00000000  DBE3              fninit
4007 00000000  DBE4              fsetpm
4008 illegal_opcode
4009 illegal_opcode
4010 illegal_opcode
4011 illegal_opcode
4012 illegal_opcode
4013 illegal_opcode
4014 illegal_opcode
4015 illegal_opcode
4016 illegal_opcode
4017 illegal_opcode
4018 illegal_opcode
4019 illegal_opcode
4020 illegal_opcode
4021 illegal_opcode
4022 illegal_opcode
4023 illegal_opcode
4024 illegal_opcode
4025 illegal_opcode
4026 illegal_opcode
4027 illegal_opcode
4028 illegal_opcode
4029 illegal_opcode
4030 illegal_opcode
4031 illegal_opcode
4032 illegal_opcode
4033 illegal_opcode
4034 illegal_opcode
4035
4036 opcode dc
4037 00000000  DC00              fadd qword [eax]
4038 00000000  DC01              fadd qword [ecx]
4039 00000000  DC02              fadd qword [edx]
4040 00000000  DC03              fadd qword [ebx]
4041 00000000  DC0401            fadd qword [ecx+eax]
4042 00000000  DC0501234567      fadd qword [dword 0x67452301]
4043 00000000  DC06              fadd qword [esi]
4044 00000000  DC07              fadd qword [edi]
4045 00000000  DC08              fmul qword [eax]
4046 00000000  DC09              fmul qword [ecx]
4047 00000000  DC0A              fmul qword [edx]
4048 00000000  DC0B              fmul qword [ebx]
4049 00000000  DC0C01            fmul qword [ecx+eax]
4050 00000000  DC0D01234567      fmul qword [dword 0x67452301]
4051 00000000  DC0E              fmul qword [esi]
4052 00000000  DC0F              fmul qword [edi]
4053 00000000  DC10              fcom qword [eax]
4054 00000000  DC11              fcom qword [ecx]
4055 00000000  DC12              fcom qword [edx]
4056 00000000  DC13              fcom qword [ebx]
4057 00000000  DC1401            fcom qword [ecx+eax]
4058 00000000  DC1501234567      fcom qword [dword 0x67452301]
4059 00000000  DC16              fcom qword [esi]
4060 00000000  DC17              fcom qword [edi]
4061 00000000  DC18              fcomp qword [eax]
4062 00000000  DC19              fcomp qword [ecx]
4063 00000000  DC1A              fcomp qword [edx]
4064 00000000  DC1B              fcomp qword [ebx]
4065 00000000  DC1C01            fcomp qword [ecx+eax]
4066 00000000  DC1D01234567      fcomp qword [dword 0x67452301]
4067 00000000  DC1E              fcomp qword [esi]
4068 00000000  DC1F              fcomp qword [edi]
4069 00000000  DC20              fsub qword [eax]
4070 00000000  DC21              fsub qword [ecx]
4071 00000000  DC22              fsub qword [edx]
4072 00000000  DC23              fsub qword [ebx]
4073 00000000  DC2401            fsub qword [ecx+eax]
4074 00000000  DC2501234567      fsub qword [dword 0x67452301]
4075 00000000  DC26              fsub qword [esi]
4076 00000000  DC27              fsub qword [edi]
4077 00000000  DC28              fsubr qword [eax]
4078 00000000  DC29              fsubr qword [ecx]
4079 00000000  DC2A              fsubr qword [edx]
4080 00000000  DC2B              fsubr qword [ebx]
4081 00000000  DC2C01            fsubr qword [ecx+eax]
4082 00000000  DC2D01234567      fsubr qword [dword 0x67452301]
4083 00000000  DC2E              fsubr qword [esi]
4084 00000000  DC2F              fsubr qword [edi]
4085 00000000  DC30              fdiv qword [eax]
4086 00000000  DC31              fdiv qword [ecx]
4087 00000000  DC32              fdiv qword [edx]
4088 00000000  DC33              fdiv qword [ebx]
4089 00000000  DC3401            fdiv qword [ecx+eax]
4090 00000000  DC3501234567      fdiv qword [dword 0x67452301]
4091 00000000  DC36              fdiv qword [esi]
4092 00000000  DC37              fdiv qword [edi]
4093 00000000  DC38              fdivr qword [eax]
4094 00000000  DC39              fdivr qword [ecx]
4095 00000000  DC3A              fdivr qword [edx]
4096 00000000  DC3B              fdivr qword [ebx]
4097 00000000  DC3C01            fdivr qword [ecx+eax]
4098 00000000  DC3D01234567      fdivr qword [dword 0x67452301]
4099 00000000  DC3E              fdivr qword [esi]
4100 00000000  DC3F              fdivr qword [edi]
4101 00000000  DC4001            fadd qword [eax+0x1]
4102 00000000  DC4101            fadd qword [ecx+0x1]
4103 00000000  DC4201            fadd qword [edx+0x1]
4104 00000000  DC4301            fadd qword [ebx+0x1]
4105 00000000  DC440123          fadd qword [ecx+eax+0x23]
4106 00000000  DC4501            fadd qword [ebp+0x1]
4107 00000000  DC4601            fadd qword [esi+0x1]
4108 00000000  DC4701            fadd qword [edi+0x1]
4109 00000000  DC4801            fmul qword [eax+0x1]
4110 00000000  DC4901            fmul qword [ecx+0x1]
4111 00000000  DC4A01            fmul qword [edx+0x1]
4112 00000000  DC4B01            fmul qword [ebx+0x1]
4113 00000000  DC4C0123          fmul qword [ecx+eax+0x23]
4114 00000000  DC4D01            fmul qword [ebp+0x1]
4115 00000000  DC4E01            fmul qword [esi+0x1]
4116 00000000  DC4F01            fmul qword [edi+0x1]
4117 00000000  DC5001            fcom qword [eax+0x1]
4118 00000000  DC5101            fcom qword [ecx+0x1]
4119 00000000  DC5201            fcom qword [edx+0x1]
4120 00000000  DC5301            fcom qword [ebx+0x1]
4121 00000000  DC540123          fcom qword [ecx+eax+0x23]
4122 00000000  DC5501            fcom qword [ebp+0x1]
4123 00000000  DC5601            fcom qword [esi+0x1]
4124 00000000  DC5701            fcom qword [edi+0x1]
4125 00000000  DC5801            fcomp qword [eax+0x1]
4126 00000000  DC5901            fcomp qword [ecx+0x1]
4127 00000000  DC5A01            fcomp qword [edx+0x1]
4128 00000000  DC5B01            fcomp qword [ebx+0x1]
4129 00000000  DC5C0123          fcomp qword [ecx+eax+0x23]
4130 00000000  DC5D01            fcomp qword [ebp+0x1]
4131 00000000  DC5E01            fcomp qword [esi+0x1]
4132 00000000  DC5F01            fcomp qword [edi+0x1]
4133 00000000  DC6001            fsub qword [eax+0x1]
4134 00000000  DC6101            fsub qword [ecx+0x1]
4135 00000000  DC6201            fsub qword [edx+0x1]
4136 00000000  DC6301            fsub qword [ebx+0x1]
4137 00000000  DC640123          fsub qword [ecx+eax+0x23]
4138 00000000  DC6501            fsub qword [ebp+0x1]
4139 00000000  DC6601            fsub qword [esi+0x1]
4140 00000000  DC6701            fsub qword [edi+0x1]
4141 00000000  DC6801            fsubr qword [eax+0x1]
4142 00000000  DC6901            fsubr qword [ecx+0x1]
4143 00000000  DC6A01            fsubr qword [edx+0x1]
4144 00000000  DC6B01            fsubr qword [ebx+0x1]
4145 00000000  DC6C0123          fsubr qword [ecx+eax+0x23]
4146 00000000  DC6D01            fsubr qword [ebp+0x1]
4147 00000000  DC6E01            fsubr qword [esi+0x1]
4148 00000000  DC6F01            fsubr qword [edi+0x1]
4149 00000000  DC7001            fdiv qword [eax+0x1]
4150 00000000  DC7101            fdiv qword [ecx+0x1]
4151 00000000  DC7201            fdiv qword [edx+0x1]
4152 00000000  DC7301            fdiv qword [ebx+0x1]
4153 00000000  DC740123          fdiv qword [ecx+eax+0x23]
4154 00000000  DC7501            fdiv qword [ebp+0x1]
4155 00000000  DC7601            fdiv qword [esi+0x1]
4156 00000000  DC7701            fdiv qword [edi+0x1]
4157 00000000  DC7801            fdivr qword [eax+0x1]
4158 00000000  DC7901            fdivr qword [ecx+0x1]
4159 00000000  DC7A01            fdivr qword [edx+0x1]
4160 00000000  DC7B01            fdivr qword [ebx+0x1]
4161 00000000  DC7C0123          fdivr qword [ecx+eax+0x23]
4162 00000000  DC7D01            fdivr qword [ebp+0x1]
4163 00000000  DC7E01            fdivr qword [esi+0x1]
4164 00000000  DC7F01            fdivr qword [edi+0x1]
4165 00000000  DC8001234567      fadd qword [eax+0x67452301]
4166 00000000  DC8101234567      fadd qword [ecx+0x67452301]
4167 00000000  DC8201234567      fadd qword [edx+0x67452301]
4168 00000000  DC8301234567      fadd qword [ebx+0x67452301]
4169 00000000  DC840123456789    fadd qword [ecx+eax-0x7698badd]
4170 00000000  DC8501234567      fadd qword [ebp+0x67452301]
4171 00000000  DC8601234567      fadd qword [esi+0x67452301]
4172 00000000  DC8701234567      fadd qword [edi+0x67452301]
4173 00000000  DC8801234567      fmul qword [eax+0x67452301]
4174 00000000  DC8901234567      fmul qword [ecx+0x67452301]
4175 00000000  DC8A01234567      fmul qword [edx+0x67452301]
4176 00000000  DC8B01234567      fmul qword [ebx+0x67452301]
4177 00000000  DC8C0123456789    fmul qword [ecx+eax-0x7698badd]
4178 00000000  DC8D01234567      fmul qword [ebp+0x67452301]
4179 00000000  DC8E01234567      fmul qword [esi+0x67452301]
4180 00000000  DC8F01234567      fmul qword [edi+0x67452301]
4181 00000000  DC9001234567      fcom qword [eax+0x67452301]
4182 00000000  DC9101234567      fcom qword [ecx+0x67452301]
4183 00000000  DC9201234567      fcom qword [edx+0x67452301]
4184 00000000  DC9301234567      fcom qword [ebx+0x67452301]
4185 00000000  DC940123456789    fcom qword [ecx+eax-0x7698badd]
4186 00000000  DC9501234567      fcom qword [ebp+0x67452301]
4187 00000000  DC9601234567      fcom qword [esi+0x67452301]
4188 00000000  DC9701234567      fcom qword [edi+0x67452301]
4189 00000000  DC9801234567      fcomp qword [eax+0x67452301]
4190 00000000  DC9901234567      fcomp qword [ecx+0x67452301]
4191 00000000  DC9A01234567      fcomp qword [edx+0x67452301]
4192 00000000  DC9B01234567      fcomp qword [ebx+0x67452301]
4193 00000000  DC9C0123456789    fcomp qword [ecx+eax-0x7698badd]
4194 00000000  DC9D01234567      fcomp qword [ebp+0x67452301]
4195 00000000  DC9E01234567      fcomp qword [esi+0x67452301]
4196 00000000  DC9F01234567      fcomp qword [edi+0x67452301]
4197 00000000  DCA001234567      fsub qword [eax+0x67452301]
4198 00000000  DCA101234567      fsub qword [ecx+0x67452301]
4199 00000000  DCA201234567      fsub qword [edx+0x67452301]
4200 00000000  DCA301234567      fsub qword [ebx+0x67452301]
4201 00000000  DCA40123456789    fsub qword [ecx+eax-0x7698badd]
4202 00000000  DCA501234567      fsub qword [ebp+0x67452301]
4203 00000000  DCA601234567      fsub qword [esi+0x67452301]
4204 00000000  DCA701234567      fsub qword [edi+0x67452301]
4205 00000000  DCA801234567      fsubr qword [eax+0x67452301]
4206 00000000  DCA901234567      fsubr qword [ecx+0x67452301]
4207 00000000  DCAA01234567      fsubr qword [edx+0x67452301]
4208 00000000  DCAB01234567      fsubr qword [ebx+0x67452301]
4209 00000000  DCAC0123456789    fsubr qword [ecx+eax-0x7698badd]
4210 00000000  DCAD01234567      fsubr qword [ebp+0x67452301]
4211 00000000  DCAE01234567      fsubr qword [esi+0x67452301]
4212 00000000  DCAF01234567      fsubr qword [edi+0x67452301]
4213 00000000  DCB001234567      fdiv qword [eax+0x67452301]
4214 00000000  DCB101234567      fdiv qword [ecx+0x67452301]
4215 00000000  DCB201234567      fdiv qword [edx+0x67452301]
4216 00000000  DCB301234567      fdiv qword [ebx+0x67452301]
4217 00000000  DCB40123456789    fdiv qword [ecx+eax-0x7698badd]
4218 00000000  DCB501234567      fdiv qword [ebp+0x67452301]
4219 00000000  DCB601234567      fdiv qword [esi+0x67452301]
4220 00000000  DCB701234567      fdiv qword [edi+0x67452301]
4221 00000000  DCB801234567      fdivr qword [eax+0x67452301]
4222 00000000  DCB901234567      fdivr qword [ecx+0x67452301]
4223 00000000  DCBA01234567      fdivr qword [edx+0x67452301]
4224 00000000  DCBB01234567      fdivr qword [ebx+0x67452301]
4225 00000000  DCBC0123456789    fdivr qword [ecx+eax-0x7698badd]
4226 00000000  DCBD01234567      fdivr qword [ebp+0x67452301]
4227 00000000  DCBE01234567      fdivr qword [esi+0x67452301]
4228 00000000  DCBF01234567      fdivr qword [edi+0x67452301]
4229 00000000  DCC0              fadd to st0
4230 00000000  DCC1              fadd to st1
4231 00000000  DCC2              fadd to st2
4232 00000000  DCC3              fadd to st3
4233 00000000  DCC4              fadd to st4
4234 00000000  DCC5              fadd to st5
4235 00000000  DCC6              fadd to st6
4236 00000000  DCC7              fadd to st7
4237 00000000  DCC8              fmul to st0
4238 00000000  DCC9              fmul to st1
4239 00000000  DCCA              fmul to st2
4240 00000000  DCCB              fmul to st3
4241 00000000  DCCC              fmul to st4
4242 00000000  DCCD              fmul to st5
4243 00000000  DCCE              fmul to st6
4244 00000000  DCCF              fmul to st7
4245 illegal_opcode
4246 illegal_opcode
4247 illegal_opcode
4248 illegal_opcode
4249 illegal_opcode
4250 illegal_opcode
4251 illegal_opcode
4252 illegal_opcode
4253 illegal_opcode
4254 illegal_opcode
4255 illegal_opcode
4256 illegal_opcode
4257 illegal_opcode
4258 illegal_opcode
4259 illegal_opcode
4260 illegal_opcode
4261 00000000  DCE0              fsubr to st0
4262 00000000  DCE1              fsubr to st1
4263 00000000  DCE2              fsubr to st2
4264 00000000  DCE3              fsubr to st3
4265 00000000  DCE4              fsubr to st4
4266 00000000  DCE5              fsubr to st5
4267 00000000  DCE6              fsubr to st6
4268 00000000  DCE7              fsubr to st7
4269 00000000  DCE8              fsub to st0
4270 00000000  DCE9              fsub to st1
4271 00000000  DCEA              fsub to st2
4272 00000000  DCEB              fsub to st3
4273 00000000  DCEC              fsub to st4
4274 00000000  DCED              fsub to st5
4275 00000000  DCEE              fsub to st6
4276 00000000  DCEF              fsub to st7
4277 00000000  DCF0              fdivr to st0
4278 00000000  DCF1              fdivr to st1
4279 00000000  DCF2              fdivr to st2
4280 00000000  DCF3              fdivr to st3
4281 00000000  DCF4              fdivr to st4
4282 00000000  DCF5              fdivr to st5
4283 00000000  DCF6              fdivr to st6
4284 00000000  DCF7              fdivr to st7
4285 00000000  DCF8              fdiv to st0
4286 00000000  DCF9              fdiv to st1
4287 00000000  DCFA              fdiv to st2
4288 00000000  DCFB              fdiv to st3
4289 00000000  DCFC              fdiv to st4
4290 00000000  DCFD              fdiv to st5
4291 00000000  DCFE              fdiv to st6
4292 00000000  DCFF              fdiv to st7
4293
4294 opcode dd
4295 00000000  DD00              fld qword [eax]
4296 00000000  DD01              fld qword [ecx]
4297 00000000  DD02              fld qword [edx]
4298 00000000  DD03              fld qword [ebx]
4299 00000000  DD0401            fld qword [ecx+eax]
4300 00000000  DD0501234567      fld qword [dword 0x67452301]
4301 00000000  DD06              fld qword [esi]
4302 00000000  DD07              fld qword [edi]
4303 illegal_opcode
4304 illegal_opcode
4305 illegal_opcode
4306 illegal_opcode
4307 illegal_opcode
4308 illegal_opcode
4309 illegal_opcode
4310 illegal_opcode
4311 00000000  DD10              fst qword [eax]
4312 00000000  DD11              fst qword [ecx]
4313 00000000  DD12              fst qword [edx]
4314 00000000  DD13              fst qword [ebx]
4315 00000000  DD1401            fst qword [ecx+eax]
4316 00000000  DD1501234567      fst qword [dword 0x67452301]
4317 00000000  DD16              fst qword [esi]
4318 00000000  DD17              fst qword [edi]
4319 00000000  DD18              fstp qword [eax]
4320 00000000  DD19              fstp qword [ecx]
4321 00000000  DD1A              fstp qword [edx]
4322 00000000  DD1B              fstp qword [ebx]
4323 00000000  DD1C01            fstp qword [ecx+eax]
4324 00000000  DD1D01234567      fstp qword [dword 0x67452301]
4325 00000000  DD1E              fstp qword [esi]
4326 00000000  DD1F              fstp qword [edi]
4327 00000000  DD20              frstor [eax]
4328 00000000  DD21              frstor [ecx]
4329 00000000  DD22              frstor [edx]
4330 00000000  DD23              frstor [ebx]
4331 00000000  DD2401            frstor [ecx+eax]
4332 00000000  DD2501234567      frstor [dword 0x67452301]
4333 00000000  DD26              frstor [esi]
4334 00000000  DD27              frstor [edi]
4335 illegal_opcode
4336 illegal_opcode
4337 illegal_opcode
4338 illegal_opcode
4339 illegal_opcode
4340 illegal_opcode
4341 illegal_opcode
4342 illegal_opcode
4343 00000000  DD30              fnsave [eax]
4344 00000000  DD31              fnsave [ecx]
4345 00000000  DD32              fnsave [edx]
4346 00000000  DD33              fnsave [ebx]
4347 00000000  DD3401            fnsave [ecx+eax]
4348 00000000  DD3501234567      fnsave [dword 0x67452301]
4349 00000000  DD36              fnsave [esi]
4350 00000000  DD37              fnsave [edi]
4351 00000000  DD38              fnstsw [eax]
4352 00000000  DD39              fnstsw [ecx]
4353 00000000  DD3A              fnstsw [edx]
4354 00000000  DD3B              fnstsw [ebx]
4355 00000000  DD3C01            fnstsw [ecx+eax]
4356 00000000  DD3D01234567      fnstsw [dword 0x67452301]
4357 00000000  DD3E              fnstsw [esi]
4358 00000000  DD3F              fnstsw [edi]
4359 00000000  DD4001            fld qword [eax+0x1]
4360 00000000  DD4101            fld qword [ecx+0x1]
4361 00000000  DD4201            fld qword [edx+0x1]
4362 00000000  DD4301            fld qword [ebx+0x1]
4363 00000000  DD440123          fld qword [ecx+eax+0x23]
4364 00000000  DD4501            fld qword [ebp+0x1]
4365 00000000  DD4601            fld qword [esi+0x1]
4366 00000000  DD4701            fld qword [edi+0x1]
4367 illegal_opcode
4368 illegal_opcode
4369 illegal_opcode
4370 illegal_opcode
4371 illegal_opcode
4372 illegal_opcode
4373 illegal_opcode
4374 illegal_opcode
4375 00000000  DD5001            fst qword [eax+0x1]
4376 00000000  DD5101            fst qword [ecx+0x1]
4377 00000000  DD5201            fst qword [edx+0x1]
4378 00000000  DD5301            fst qword [ebx+0x1]
4379 00000000  DD540123          fst qword [ecx+eax+0x23]
4380 00000000  DD5501            fst qword [ebp+0x1]
4381 00000000  DD5601            fst qword [esi+0x1]
4382 00000000  DD5701            fst qword [edi+0x1]
4383 00000000  DD5801            fstp qword [eax+0x1]
4384 00000000  DD5901            fstp qword [ecx+0x1]
4385 00000000  DD5A01            fstp qword [edx+0x1]
4386 00000000  DD5B01            fstp qword [ebx+0x1]
4387 00000000  DD5C0123          fstp qword [ecx+eax+0x23]
4388 00000000  DD5D01            fstp qword [ebp+0x1]
4389 00000000  DD5E01            fstp qword [esi+0x1]
4390 00000000  DD5F01            fstp qword [edi+0x1]
4391 00000000  DD6001            frstor [eax+0x1]
4392 00000000  DD6101            frstor [ecx+0x1]
4393 00000000  DD6201            frstor [edx+0x1]
4394 00000000  DD6301            frstor [ebx+0x1]
4395 00000000  DD640123          frstor [ecx+eax+0x23]
4396 00000000  DD6501            frstor [ebp+0x1]
4397 00000000  DD6601            frstor [esi+0x1]
4398 00000000  DD6701            frstor [edi+0x1]
4399 illegal_opcode
4400 illegal_opcode
4401 illegal_opcode
4402 illegal_opcode
4403 illegal_opcode
4404 illegal_opcode
4405 illegal_opcode
4406 illegal_opcode
4407 00000000  DD7001            fnsave [eax+0x1]
4408 00000000  DD7101            fnsave [ecx+0x1]
4409 00000000  DD7201            fnsave [edx+0x1]
4410 00000000  DD7301            fnsave [ebx+0x1]
4411 00000000  DD740123          fnsave [ecx+eax+0x23]
4412 00000000  DD7501            fnsave [ebp+0x1]
4413 00000000  DD7601            fnsave [esi+0x1]
4414 00000000  DD7701            fnsave [edi+0x1]
4415 00000000  DD7801            fnstsw [eax+0x1]
4416 00000000  DD7901            fnstsw [ecx+0x1]
4417 00000000  DD7A01            fnstsw [edx+0x1]
4418 00000000  DD7B01            fnstsw [ebx+0x1]
4419 00000000  DD7C0123          fnstsw [ecx+eax+0x23]
4420 00000000  DD7D01            fnstsw [ebp+0x1]
4421 00000000  DD7E01            fnstsw [esi+0x1]
4422 00000000  DD7F01            fnstsw [edi+0x1]
4423 00000000  DD8001234567      fld qword [eax+0x67452301]
4424 00000000  DD8101234567      fld qword [ecx+0x67452301]
4425 00000000  DD8201234567      fld qword [edx+0x67452301]
4426 00000000  DD8301234567      fld qword [ebx+0x67452301]
4427 00000000  DD840123456789    fld qword [ecx+eax-0x7698badd]
4428 00000000  DD8501234567      fld qword [ebp+0x67452301]
4429 00000000  DD8601234567      fld qword [esi+0x67452301]
4430 00000000  DD8701234567      fld qword [edi+0x67452301]
4431 illegal_opcode
4432 illegal_opcode
4433 illegal_opcode
4434 illegal_opcode
4435 illegal_opcode
4436 illegal_opcode
4437 illegal_opcode
4438 illegal_opcode
4439 00000000  DD9001234567      fst qword [eax+0x67452301]
4440 00000000  DD9101234567      fst qword [ecx+0x67452301]
4441 00000000  DD9201234567      fst qword [edx+0x67452301]
4442 00000000  DD9301234567      fst qword [ebx+0x67452301]
4443 00000000  DD940123456789    fst qword [ecx+eax-0x7698badd]
4444 00000000  DD9501234567      fst qword [ebp+0x67452301]
4445 00000000  DD9601234567      fst qword [esi+0x67452301]
4446 00000000  DD9701234567      fst qword [edi+0x67452301]
4447 00000000  DD9801234567      fstp qword [eax+0x67452301]
4448 00000000  DD9901234567      fstp qword [ecx+0x67452301]
4449 00000000  DD9A01234567      fstp qword [edx+0x67452301]
4450 00000000  DD9B01234567      fstp qword [ebx+0x67452301]
4451 00000000  DD9C0123456789    fstp qword [ecx+eax-0x7698badd]
4452 00000000  DD9D01234567      fstp qword [ebp+0x67452301]
4453 00000000  DD9E01234567      fstp qword [esi+0x67452301]
4454 00000000  DD9F01234567      fstp qword [edi+0x67452301]
4455 00000000  DDA001234567      frstor [eax+0x67452301]
4456 00000000  DDA101234567      frstor [ecx+0x67452301]
4457 00000000  DDA201234567      frstor [edx+0x67452301]
4458 00000000  DDA301234567      frstor [ebx+0x67452301]
4459 00000000  DDA40123456789    frstor [ecx+eax-0x7698badd]
4460 00000000  DDA501234567      frstor [ebp+0x67452301]
4461 00000000  DDA601234567      frstor [esi+0x67452301]
4462 00000000  DDA701234567      frstor [edi+0x67452301]
4463 illegal_opcode
4464 illegal_opcode
4465 illegal_opcode
4466 illegal_opcode
4467 illegal_opcode
4468 illegal_opcode
4469 illegal_opcode
4470 illegal_opcode
4471 00000000  DDB001234567      fnsave [eax+0x67452301]
4472 00000000  DDB101234567      fnsave [ecx+0x67452301]
4473 00000000  DDB201234567      fnsave [edx+0x67452301]
4474 00000000  DDB301234567      fnsave [ebx+0x67452301]
4475 00000000  DDB40123456789    fnsave [ecx+eax-0x7698badd]
4476 00000000  DDB501234567      fnsave [ebp+0x67452301]
4477 00000000  DDB601234567      fnsave [esi+0x67452301]
4478 00000000  DDB701234567      fnsave [edi+0x67452301]
4479 00000000  DDB801234567      fnstsw [eax+0x67452301]
4480 00000000  DDB901234567      fnstsw [ecx+0x67452301]
4481 00000000  DDBA01234567      fnstsw [edx+0x67452301]
4482 00000000  DDBB01234567      fnstsw [ebx+0x67452301]
4483 00000000  DDBC0123456789    fnstsw [ecx+eax-0x7698badd]
4484 00000000  DDBD01234567      fnstsw [ebp+0x67452301]
4485 00000000  DDBE01234567      fnstsw [esi+0x67452301]
4486 00000000  DDBF01234567      fnstsw [edi+0x67452301]
4487 00000000  DDC0              ffree st0
4488 00000000  DDC1              ffree st1
4489 00000000  DDC2              ffree st2
4490 00000000  DDC3              ffree st3
4491 00000000  DDC4              ffree st4
4492 00000000  DDC5              ffree st5
4493 00000000  DDC6              ffree st6
4494 00000000  DDC7              ffree st7
4495 illegal_opcode
4496 illegal_opcode
4497 illegal_opcode
4498 illegal_opcode
4499 illegal_opcode
4500 illegal_opcode
4501 illegal_opcode
4502 illegal_opcode
4503 00000000  DDD0              fst st0
4504 00000000  DDD1              fst st1
4505 00000000  DDD2              fst st2
4506 00000000  DDD3              fst st3
4507 00000000  DDD4              fst st4
4508 00000000  DDD5              fst st5
4509 00000000  DDD6              fst st6
4510 00000000  DDD7              fst st7
4511 00000000  DDD8              fstp st0
4512 00000000  DDD9              fstp st1
4513 00000000  DDDA              fstp st2
4514 00000000  DDDB              fstp st3
4515 00000000  DDDC              fstp st4
4516 00000000  DDDD              fstp st5
4517 00000000  DDDE              fstp st6
4518 00000000  DDDF              fstp st7
4519 00000000  DDE0              fucom st0
4520 00000000  DDE1              fucom st1
4521 00000000  DDE2              fucom st2
4522 00000000  DDE3              fucom st3
4523 00000000  DDE4              fucom st4
4524 00000000  DDE5              fucom st5
4525 00000000  DDE6              fucom st6
4526 00000000  DDE7              fucom st7
4527 00000000  DDE8              fucomp st0
4528 00000000  DDE9              fucomp st1
4529 00000000  DDEA              fucomp st2
4530 00000000  DDEB              fucomp st3
4531 00000000  DDEC              fucomp st4
4532 00000000  DDED              fucomp st5
4533 00000000  DDEE              fucomp st6
4534 00000000  DDEF              fucomp st7
4535 illegal_opcode
4536 illegal_opcode
4537 illegal_opcode
4538 illegal_opcode
4539 illegal_opcode
4540 illegal_opcode
4541 illegal_opcode
4542 illegal_opcode
4543 illegal_opcode
4544 illegal_opcode
4545 illegal_opcode
4546 illegal_opcode
4547 illegal_opcode
4548 illegal_opcode
4549 illegal_opcode
4550 illegal_opcode
4551
4552 opcode de
4553 00000000  DE00              fiadd word [eax]
4554 00000000  DE01              fiadd word [ecx]
4555 00000000  DE02              fiadd word [edx]
4556 00000000  DE03              fiadd word [ebx]
4557 00000000  DE0401            fiadd word [ecx+eax]
4558 00000000  DE0501234567      fiadd word [dword 0x67452301]
4559 00000000  DE06              fiadd word [esi]
4560 00000000  DE07              fiadd word [edi]
4561 00000000  DE08              fimul word [eax]
4562 00000000  DE09              fimul word [ecx]
4563 00000000  DE0A              fimul word [edx]
4564 00000000  DE0B              fimul word [ebx]
4565 00000000  DE0C01            fimul word [ecx+eax]
4566 00000000  DE0D01234567      fimul word [dword 0x67452301]
4567 00000000  DE0E              fimul word [esi]
4568 00000000  DE0F              fimul word [edi]
4569 00000000  DE10              ficom word [eax]
4570 00000000  DE11              ficom word [ecx]
4571 00000000  DE12              ficom word [edx]
4572 00000000  DE13              ficom word [ebx]
4573 00000000  DE1401            ficom word [ecx+eax]
4574 00000000  DE1501234567      ficom word [dword 0x67452301]
4575 00000000  DE16              ficom word [esi]
4576 00000000  DE17              ficom word [edi]
4577 00000000  DE18              ficomp word [eax]
4578 00000000  DE19              ficomp word [ecx]
4579 00000000  DE1A              ficomp word [edx]
4580 00000000  DE1B              ficomp word [ebx]
4581 00000000  DE1C01            ficomp word [ecx+eax]
4582 00000000  DE1D01234567      ficomp word [dword 0x67452301]
4583 00000000  DE1E              ficomp word [esi]
4584 00000000  DE1F              ficomp word [edi]
4585 00000000  DE20              fisub word [eax]
4586 00000000  DE21              fisub word [ecx]
4587 00000000  DE22              fisub word [edx]
4588 00000000  DE23              fisub word [ebx]
4589 00000000  DE2401            fisub word [ecx+eax]
4590 00000000  DE2501234567      fisub word [dword 0x67452301]
4591 00000000  DE26              fisub word [esi]
4592 00000000  DE27              fisub word [edi]
4593 00000000  DE28              fisubr word [eax]
4594 00000000  DE29              fisubr word [ecx]
4595 00000000  DE2A              fisubr word [edx]
4596 00000000  DE2B              fisubr word [ebx]
4597 00000000  DE2C01            fisubr word [ecx+eax]
4598 00000000  DE2D01234567      fisubr word [dword 0x67452301]
4599 00000000  DE2E              fisubr word [esi]
4600 00000000  DE2F              fisubr word [edi]
4601 00000000  DE30              fidiv word [eax]
4602 00000000  DE31              fidiv word [ecx]
4603 00000000  DE32              fidiv word [edx]
4604 00000000  DE33              fidiv word [ebx]
4605 00000000  DE3401            fidiv word [ecx+eax]
4606 00000000  DE3501234567      fidiv word [dword 0x67452301]
4607 00000000  DE36              fidiv word [esi]
4608 00000000  DE37              fidiv word [edi]
4609 00000000  DE38              fidivr word [eax]
4610 00000000  DE39              fidivr word [ecx]
4611 00000000  DE3A              fidivr word [edx]
4612 00000000  DE3B              fidivr word [ebx]
4613 00000000  DE3C01            fidivr word [ecx+eax]
4614 00000000  DE3D01234567      fidivr word [dword 0x67452301]
4615 00000000  DE3E              fidivr word [esi]
4616 00000000  DE3F              fidivr word [edi]
4617 00000000  DE4001            fiadd word [eax+0x1]
4618 00000000  DE4101            fiadd word [ecx+0x1]
4619 00000000  DE4201            fiadd word [edx+0x1]
4620 00000000  DE4301            fiadd word [ebx+0x1]
4621 00000000  DE440123          fiadd word [ecx+eax+0x23]
4622 00000000  DE4501            fiadd word [ebp+0x1]
4623 00000000  DE4601            fiadd word [esi+0x1]
4624 00000000  DE4701            fiadd word [edi+0x1]
4625 00000000  DE4801            fimul word [eax+0x1]
4626 00000000  DE4901            fimul word [ecx+0x1]
4627 00000000  DE4A01            fimul word [edx+0x1]
4628 00000000  DE4B01            fimul word [ebx+0x1]
4629 00000000  DE4C0123          fimul word [ecx+eax+0x23]
4630 00000000  DE4D01            fimul word [ebp+0x1]
4631 00000000  DE4E01            fimul word [esi+0x1]
4632 00000000  DE4F01            fimul word [edi+0x1]
4633 00000000  DE5001            ficom word [eax+0x1]
4634 00000000  DE5101            ficom word [ecx+0x1]
4635 00000000  DE5201            ficom word [edx+0x1]
4636 00000000  DE5301            ficom word [ebx+0x1]
4637 00000000  DE540123          ficom word [ecx+eax+0x23]
4638 00000000  DE5501            ficom word [ebp+0x1]
4639 00000000  DE5601            ficom word [esi+0x1]
4640 00000000  DE5701            ficom word [edi+0x1]
4641 00000000  DE5801            ficomp word [eax+0x1]
4642 00000000  DE5901            ficomp word [ecx+0x1]
4643 00000000  DE5A01            ficomp word [edx+0x1]
4644 00000000  DE5B01            ficomp word [ebx+0x1]
4645 00000000  DE5C0123          ficomp word [ecx+eax+0x23]
4646 00000000  DE5D01            ficomp word [ebp+0x1]
4647 00000000  DE5E01            ficomp word [esi+0x1]
4648 00000000  DE5F01            ficomp word [edi+0x1]
4649 00000000  DE6001            fisub word [eax+0x1]
4650 00000000  DE6101            fisub word [ecx+0x1]
4651 00000000  DE6201            fisub word [edx+0x1]
4652 00000000  DE6301            fisub word [ebx+0x1]
4653 00000000  DE640123          fisub word [ecx+eax+0x23]
4654 00000000  DE6501            fisub word [ebp+0x1]
4655 00000000  DE6601            fisub word [esi+0x1]
4656 00000000  DE6701            fisub word [edi+0x1]
4657 00000000  DE6801            fisubr word [eax+0x1]
4658 00000000  DE6901            fisubr word [ecx+0x1]
4659 00000000  DE6A01            fisubr word [edx+0x1]
4660 00000000  DE6B01            fisubr word [ebx+0x1]
4661 00000000  DE6C0123          fisubr word [ecx+eax+0x23]
4662 00000000  DE6D01            fisubr word [ebp+0x1]
4663 00000000  DE6E01            fisubr word [esi+0x1]
4664 00000000  DE6F01            fisubr word [edi+0x1]
4665 00000000  DE7001            fidiv word [eax+0x1]
4666 00000000  DE7101            fidiv word [ecx+0x1]
4667 00000000  DE7201            fidiv word [edx+0x1]
4668 00000000  DE7301            fidiv word [ebx+0x1]
4669 00000000  DE740123          fidiv word [ecx+eax+0x23]
4670 00000000  DE7501            fidiv word [ebp+0x1]
4671 00000000  DE7601            fidiv word [esi+0x1]
4672 00000000  DE7701            fidiv word [edi+0x1]
4673 00000000  DE7801            fidivr word [eax+0x1]
4674 00000000  DE7901            fidivr word [ecx+0x1]
4675 00000000  DE7A01            fidivr word [edx+0x1]
4676 00000000  DE7B01            fidivr word [ebx+0x1]
4677 00000000  DE7C0123          fidivr word [ecx+eax+0x23]
4678 00000000  DE7D01            fidivr word [ebp+0x1]
4679 00000000  DE7E01            fidivr word [esi+0x1]
4680 00000000  DE7F01            fidivr word [edi+0x1]
4681 00000000  DE8001234567      fiadd word [eax+0x67452301]
4682 00000000  DE8101234567      fiadd word [ecx+0x67452301]
4683 00000000  DE8201234567      fiadd word [edx+0x67452301]
4684 00000000  DE8301234567      fiadd word [ebx+0x67452301]
4685 00000000  DE840123456789    fiadd word [ecx+eax-0x7698badd]
4686 00000000  DE8501234567      fiadd word [ebp+0x67452301]
4687 00000000  DE8601234567      fiadd word [esi+0x67452301]
4688 00000000  DE8701234567      fiadd word [edi+0x67452301]
4689 00000000  DE8801234567      fimul word [eax+0x67452301]
4690 00000000  DE8901234567      fimul word [ecx+0x67452301]
4691 00000000  DE8A01234567      fimul word [edx+0x67452301]
4692 00000000  DE8B01234567      fimul word [ebx+0x67452301]
4693 00000000  DE8C0123456789    fimul word [ecx+eax-0x7698badd]
4694 00000000  DE8D01234567      fimul word [ebp+0x67452301]
4695 00000000  DE8E01234567      fimul word [esi+0x67452301]
4696 00000000  DE8F01234567      fimul word [edi+0x67452301]
4697 00000000  DE9001234567      ficom word [eax+0x67452301]
4698 00000000  DE9101234567      ficom word [ecx+0x67452301]
4699 00000000  DE9201234567      ficom word [edx+0x67452301]
4700 00000000  DE9301234567      ficom word [ebx+0x67452301]
4701 00000000  DE940123456789    ficom word [ecx+eax-0x7698badd]
4702 00000000  DE9501234567      ficom word [ebp+0x67452301]
4703 00000000  DE9601234567      ficom word [esi+0x67452301]
4704 00000000  DE9701234567      ficom word [edi+0x67452301]
4705 00000000  DE9801234567      ficomp word [eax+0x67452301]
4706 00000000  DE9901234567      ficomp word [ecx+0x67452301]
4707 00000000  DE9A01234567      ficomp word [edx+0x67452301]
4708 00000000  DE9B01234567      ficomp word [ebx+0x67452301]
4709 00000000  DE9C0123456789    ficomp word [ecx+eax-0x7698badd]
4710 00000000  DE9D01234567      ficomp word [ebp+0x67452301]
4711 00000000  DE9E01234567      ficomp word [esi+0x67452301]
4712 00000000  DE9F01234567      ficomp word [edi+0x67452301]
4713 00000000  DEA001234567      fisub word [eax+0x67452301]
4714 00000000  DEA101234567      fisub word [ecx+0x67452301]
4715 00000000  DEA201234567      fisub word [edx+0x67452301]
4716 00000000  DEA301234567      fisub word [ebx+0x67452301]
4717 00000000  DEA40123456789    fisub word [ecx+eax-0x7698badd]
4718 00000000  DEA501234567      fisub word [ebp+0x67452301]
4719 00000000  DEA601234567      fisub word [esi+0x67452301]
4720 00000000  DEA701234567      fisub word [edi+0x67452301]
4721 00000000  DEA801234567      fisubr word [eax+0x67452301]
4722 00000000  DEA901234567      fisubr word [ecx+0x67452301]
4723 00000000  DEAA01234567      fisubr word [edx+0x67452301]
4724 00000000  DEAB01234567      fisubr word [ebx+0x67452301]
4725 00000000  DEAC0123456789    fisubr word [ecx+eax-0x7698badd]
4726 00000000  DEAD01234567      fisubr word [ebp+0x67452301]
4727 00000000  DEAE01234567      fisubr word [esi+0x67452301]
4728 00000000  DEAF01234567      fisubr word [edi+0x67452301]
4729 00000000  DEB001234567      fidiv word [eax+0x67452301]
4730 00000000  DEB101234567      fidiv word [ecx+0x67452301]
4731 00000000  DEB201234567      fidiv word [edx+0x67452301]
4732 00000000  DEB301234567      fidiv word [ebx+0x67452301]
4733 00000000  DEB40123456789    fidiv word [ecx+eax-0x7698badd]
4734 00000000  DEB501234567      fidiv word [ebp+0x67452301]
4735 00000000  DEB601234567      fidiv word [esi+0x67452301]
4736 00000000  DEB701234567      fidiv word [edi+0x67452301]
4737 00000000  DEB801234567      fidivr word [eax+0x67452301]
4738 00000000  DEB901234567      fidivr word [ecx+0x67452301]
4739 00000000  DEBA01234567      fidivr word [edx+0x67452301]
4740 00000000  DEBB01234567      fidivr word [ebx+0x67452301]
4741 00000000  DEBC0123456789    fidivr word [ecx+eax-0x7698badd]
4742 00000000  DEBD01234567      fidivr word [ebp+0x67452301]
4743 00000000  DEBE01234567      fidivr word [esi+0x67452301]
4744 00000000  DEBF01234567      fidivr word [edi+0x67452301]
4745 00000000  DEC0              faddp st0
4746 00000000  DEC1              faddp st1
4747 00000000  DEC2              faddp st2
4748 00000000  DEC3              faddp st3
4749 00000000  DEC4              faddp st4
4750 00000000  DEC5              faddp st5
4751 00000000  DEC6              faddp st6
4752 00000000  DEC7              faddp st7
4753 00000000  DEC8              fmulp st0
4754 00000000  DEC9              fmulp st1
4755 00000000  DECA              fmulp st2
4756 00000000  DECB              fmulp st3
4757 00000000  DECC              fmulp st4
4758 00000000  DECD              fmulp st5
4759 00000000  DECE              fmulp st6
4760 00000000  DECF              fmulp st7
4761 illegal_opcode
4762 illegal_opcode
4763 illegal_opcode
4764 illegal_opcode
4765 illegal_opcode
4766 illegal_opcode
4767 illegal_opcode
4768 illegal_opcode
4769 illegal_opcode
4770 00000000  DED9              fcompp
4771 illegal_opcode
4772 illegal_opcode
4773 illegal_opcode
4774 illegal_opcode
4775 illegal_opcode
4776 illegal_opcode
4777 00000000  DEE0              fsubrp st0
4778 00000000  DEE1              fsubrp st1
4779 00000000  DEE2              fsubrp st2
4780 00000000  DEE3              fsubrp st3
4781 00000000  DEE4              fsubrp st4
4782 00000000  DEE5              fsubrp st5
4783 00000000  DEE6              fsubrp st6
4784 00000000  DEE7              fsubrp st7
4785 00000000  DEE8              fsubp st0
4786 00000000  DEE9              fsubp st1
4787 00000000  DEEA              fsubp st2
4788 00000000  DEEB              fsubp st3
4789 00000000  DEEC              fsubp st4
4790 00000000  DEED              fsubp st5
4791 00000000  DEEE              fsubp st6
4792 00000000  DEEF              fsubp st7
4793 00000000  DEF0              fdivrp st0
4794 00000000  DEF1              fdivrp st1
4795 00000000  DEF2              fdivrp st2
4796 00000000  DEF3              fdivrp st3
4797 00000000  DEF4              fdivrp st4
4798 00000000  DEF5              fdivrp st5
4799 00000000  DEF6              fdivrp st6
4800 00000000  DEF7              fdivrp st7
4801 00000000  DEF8              fdivp st0
4802 00000000  DEF9              fdivp st1
4803 00000000  DEFA              fdivp st2
4804 00000000  DEFB              fdivp st3
4805 00000000  DEFC              fdivp st4
4806 00000000  DEFD              fdivp st5
4807 00000000  DEFE              fdivp st6
4808 00000000  DEFF              fdivp st7
4809
4810 opcode df
4811 00000000  DF00              fild word [eax]
4812 00000000  DF01              fild word [ecx]
4813 00000000  DF02              fild word [edx]
4814 00000000  DF03              fild word [ebx]
4815 00000000  DF0401            fild word [ecx+eax]
4816 00000000  DF0501234567      fild word [dword 0x67452301]
4817 00000000  DF06              fild word [esi]
4818 00000000  DF07              fild word [edi]
4819 illegal_opcode
4820 illegal_opcode
4821 illegal_opcode
4822 illegal_opcode
4823 illegal_opcode
4824 illegal_opcode
4825 illegal_opcode
4826 illegal_opcode
4827 00000000  DF10              fist word [eax]
4828 00000000  DF11              fist word [ecx]
4829 00000000  DF12              fist word [edx]
4830 00000000  DF13              fist word [ebx]
4831 00000000  DF1401            fist word [ecx+eax]
4832 00000000  DF1501234567      fist word [dword 0x67452301]
4833 00000000  DF16              fist word [esi]
4834 00000000  DF17              fist word [edi]
4835 00000000  DF18              fistp word [eax]
4836 00000000  DF19              fistp word [ecx]
4837 00000000  DF1A              fistp word [edx]
4838 00000000  DF1B              fistp word [ebx]
4839 00000000  DF1C01            fistp word [ecx+eax]
4840 00000000  DF1D01234567      fistp word [dword 0x67452301]
4841 00000000  DF1E              fistp word [esi]
4842 00000000  DF1F              fistp word [edi]
4843 00000000  DF20              fbld tword [eax]
4844 00000000  DF21              fbld tword [ecx]
4845 00000000  DF22              fbld tword [edx]
4846 00000000  DF23              fbld tword [ebx]
4847 00000000  DF2401            fbld tword [ecx+eax]
4848 00000000  DF2501234567      fbld tword [dword 0x67452301]
4849 00000000  DF26              fbld tword [esi]
4850 00000000  DF27              fbld tword [edi]
4851 00000000  DF28              fild qword [eax]
4852 00000000  DF29              fild qword [ecx]
4853 00000000  DF2A              fild qword [edx]
4854 00000000  DF2B              fild qword [ebx]
4855 00000000  DF2C01            fild qword [ecx+eax]
4856 00000000  DF2D01234567      fild qword [dword 0x67452301]
4857 00000000  DF2E              fild qword [esi]
4858 00000000  DF2F              fild qword [edi]
4859 00000000  DF30              fbstp tword [eax]
4860 00000000  DF31              fbstp tword [ecx]
4861 00000000  DF32              fbstp tword [edx]
4862 00000000  DF33              fbstp tword [ebx]
4863 00000000  DF3401            fbstp tword [ecx+eax]
4864 00000000  DF3501234567      fbstp tword [dword 0x67452301]
4865 00000000  DF36              fbstp tword [esi]
4866 00000000  DF37              fbstp tword [edi]
4867 00000000  DF38              fistp qword [eax]
4868 00000000  DF39              fistp qword [ecx]
4869 00000000  DF3A              fistp qword [edx]
4870 00000000  DF3B              fistp qword [ebx]
4871 00000000  DF3C01            fistp qword [ecx+eax]
4872 00000000  DF3D01234567      fistp qword [dword 0x67452301]
4873 00000000  DF3E              fistp qword [esi]
4874 00000000  DF3F              fistp qword [edi]
4875 00000000  DF4001            fild word [eax+0x1]
4876 00000000  DF4101            fild word [ecx+0x1]
4877 00000000  DF4201            fild word [edx+0x1]
4878 00000000  DF4301            fild word [ebx+0x1]
4879 00000000  DF440123          fild word [ecx+eax+0x23]
4880 00000000  DF4501            fild word [ebp+0x1]
4881 00000000  DF4601            fild word [esi+0x1]
4882 00000000  DF4701            fild word [edi+0x1]
4883 illegal_opcode
4884 illegal_opcode
4885 illegal_opcode
4886 illegal_opcode
4887 illegal_opcode
4888 illegal_opcode
4889 illegal_opcode
4890 illegal_opcode
4891 00000000  DF5001            fist word [eax+0x1]
4892 00000000  DF5101            fist word [ecx+0x1]
4893 00000000  DF5201            fist word [edx+0x1]
4894 00000000  DF5301            fist word [ebx+0x1]
4895 00000000  DF540123          fist word [ecx+eax+0x23]
4896 00000000  DF5501            fist word [ebp+0x1]
4897 00000000  DF5601            fist word [esi+0x1]
4898 00000000  DF5701            fist word [edi+0x1]
4899 00000000  DF5801            fistp word [eax+0x1]
4900 00000000  DF5901            fistp word [ecx+0x1]
4901 00000000  DF5A01            fistp word [edx+0x1]
4902 00000000  DF5B01            fistp word [ebx+0x1]
4903 00000000  DF5C0123          fistp word [ecx+eax+0x23]
4904 00000000  DF5D01            fistp word [ebp+0x1]
4905 00000000  DF5E01            fistp word [esi+0x1]
4906 00000000  DF5F01            fistp word [edi+0x1]
4907 00000000  DF6001            fbld tword [eax+0x1]
4908 00000000  DF6101            fbld tword [ecx+0x1]
4909 00000000  DF6201            fbld tword [edx+0x1]
4910 00000000  DF6301            fbld tword [ebx+0x1]
4911 00000000  DF640123          fbld tword [ecx+eax+0x23]
4912 00000000  DF6501            fbld tword [ebp+0x1]
4913 00000000  DF6601            fbld tword [esi+0x1]
4914 00000000  DF6701            fbld tword [edi+0x1]
4915 00000000  DF6801            fild qword [eax+0x1]
4916 00000000  DF6901            fild qword [ecx+0x1]
4917 00000000  DF6A01            fild qword [edx+0x1]
4918 00000000  DF6B01            fild qword [ebx+0x1]
4919 00000000  DF6C0123          fild qword [ecx+eax+0x23]
4920 00000000  DF6D01            fild qword [ebp+0x1]
4921 00000000  DF6E01            fild qword [esi+0x1]
4922 00000000  DF6F01            fild qword [edi+0x1]
4923 00000000  DF7001            fbstp tword [eax+0x1]
4924 00000000  DF7101            fbstp tword [ecx+0x1]
4925 00000000  DF7201            fbstp tword [edx+0x1]
4926 00000000  DF7301            fbstp tword [ebx+0x1]
4927 00000000  DF740123          fbstp tword [ecx+eax+0x23]
4928 00000000  DF7501            fbstp tword [ebp+0x1]
4929 00000000  DF7601            fbstp tword [esi+0x1]
4930 00000000  DF7701            fbstp tword [edi+0x1]
4931 00000000  DF7801            fistp qword [eax+0x1]
4932 00000000  DF7901            fistp qword [ecx+0x1]
4933 00000000  DF7A01            fistp qword [edx+0x1]
4934 00000000  DF7B01            fistp qword [ebx+0x1]
4935 00000000  DF7C0123          fistp qword [ecx+eax+0x23]
4936 00000000  DF7D01            fistp qword [ebp+0x1]
4937 00000000  DF7E01            fistp qword [esi+0x1]
4938 00000000  DF7F01            fistp qword [edi+0x1]
4939 00000000  DF8001234567      fild word [eax+0x67452301]
4940 00000000  DF8101234567      fild word [ecx+0x67452301]
4941 00000000  DF8201234567      fild word [edx+0x67452301]
4942 00000000  DF8301234567      fild word [ebx+0x67452301]
4943 00000000  DF840123456789    fild word [ecx+eax-0x7698badd]
4944 00000000  DF8501234567      fild word [ebp+0x67452301]
4945 00000000  DF8601234567      fild word [esi+0x67452301]
4946 00000000  DF8701234567      fild word [edi+0x67452301]
4947 illegal_opcode
4948 illegal_opcode
4949 illegal_opcode
4950 illegal_opcode
4951 illegal_opcode
4952 illegal_opcode
4953 illegal_opcode
4954 illegal_opcode
4955 00000000  DF9001234567      fist word [eax+0x67452301]
4956 00000000  DF9101234567      fist word [ecx+0x67452301]
4957 00000000  DF9201234567      fist word [edx+0x67452301]
4958 00000000  DF9301234567      fist word [ebx+0x67452301]
4959 00000000  DF940123456789    fist word [ecx+eax-0x7698badd]
4960 00000000  DF9501234567      fist word [ebp+0x67452301]
4961 00000000  DF9601234567      fist word [esi+0x67452301]
4962 00000000  DF9701234567      fist word [edi+0x67452301]
4963 00000000  DF9801234567      fistp word [eax+0x67452301]
4964 00000000  DF9901234567      fistp word [ecx+0x67452301]
4965 00000000  DF9A01234567      fistp word [edx+0x67452301]
4966 00000000  DF9B01234567      fistp word [ebx+0x67452301]
4967 00000000  DF9C0123456789    fistp word [ecx+eax-0x7698badd]
4968 00000000  DF9D01234567      fistp word [ebp+0x67452301]
4969 00000000  DF9E01234567      fistp word [esi+0x67452301]
4970 00000000  DF9F01234567      fistp word [edi+0x67452301]
4971 00000000  DFA001234567      fbld tword [eax+0x67452301]
4972 00000000  DFA101234567      fbld tword [ecx+0x67452301]
4973 00000000  DFA201234567      fbld tword [edx+0x67452301]
4974 00000000  DFA301234567      fbld tword [ebx+0x67452301]
4975 00000000  DFA40123456789    fbld tword [ecx+eax-0x7698badd]
4976 00000000  DFA501234567      fbld tword [ebp+0x67452301]
4977 00000000  DFA601234567      fbld tword [esi+0x67452301]
4978 00000000  DFA701234567      fbld tword [edi+0x67452301]
4979 00000000  DFA801234567      fild qword [eax+0x67452301]
4980 00000000  DFA901234567      fild qword [ecx+0x67452301]
4981 00000000  DFAA01234567      fild qword [edx+0x67452301]
4982 00000000  DFAB01234567      fild qword [ebx+0x67452301]
4983 00000000  DFAC0123456789    fild qword [ecx+eax-0x7698badd]
4984 00000000  DFAD01234567      fild qword [ebp+0x67452301]
4985 00000000  DFAE01234567      fild qword [esi+0x67452301]
4986 00000000  DFAF01234567      fild qword [edi+0x67452301]
4987 00000000  DFB001234567      fbstp tword [eax+0x67452301]
4988 00000000  DFB101234567      fbstp tword [ecx+0x67452301]
4989 00000000  DFB201234567      fbstp tword [edx+0x67452301]
4990 00000000  DFB301234567      fbstp tword [ebx+0x67452301]
4991 00000000  DFB40123456789    fbstp tword [ecx+eax-0x7698badd]
4992 00000000  DFB501234567      fbstp tword [ebp+0x67452301]
4993 00000000  DFB601234567      fbstp tword [esi+0x67452301]
4994 00000000  DFB701234567      fbstp tword [edi+0x67452301]
4995 00000000  DFB801234567      fistp qword [eax+0x67452301]
4996 00000000  DFB901234567      fistp qword [ecx+0x67452301]
4997 00000000  DFBA01234567      fistp qword [edx+0x67452301]
4998 00000000  DFBB01234567      fistp qword [ebx+0x67452301]
4999 00000000  DFBC0123456789    fistp qword [ecx+eax-0x7698badd]
5000 00000000  DFBD01234567      fistp qword [ebp+0x67452301]
5001 00000000  DFBE01234567      fistp qword [esi+0x67452301]
5002 00000000  DFBF01234567      fistp qword [edi+0x67452301]
5003 00000000  DFC0              ffreep st0
5004 00000000  DFC1              ffreep st1
5005 00000000  DFC2              ffreep st2
5006 00000000  DFC3              ffreep st3
5007 00000000  DFC4              ffreep st4
5008 00000000  DFC5              ffreep st5
5009 00000000  DFC6              ffreep st6
5010 00000000  DFC7              ffreep st7
5011 illegal_opcode
5012 illegal_opcode
5013 illegal_opcode
5014 illegal_opcode
5015 illegal_opcode
5016 illegal_opcode
5017 illegal_opcode
5018 illegal_opcode
5019 illegal_opcode
5020 illegal_opcode
5021 illegal_opcode
5022 illegal_opcode
5023 illegal_opcode
5024 illegal_opcode
5025 illegal_opcode
5026 illegal_opcode
5027 illegal_opcode
5028 illegal_opcode
5029 illegal_opcode
5030 illegal_opcode
5031 illegal_opcode
5032 illegal_opcode
5033 illegal_opcode
5034 illegal_opcode
5035 00000000  DFE0              fnstsw ax
5036 illegal_opcode
5037 illegal_opcode
5038 illegal_opcode
5039 illegal_opcode
5040 illegal_opcode
5041 illegal_opcode
5042 illegal_opcode
5043 illegal_opcode
5044 illegal_opcode
5045 illegal_opcode
5046 illegal_opcode
5047 illegal_opcode
5048 illegal_opcode
5049 illegal_opcode
5050 illegal_opcode
5051 illegal_opcode
5052 illegal_opcode
5053 illegal_opcode
5054 illegal_opcode
5055 illegal_opcode
5056 illegal_opcode
5057 illegal_opcode
5058 illegal_opcode
5059 illegal_opcode
5060 illegal_opcode
5061 illegal_opcode
5062 illegal_opcode
5063 illegal_opcode
5064 illegal_opcode
5065 illegal_opcode
5066 illegal_opcode
5067
5068 opcode e0
5069 00000000  E000              loopne 0x2
5070 00000000  E008              loopne 0xa
5071 00000000  E010              loopne 0x12
5072 00000000  E018              loopne 0x1a
5073 00000000  E020              loopne 0x22
5074 00000000  E028              loopne 0x2a
5075 00000000  E030              loopne 0x32
5076 00000000  E038              loopne 0x3a
5077
5078 opcode e1
5079 00000000  E100              loope 0x2
5080 00000000  E108              loope 0xa
5081 00000000  E110              loope 0x12
5082 00000000  E118              loope 0x1a
5083 00000000  E120              loope 0x22
5084 00000000  E128              loope 0x2a
5085 00000000  E130              loope 0x32
5086 00000000  E138              loope 0x3a
5087
5088 opcode e2
5089 00000000  E200              loop 0x2
5090 00000000  E208              loop 0xa
5091 00000000  E210              loop 0x12
5092 00000000  E218              loop 0x1a
5093 00000000  E220              loop 0x22
5094 00000000  E228              loop 0x2a
5095 00000000  E230              loop 0x32
5096 00000000  E238              loop 0x3a
5097
5098 opcode e3
5099 00000000  E300              jecxz 0x2
5100 00000000  E308              jecxz 0xa
5101 00000000  E310              jecxz 0x12
5102 00000000  E318              jecxz 0x1a
5103 00000000  E320              jecxz 0x22
5104 00000000  E328              jecxz 0x2a
5105 00000000  E330              jecxz 0x32
5106 00000000  E338              jecxz 0x3a
5107
5108 opcode e4
5109 00000000  E400              in al,0x0
5110 00000000  E408              in al,0x8
5111 00000000  E410              in al,0x10
5112 00000000  E418              in al,0x18
5113 00000000  E420              in al,0x20
5114 00000000  E428              in al,0x28
5115 00000000  E430              in al,0x30
5116 00000000  E438              in al,0x38
5117
5118 opcode e5
5119 00000000  E500              in eax,0x0
5120 00000000  E508              in eax,0x8
5121 00000000  E510              in eax,0x10
5122 00000000  E518              in eax,0x18
5123 00000000  E520              in eax,0x20
5124 00000000  E528              in eax,0x28
5125 00000000  E530              in eax,0x30
5126 00000000  E538              in eax,0x38
5127
5128 opcode e6
5129 00000000  E600              out 0x0,al
5130 00000000  E608              out 0x8,al
5131 00000000  E610              out 0x10,al
5132 00000000  E618              out 0x18,al
5133 00000000  E620              out 0x20,al
5134 00000000  E628              out 0x28,al
5135 00000000  E630              out 0x30,al
5136 00000000  E638              out 0x38,al
5137
5138 opcode e7
5139 00000000  E700              out 0x0,eax
5140 00000000  E708              out 0x8,eax
5141 00000000  E710              out 0x10,eax
5142 00000000  E718              out 0x18,eax
5143 00000000  E720              out 0x20,eax
5144 00000000  E728              out 0x28,eax
5145 00000000  E730              out 0x30,eax
5146 00000000  E738              out 0x38,eax
5147
5148 opcode e8
5149 00000000  E800012345        call 0x45230105
5150 00000000  E808012345        call 0x4523010d
5151 00000000  E810012345        call 0x45230115
5152 00000000  E818012345        call 0x4523011d
5153 00000000  E820012345        call 0x45230125
5154 00000000  E828012345        call 0x4523012d
5155 00000000  E830012345        call 0x45230135
5156 00000000  E838012345        call 0x4523013d
5157
5158 opcode e9
5159 00000000  E900012345        jmp 0x45230105
5160 00000000  E908012345        jmp 0x4523010d
5161 00000000  E910012345        jmp 0x45230115
5162 00000000  E918012345        jmp 0x4523011d
5163 00000000  E920012345        jmp 0x45230125
5164 00000000  E928012345        jmp 0x4523012d
5165 00000000  E930012345        jmp 0x45230135
5166 00000000  E938012345        jmp 0x4523013d
5167
5168 opcode ea
5169 00000000  EA000123456789    jmp 0x8967:0x45230100
5170 00000000  EA080123456789    jmp 0x8967:0x45230108
5171 00000000  EA100123456789    jmp 0x8967:0x45230110
5172 00000000  EA180123456789    jmp 0x8967:0x45230118
5173 00000000  EA200123456789    jmp 0x8967:0x45230120
5174 00000000  EA280123456789    jmp 0x8967:0x45230128
5175 00000000  EA300123456789    jmp 0x8967:0x45230130
5176 00000000  EA380123456789    jmp 0x8967:0x45230138
5177
5178 opcode eb
5179 00000000  EB00              jmp short 0x2
5180 00000000  EB08              jmp short 0xa
5181 00000000  EB10              jmp short 0x12
5182 00000000  EB18              jmp short 0x1a
5183 00000000  EB20              jmp short 0x22
5184 00000000  EB28              jmp short 0x2a
5185 00000000  EB30              jmp short 0x32
5186 00000000  EB38              jmp short 0x3a
5187
5188 opcode ec
5189 00000000  EC                in al,dx
5190 00000000  EC                in al,dx
5191 00000000  EC                in al,dx
5192 00000000  EC                in al,dx
5193 00000000  EC                in al,dx
5194 00000000  EC                in al,dx
5195 00000000  EC                in al,dx
5196 00000000  EC                in al,dx
5197
5198 opcode ed
5199 00000000  ED                in eax,dx
5200 00000000  ED                in eax,dx
5201 00000000  ED                in eax,dx
5202 00000000  ED                in eax,dx
5203 00000000  ED                in eax,dx
5204 00000000  ED                in eax,dx
5205 00000000  ED                in eax,dx
5206 00000000  ED                in eax,dx
5207
5208 opcode ee
5209 00000000  EE                out dx,al
5210 00000000  EE                out dx,al
5211 00000000  EE                out dx,al
5212 00000000  EE                out dx,al
5213 00000000  EE                out dx,al
5214 00000000  EE                out dx,al
5215 00000000  EE                out dx,al
5216 00000000  EE                out dx,al
5217
5218 opcode ef
5219 00000000  EF                out dx,eax
5220 00000000  EF                out dx,eax
5221 00000000  EF                out dx,eax
5222 00000000  EF                out dx,eax
5223 00000000  EF                out dx,eax
5224 00000000  EF                out dx,eax
5225 00000000  EF                out dx,eax
5226 00000000  EF                out dx,eax
5227
5228 opcode f0
5229 00000000  F00001            lock add [ecx],al
5230 00000000  F00801            lock or [ecx],al
5231 00000000  F01001            lock adc [ecx],al
5232 00000000  F01801            lock sbb [ecx],al
5233 00000000  F02001            lock and [ecx],al
5234 00000000  F02801            lock sub [ecx],al
5235 00000000  F03001            lock xor [ecx],al
5236 00000000  F03801            lock cmp [ecx],al
5237
5238 opcode f1
5239 00000000  F1                int1
5240 00000000  F1                int1
5241 00000000  F1                int1
5242 00000000  F1                int1
5243 00000000  F1                int1
5244 00000000  F1                int1
5245 00000000  F1                int1
5246 00000000  F1                int1
5247
5248 opcode f2
5249 00000000  F20001            repne add [ecx],al
5250 00000000  F20801            repne or [ecx],al
5251 00000000  F21001            repne adc [ecx],al
5252 00000000  F21801            repne sbb [ecx],al
5253 00000000  F22001            repne and [ecx],al
5254 00000000  F22801            repne sub [ecx],al
5255 00000000  F23001            repne xor [ecx],al
5256 00000000  F23801            repne cmp [ecx],al
5257
5258 opcode f3
5259 00000000  F30001            rep add [ecx],al
5260 00000000  F30801            rep or [ecx],al
5261 00000000  F31001            rep adc [ecx],al
5262 00000000  F31801            rep sbb [ecx],al
5263 00000000  F32001            rep and [ecx],al
5264 00000000  F32801            rep sub [ecx],al
5265 00000000  F33001            rep xor [ecx],al
5266 00000000  F33801            rep cmp [ecx],al
5267
5268 opcode f4
5269 00000000  F4                hlt
5270 00000000  F4                hlt
5271 00000000  F4                hlt
5272 00000000  F4                hlt
5273 00000000  F4                hlt
5274 00000000  F4                hlt
5275 00000000  F4                hlt
5276 00000000  F4                hlt
5277
5278 opcode f5
5279 00000000  F5                cmc
5280 00000000  F5                cmc
5281 00000000  F5                cmc
5282 00000000  F5                cmc
5283 00000000  F5                cmc
5284 00000000  F5                cmc
5285 00000000  F5                cmc
5286 00000000  F5                cmc
5287
5288 opcode f6
5289 00000000  F60001            test byte [eax],0x1
5290 illegal_opcode
5291 00000000  F610              not byte [eax]
5292 00000000  F618              neg byte [eax]
5293 00000000  F620              mul byte [eax]
5294 00000000  F628              imul byte [eax]
5295 00000000  F630              div byte [eax]
5296 00000000  F638              idiv byte [eax]
5297
5298 opcode f7
5299 00000000  F70001234567      test dword [eax],0x67452301
5300 illegal_opcode
5301 00000000  F710              not dword [eax]
5302 00000000  F718              neg dword [eax]
5303 00000000  F720              mul dword [eax]
5304 00000000  F728              imul dword [eax]
5305 00000000  F730              div dword [eax]
5306 00000000  F738              idiv dword [eax]
5307
5308 opcode f8
5309 00000000  F8                clc
5310 00000000  F8                clc
5311 00000000  F8                clc
5312 00000000  F8                clc
5313 00000000  F8                clc
5314 00000000  F8                clc
5315 00000000  F8                clc
5316 00000000  F8                clc
5317
5318 opcode f9
5319 00000000  F9                stc
5320 00000000  F9                stc
5321 00000000  F9                stc
5322 00000000  F9                stc
5323 00000000  F9                stc
5324 00000000  F9                stc
5325 00000000  F9                stc
5326 00000000  F9                stc
5327
5328 opcode fa
5329 00000000  FA                cli
5330 00000000  FA                cli
5331 00000000  FA                cli
5332 00000000  FA                cli
5333 00000000  FA                cli
5334 00000000  FA                cli
5335 00000000  FA                cli
5336 00000000  FA                cli
5337
5338 opcode fb
5339 00000000  FB                sti
5340 00000000  FB                sti
5341 00000000  FB                sti
5342 00000000  FB                sti
5343 00000000  FB                sti
5344 00000000  FB                sti
5345 00000000  FB                sti
5346 00000000  FB                sti
5347
5348 opcode fc
5349 00000000  FC                cld
5350 00000000  FC                cld
5351 00000000  FC                cld
5352 00000000  FC                cld
5353 00000000  FC                cld
5354 00000000  FC                cld
5355 00000000  FC                cld
5356 00000000  FC                cld
5357
5358 opcode fd
5359 00000000  FD                std
5360 00000000  FD                std
5361 00000000  FD                std
5362 00000000  FD                std
5363 00000000  FD                std
5364 00000000  FD                std
5365 00000000  FD                std
5366 00000000  FD                std
5367
5368 opcode fe
5369 00000000  FE00              inc byte [eax]
5370 00000000  FE08              dec byte [eax]
5371 illegal_opcode
5372 illegal_opcode
5373 illegal_opcode
5374 illegal_opcode
5375 illegal_opcode
5376 illegal_opcode
5377
5378 opcode ff
5379 00000000  FF00              inc dword [eax]
5380 00000000  FF08              dec dword [eax]
5381 00000000  FF10              call [eax]
5382 00000000  FF18              call far [eax]
5383 00000000  FF20              jmp [eax]
5384 00000000  FF28              jmp far [eax]
5385 00000000  FF30              push dword [eax]
5386 illegal_opcode
5387
5388
5389 opcodes 0f
5390 opcode 0f 00
5391 00000000  0F0000            sldt [eax]
5392 00000000  0F0008            str [eax]
5393 00000000  0F0010            lldt [eax]
5394 00000000  0F0018            ltr [eax]
5395 00000000  0F0020            verr [eax]
5396 00000000  0F0028            verw [eax]
5397 illegal_opcode
5398 illegal_opcode
5399
5400 opcode 0f 01
5401 00000000  0F0100            sgdt [eax]
5402 00000000  0F0108            sidt [eax]
5403 00000000  0F0110            lgdt [eax]
5404 00000000  0F0118            lidt [eax]
5405 00000000  0F0120            smsw [eax]
5406 illegal_opcode
5407 00000000  0F0130            lmsw [eax]
5408 illegal_opcode
5409
5410 opcode 0f 02
5411 00000000  0F0200            lar eax,[eax]
5412 00000000  0F0208            lar ecx,[eax]
5413 00000000  0F0210            lar edx,[eax]
5414 00000000  0F0218            lar ebx,[eax]
5415 00000000  0F0220            lar esp,[eax]
5416 00000000  0F0228            lar ebp,[eax]
5417 00000000  0F0230            lar esi,[eax]
5418 00000000  0F0238            lar edi,[eax]
5419
5420 opcode 0f 03
5421 00000000  0F0300            lsl eax,[eax]
5422 00000000  0F0308            lsl ecx,[eax]
5423 00000000  0F0310            lsl edx,[eax]
5424 00000000  0F0318            lsl ebx,[eax]
5425 00000000  0F0320            lsl esp,[eax]
5426 00000000  0F0328            lsl ebp,[eax]
5427 00000000  0F0330            lsl esi,[eax]
5428 00000000  0F0338            lsl edi,[eax]
5429
5430 opcode 0f 04
5431 illegal_opcode
5432 illegal_opcode
5433 illegal_opcode
5434 illegal_opcode
5435 illegal_opcode
5436 illegal_opcode
5437 illegal_opcode
5438 illegal_opcode
5439
5440 opcode 0f 05
5441 illegal_opcode
5442 illegal_opcode
5443 illegal_opcode
5444 illegal_opcode
5445 illegal_opcode
5446 illegal_opcode
5447 illegal_opcode
5448 illegal_opcode
5449
5450 opcode 0f 06
5451 00000000  0F06              clts
5452 00000000  0F06              clts
5453 00000000  0F06              clts
5454 00000000  0F06              clts
5455 00000000  0F06              clts
5456 00000000  0F06              clts
5457 00000000  0F06              clts
5458 00000000  0F06              clts
5459
5460 opcode 0f 07
5461 illegal_opcode
5462 illegal_opcode
5463 illegal_opcode
5464 illegal_opcode
5465 illegal_opcode
5466 illegal_opcode
5467 illegal_opcode
5468 illegal_opcode
5469
5470 opcode 0f 08
5471 illegal_opcode
5472 illegal_opcode
5473 illegal_opcode
5474 illegal_opcode
5475 illegal_opcode
5476 illegal_opcode
5477 illegal_opcode
5478 illegal_opcode
5479
5480 opcode 0f 09
5481 illegal_opcode
5482 illegal_opcode
5483 illegal_opcode
5484 illegal_opcode
5485 illegal_opcode
5486 illegal_opcode
5487 illegal_opcode
5488 illegal_opcode
5489
5490 opcode 0f 0a
5491 illegal_opcode
5492 illegal_opcode
5493 illegal_opcode
5494 illegal_opcode
5495 illegal_opcode
5496 illegal_opcode
5497 illegal_opcode
5498 illegal_opcode
5499
5500 opcode 0f 0b
5501 00000000  0F0B              ud2
5502 00000000  0F0B              ud2
5503 00000000  0F0B              ud2
5504 00000000  0F0B              ud2
5505 00000000  0F0B              ud2
5506 00000000  0F0B              ud2
5507 00000000  0F0B              ud2
5508 00000000  0F0B              ud2
5509
5510 opcode 0f 0c
5511 illegal_opcode
5512 illegal_opcode
5513 illegal_opcode
5514 illegal_opcode
5515 illegal_opcode
5516 illegal_opcode
5517 illegal_opcode
5518 illegal_opcode
5519
5520 opcode 0f 0d
5521 illegal_opcode
5522 illegal_opcode
5523 illegal_opcode
5524 illegal_opcode
5525 illegal_opcode
5526 illegal_opcode
5527 illegal_opcode
5528 illegal_opcode
5529
5530 opcode 0f 0e
5531 illegal_opcode
5532 illegal_opcode
5533 illegal_opcode
5534 illegal_opcode
5535 illegal_opcode
5536 illegal_opcode
5537 illegal_opcode
5538 illegal_opcode
5539
5540 opcode 0f 0f
5541 illegal_opcode
5542 illegal_opcode
5543 illegal_opcode
5544 illegal_opcode
5545 illegal_opcode
5546 illegal_opcode
5547 illegal_opcode
5548 illegal_opcode
5549
5550 opcode 0f 10
5551 illegal_opcode
5552 illegal_opcode
5553 illegal_opcode
5554 illegal_opcode
5555 illegal_opcode
5556 illegal_opcode
5557 illegal_opcode
5558 illegal_opcode
5559
5560 opcode 0f 11
5561 illegal_opcode
5562 illegal_opcode
5563 illegal_opcode
5564 illegal_opcode
5565 illegal_opcode
5566 illegal_opcode
5567 illegal_opcode
5568 illegal_opcode
5569
5570 opcode 0f 12
5571 illegal_opcode
5572 illegal_opcode
5573 illegal_opcode
5574 illegal_opcode
5575 illegal_opcode
5576 illegal_opcode
5577 illegal_opcode
5578 illegal_opcode
5579
5580 opcode 0f 13
5581 illegal_opcode
5582 illegal_opcode
5583 illegal_opcode
5584 illegal_opcode
5585 illegal_opcode
5586 illegal_opcode
5587 illegal_opcode
5588 illegal_opcode
5589
5590 opcode 0f 14
5591 illegal_opcode
5592 illegal_opcode
5593 illegal_opcode
5594 illegal_opcode
5595 illegal_opcode
5596 illegal_opcode
5597 illegal_opcode
5598 illegal_opcode
5599
5600 opcode 0f 15
5601 illegal_opcode
5602 illegal_opcode
5603 illegal_opcode
5604 illegal_opcode
5605 illegal_opcode
5606 illegal_opcode
5607 illegal_opcode
5608 illegal_opcode
5609
5610 opcode 0f 16
5611 illegal_opcode
5612 illegal_opcode
5613 illegal_opcode
5614 illegal_opcode
5615 illegal_opcode
5616 illegal_opcode
5617 illegal_opcode
5618 illegal_opcode
5619
5620 opcode 0f 17
5621 illegal_opcode
5622 illegal_opcode
5623 illegal_opcode
5624 illegal_opcode
5625 illegal_opcode
5626 illegal_opcode
5627 illegal_opcode
5628 illegal_opcode
5629
5630 opcode 0f 18
5631 illegal_opcode
5632 illegal_opcode
5633 illegal_opcode
5634 illegal_opcode
5635 illegal_opcode
5636 illegal_opcode
5637 illegal_opcode
5638 illegal_opcode
5639
5640 opcode 0f 19
5641 illegal_opcode
5642 illegal_opcode
5643 illegal_opcode
5644 illegal_opcode
5645 illegal_opcode
5646 illegal_opcode
5647 illegal_opcode
5648 illegal_opcode
5649
5650 opcode 0f 1a
5651 illegal_opcode
5652 illegal_opcode
5653 illegal_opcode
5654 illegal_opcode
5655 illegal_opcode
5656 illegal_opcode
5657 illegal_opcode
5658 illegal_opcode
5659
5660 opcode 0f 1b
5661 illegal_opcode
5662 illegal_opcode
5663 illegal_opcode
5664 illegal_opcode
5665 illegal_opcode
5666 illegal_opcode
5667 illegal_opcode
5668 illegal_opcode
5669
5670 opcode 0f 1c
5671 illegal_opcode
5672 illegal_opcode
5673 illegal_opcode
5674 illegal_opcode
5675 illegal_opcode
5676 illegal_opcode
5677 illegal_opcode
5678 illegal_opcode
5679
5680 opcode 0f 1d
5681 illegal_opcode
5682 illegal_opcode
5683 illegal_opcode
5684 illegal_opcode
5685 illegal_opcode
5686 illegal_opcode
5687 illegal_opcode
5688 illegal_opcode
5689
5690 opcode 0f 1e
5691 illegal_opcode
5692 illegal_opcode
5693 illegal_opcode
5694 illegal_opcode
5695 illegal_opcode
5696 illegal_opcode
5697 illegal_opcode
5698 illegal_opcode
5699
5700 opcode 0f 1f
5701 illegal_opcode
5702 illegal_opcode
5703 illegal_opcode
5704 illegal_opcode
5705 illegal_opcode
5706 illegal_opcode
5707 illegal_opcode
5708 illegal_opcode
5709
5710 opcode 0f 20
5711 illegal_opcode
5712 illegal_opcode
5713 illegal_opcode
5714 illegal_opcode
5715 illegal_opcode
5716 illegal_opcode
5717 illegal_opcode
5718 illegal_opcode
5719
5720 opcode 0f 21
5721 illegal_opcode
5722 illegal_opcode
5723 illegal_opcode
5724 illegal_opcode
5725 illegal_opcode
5726 illegal_opcode
5727 illegal_opcode
5728 illegal_opcode
5729
5730 opcode 0f 22
5731 illegal_opcode
5732 illegal_opcode
5733 illegal_opcode
5734 illegal_opcode
5735 illegal_opcode
5736 illegal_opcode
5737 illegal_opcode
5738 illegal_opcode
5739
5740 opcode 0f 23
5741 illegal_opcode
5742 illegal_opcode
5743 illegal_opcode
5744 illegal_opcode
5745 illegal_opcode
5746 illegal_opcode
5747 illegal_opcode
5748 illegal_opcode
5749
5750 opcode 0f 24
5751 illegal_opcode
5752 illegal_opcode
5753 illegal_opcode
5754 illegal_opcode
5755 illegal_opcode
5756 illegal_opcode
5757 illegal_opcode
5758 illegal_opcode
5759
5760 opcode 0f 25
5761 illegal_opcode
5762 illegal_opcode
5763 illegal_opcode
5764 illegal_opcode
5765 illegal_opcode
5766 illegal_opcode
5767 illegal_opcode
5768 illegal_opcode
5769
5770 opcode 0f 26
5771 illegal_opcode
5772 illegal_opcode
5773 illegal_opcode
5774 illegal_opcode
5775 illegal_opcode
5776 illegal_opcode
5777 illegal_opcode
5778 illegal_opcode
5779
5780 opcode 0f 27
5781 illegal_opcode
5782 illegal_opcode
5783 illegal_opcode
5784 illegal_opcode
5785 illegal_opcode
5786 illegal_opcode
5787 illegal_opcode
5788 illegal_opcode
5789
5790 opcode 0f 28
5791 illegal_opcode
5792 illegal_opcode
5793 illegal_opcode
5794 illegal_opcode
5795 illegal_opcode
5796 illegal_opcode
5797 illegal_opcode
5798 illegal_opcode
5799
5800 opcode 0f 29
5801 illegal_opcode
5802 illegal_opcode
5803 illegal_opcode
5804 illegal_opcode
5805 illegal_opcode
5806 illegal_opcode
5807 illegal_opcode
5808 illegal_opcode
5809
5810 opcode 0f 2a
5811 illegal_opcode
5812 illegal_opcode
5813 illegal_opcode
5814 illegal_opcode
5815 illegal_opcode
5816 illegal_opcode
5817 illegal_opcode
5818 illegal_opcode
5819
5820 opcode 0f 2b
5821 illegal_opcode
5822 illegal_opcode
5823 illegal_opcode
5824 illegal_opcode
5825 illegal_opcode
5826 illegal_opcode
5827 illegal_opcode
5828 illegal_opcode
5829
5830 opcode 0f 2c
5831 illegal_opcode
5832 illegal_opcode
5833 illegal_opcode
5834 illegal_opcode
5835 illegal_opcode
5836 illegal_opcode
5837 illegal_opcode
5838 illegal_opcode
5839
5840 opcode 0f 2d
5841 illegal_opcode
5842 illegal_opcode
5843 illegal_opcode
5844 illegal_opcode
5845 illegal_opcode
5846 illegal_opcode
5847 illegal_opcode
5848 illegal_opcode
5849
5850 opcode 0f 2e
5851 illegal_opcode
5852 illegal_opcode
5853 illegal_opcode
5854 illegal_opcode
5855 illegal_opcode
5856 illegal_opcode
5857 illegal_opcode
5858 illegal_opcode
5859
5860 opcode 0f 2f
5861 illegal_opcode
5862 illegal_opcode
5863 illegal_opcode
5864 illegal_opcode
5865 illegal_opcode
5866 illegal_opcode
5867 illegal_opcode
5868 illegal_opcode
5869
5870 opcode 0f 30
5871 illegal_opcode
5872 illegal_opcode
5873 illegal_opcode
5874 illegal_opcode
5875 illegal_opcode
5876 illegal_opcode
5877 illegal_opcode
5878 illegal_opcode
5879
5880 opcode 0f 31
5881 illegal_opcode
5882 illegal_opcode
5883 illegal_opcode
5884 illegal_opcode
5885 illegal_opcode
5886 illegal_opcode
5887 illegal_opcode
5888 illegal_opcode
5889
5890 opcode 0f 32
5891 illegal_opcode
5892 illegal_opcode
5893 illegal_opcode
5894 illegal_opcode
5895 illegal_opcode
5896 illegal_opcode
5897 illegal_opcode
5898 illegal_opcode
5899
5900 opcode 0f 33
5901 illegal_opcode
5902 illegal_opcode
5903 illegal_opcode
5904 illegal_opcode
5905 illegal_opcode
5906 illegal_opcode
5907 illegal_opcode
5908 illegal_opcode
5909
5910 opcode 0f 34
5911 illegal_opcode
5912 illegal_opcode
5913 illegal_opcode
5914 illegal_opcode
5915 illegal_opcode
5916 illegal_opcode
5917 illegal_opcode
5918 illegal_opcode
5919
5920 opcode 0f 35
5921 illegal_opcode
5922 illegal_opcode
5923 illegal_opcode
5924 illegal_opcode
5925 illegal_opcode
5926 illegal_opcode
5927 illegal_opcode
5928 illegal_opcode
5929
5930 opcode 0f 36
5931 illegal_opcode
5932 illegal_opcode
5933 illegal_opcode
5934 illegal_opcode
5935 illegal_opcode
5936 illegal_opcode
5937 illegal_opcode
5938 illegal_opcode
5939
5940 opcode 0f 37
5941 illegal_opcode
5942 illegal_opcode
5943 illegal_opcode
5944 illegal_opcode
5945 illegal_opcode
5946 illegal_opcode
5947 illegal_opcode
5948 illegal_opcode
5949
5950 opcode 0f 38
5951 illegal_opcode
5952 illegal_opcode
5953 illegal_opcode
5954 illegal_opcode
5955 illegal_opcode
5956 illegal_opcode
5957 illegal_opcode
5958 illegal_opcode
5959
5960 opcode 0f 39
5961 illegal_opcode
5962 illegal_opcode
5963 illegal_opcode
5964 illegal_opcode
5965 illegal_opcode
5966 illegal_opcode
5967 illegal_opcode
5968 illegal_opcode
5969
5970 opcode 0f 3a
5971 illegal_opcode
5972 illegal_opcode
5973 illegal_opcode
5974 illegal_opcode
5975 illegal_opcode
5976 illegal_opcode
5977 illegal_opcode
5978 illegal_opcode
5979
5980 opcode 0f 3b
5981 illegal_opcode
5982 illegal_opcode
5983 illegal_opcode
5984 illegal_opcode
5985 illegal_opcode
5986 illegal_opcode
5987 illegal_opcode
5988 illegal_opcode
5989
5990 opcode 0f 3c
5991 illegal_opcode
5992 illegal_opcode
5993 illegal_opcode
5994 illegal_opcode
5995 illegal_opcode
5996 illegal_opcode
5997 illegal_opcode
5998 illegal_opcode
5999
6000 opcode 0f 3d
6001 illegal_opcode
6002 illegal_opcode
6003 illegal_opcode
6004 illegal_opcode
6005 illegal_opcode
6006 illegal_opcode
6007 illegal_opcode
6008 illegal_opcode
6009
6010 opcode 0f 3e
6011 illegal_opcode
6012 illegal_opcode
6013 illegal_opcode
6014 illegal_opcode
6015 illegal_opcode
6016 illegal_opcode
6017 illegal_opcode
6018 illegal_opcode
6019
6020 opcode 0f 3f
6021 illegal_opcode
6022 illegal_opcode
6023 illegal_opcode
6024 illegal_opcode
6025 illegal_opcode
6026 illegal_opcode
6027 illegal_opcode
6028 illegal_opcode
6029
6030 opcode 0f 40
6031 illegal_opcode
6032 illegal_opcode
6033 illegal_opcode
6034 illegal_opcode
6035 illegal_opcode
6036 illegal_opcode
6037 illegal_opcode
6038 illegal_opcode
6039
6040 opcode 0f 41
6041 illegal_opcode
6042 illegal_opcode
6043 illegal_opcode
6044 illegal_opcode
6045 illegal_opcode
6046 illegal_opcode
6047 illegal_opcode
6048 illegal_opcode
6049
6050 opcode 0f 42
6051 illegal_opcode
6052 illegal_opcode
6053 illegal_opcode
6054 illegal_opcode
6055 illegal_opcode
6056 illegal_opcode
6057 illegal_opcode
6058 illegal_opcode
6059
6060 opcode 0f 43
6061 illegal_opcode
6062 illegal_opcode
6063 illegal_opcode
6064 illegal_opcode
6065 illegal_opcode
6066 illegal_opcode
6067 illegal_opcode
6068 illegal_opcode
6069
6070 opcode 0f 44
6071 illegal_opcode
6072 illegal_opcode
6073 illegal_opcode
6074 illegal_opcode
6075 illegal_opcode
6076 illegal_opcode
6077 illegal_opcode
6078 illegal_opcode
6079
6080 opcode 0f 45
6081 illegal_opcode
6082 illegal_opcode
6083 illegal_opcode
6084 illegal_opcode
6085 illegal_opcode
6086 illegal_opcode
6087 illegal_opcode
6088 illegal_opcode
6089
6090 opcode 0f 46
6091 illegal_opcode
6092 illegal_opcode
6093 illegal_opcode
6094 illegal_opcode
6095 illegal_opcode
6096 illegal_opcode
6097 illegal_opcode
6098 illegal_opcode
6099
6100 opcode 0f 47
6101 illegal_opcode
6102 illegal_opcode
6103 illegal_opcode
6104 illegal_opcode
6105 illegal_opcode
6106 illegal_opcode
6107 illegal_opcode
6108 illegal_opcode
6109
6110 opcode 0f 48
6111 illegal_opcode
6112 illegal_opcode
6113 illegal_opcode
6114 illegal_opcode
6115 illegal_opcode
6116 illegal_opcode
6117 illegal_opcode
6118 illegal_opcode
6119
6120 opcode 0f 49
6121 illegal_opcode
6122 illegal_opcode
6123 illegal_opcode
6124 illegal_opcode
6125 illegal_opcode
6126 illegal_opcode
6127 illegal_opcode
6128 illegal_opcode
6129
6130 opcode 0f 4a
6131 illegal_opcode
6132 illegal_opcode
6133 illegal_opcode
6134 illegal_opcode
6135 illegal_opcode
6136 illegal_opcode
6137 illegal_opcode
6138 illegal_opcode
6139
6140 opcode 0f 4b
6141 illegal_opcode
6142 illegal_opcode
6143 illegal_opcode
6144 illegal_opcode
6145 illegal_opcode
6146 illegal_opcode
6147 illegal_opcode
6148 illegal_opcode
6149
6150 opcode 0f 4c
6151 illegal_opcode
6152 illegal_opcode
6153 illegal_opcode
6154 illegal_opcode
6155 illegal_opcode
6156 illegal_opcode
6157 illegal_opcode
6158 illegal_opcode
6159
6160 opcode 0f 4d
6161 illegal_opcode
6162 illegal_opcode
6163 illegal_opcode
6164 illegal_opcode
6165 illegal_opcode
6166 illegal_opcode
6167 illegal_opcode
6168 illegal_opcode
6169
6170 opcode 0f 4e
6171 illegal_opcode
6172 illegal_opcode
6173 illegal_opcode
6174 illegal_opcode
6175 illegal_opcode
6176 illegal_opcode
6177 illegal_opcode
6178 illegal_opcode
6179
6180 opcode 0f 4f
6181 illegal_opcode
6182 illegal_opcode
6183 illegal_opcode
6184 illegal_opcode
6185 illegal_opcode
6186 illegal_opcode
6187 illegal_opcode
6188 illegal_opcode
6189
6190 opcode 0f 50
6191 illegal_opcode
6192 illegal_opcode
6193 illegal_opcode
6194 illegal_opcode
6195 illegal_opcode
6196 illegal_opcode
6197 illegal_opcode
6198 illegal_opcode
6199
6200 opcode 0f 51
6201 illegal_opcode
6202 illegal_opcode
6203 illegal_opcode
6204 illegal_opcode
6205 illegal_opcode
6206 illegal_opcode
6207 illegal_opcode
6208 illegal_opcode
6209
6210 opcode 0f 52
6211 illegal_opcode
6212 illegal_opcode
6213 illegal_opcode
6214 illegal_opcode
6215 illegal_opcode
6216 illegal_opcode
6217 illegal_opcode
6218 illegal_opcode
6219
6220 opcode 0f 53
6221 illegal_opcode
6222 illegal_opcode
6223 illegal_opcode
6224 illegal_opcode
6225 illegal_opcode
6226 illegal_opcode
6227 illegal_opcode
6228 illegal_opcode
6229
6230 opcode 0f 54
6231 illegal_opcode
6232 illegal_opcode
6233 illegal_opcode
6234 illegal_opcode
6235 illegal_opcode
6236 illegal_opcode
6237 illegal_opcode
6238 illegal_opcode
6239
6240 opcode 0f 55
6241 illegal_opcode
6242 illegal_opcode
6243 illegal_opcode
6244 illegal_opcode
6245 illegal_opcode
6246 illegal_opcode
6247 illegal_opcode
6248 illegal_opcode
6249
6250 opcode 0f 56
6251 illegal_opcode
6252 illegal_opcode
6253 illegal_opcode
6254 illegal_opcode
6255 illegal_opcode
6256 illegal_opcode
6257 illegal_opcode
6258 illegal_opcode
6259
6260 opcode 0f 57
6261 illegal_opcode
6262 illegal_opcode
6263 illegal_opcode
6264 illegal_opcode
6265 illegal_opcode
6266 illegal_opcode
6267 illegal_opcode
6268 illegal_opcode
6269
6270 opcode 0f 58
6271 illegal_opcode
6272 illegal_opcode
6273 illegal_opcode
6274 illegal_opcode
6275 illegal_opcode
6276 illegal_opcode
6277 illegal_opcode
6278 illegal_opcode
6279
6280 opcode 0f 59
6281 illegal_opcode
6282 illegal_opcode
6283 illegal_opcode
6284 illegal_opcode
6285 illegal_opcode
6286 illegal_opcode
6287 illegal_opcode
6288 illegal_opcode
6289
6290 opcode 0f 5a
6291 illegal_opcode
6292 illegal_opcode
6293 illegal_opcode
6294 illegal_opcode
6295 illegal_opcode
6296 illegal_opcode
6297 illegal_opcode
6298 illegal_opcode
6299
6300 opcode 0f 5b
6301 illegal_opcode
6302 illegal_opcode
6303 illegal_opcode
6304 illegal_opcode
6305 illegal_opcode
6306 illegal_opcode
6307 illegal_opcode
6308 illegal_opcode
6309
6310 opcode 0f 5c
6311 illegal_opcode
6312 illegal_opcode
6313 illegal_opcode
6314 illegal_opcode
6315 illegal_opcode
6316 illegal_opcode
6317 illegal_opcode
6318 illegal_opcode
6319
6320 opcode 0f 5d
6321 illegal_opcode
6322 illegal_opcode
6323 illegal_opcode
6324 illegal_opcode
6325 illegal_opcode
6326 illegal_opcode
6327 illegal_opcode
6328 illegal_opcode
6329
6330 opcode 0f 5e
6331 illegal_opcode
6332 illegal_opcode
6333 illegal_opcode
6334 illegal_opcode
6335 illegal_opcode
6336 illegal_opcode
6337 illegal_opcode
6338 illegal_opcode
6339
6340 opcode 0f 5f
6341 illegal_opcode
6342 illegal_opcode
6343 illegal_opcode
6344 illegal_opcode
6345 illegal_opcode
6346 illegal_opcode
6347 illegal_opcode
6348 illegal_opcode
6349
6350 opcode 0f 60
6351 illegal_opcode
6352 illegal_opcode
6353 illegal_opcode
6354 illegal_opcode
6355 illegal_opcode
6356 illegal_opcode
6357 illegal_opcode
6358 illegal_opcode
6359
6360 opcode 0f 61
6361 illegal_opcode
6362 illegal_opcode
6363 illegal_opcode
6364 illegal_opcode
6365 illegal_opcode
6366 illegal_opcode
6367 illegal_opcode
6368 illegal_opcode
6369
6370 opcode 0f 62
6371 illegal_opcode
6372 illegal_opcode
6373 illegal_opcode
6374 illegal_opcode
6375 illegal_opcode
6376 illegal_opcode
6377 illegal_opcode
6378 illegal_opcode
6379
6380 opcode 0f 63
6381 illegal_opcode
6382 illegal_opcode
6383 illegal_opcode
6384 illegal_opcode
6385 illegal_opcode
6386 illegal_opcode
6387 illegal_opcode
6388 illegal_opcode
6389
6390 opcode 0f 64
6391 illegal_opcode
6392 illegal_opcode
6393 illegal_opcode
6394 illegal_opcode
6395 illegal_opcode
6396 illegal_opcode
6397 illegal_opcode
6398 illegal_opcode
6399
6400 opcode 0f 65
6401 illegal_opcode
6402 illegal_opcode
6403 illegal_opcode
6404 illegal_opcode
6405 illegal_opcode
6406 illegal_opcode
6407 illegal_opcode
6408 illegal_opcode
6409
6410 opcode 0f 66
6411 illegal_opcode
6412 illegal_opcode
6413 illegal_opcode
6414 illegal_opcode
6415 illegal_opcode
6416 illegal_opcode
6417 illegal_opcode
6418 illegal_opcode
6419
6420 opcode 0f 67
6421 illegal_opcode
6422 illegal_opcode
6423 illegal_opcode
6424 illegal_opcode
6425 illegal_opcode
6426 illegal_opcode
6427 illegal_opcode
6428 illegal_opcode
6429
6430 opcode 0f 68
6431 illegal_opcode
6432 illegal_opcode
6433 illegal_opcode
6434 illegal_opcode
6435 illegal_opcode
6436 illegal_opcode
6437 illegal_opcode
6438 illegal_opcode
6439
6440 opcode 0f 69
6441 illegal_opcode
6442 illegal_opcode
6443 illegal_opcode
6444 illegal_opcode
6445 illegal_opcode
6446 illegal_opcode
6447 illegal_opcode
6448 illegal_opcode
6449
6450 opcode 0f 6a
6451 illegal_opcode
6452 illegal_opcode
6453 illegal_opcode
6454 illegal_opcode
6455 illegal_opcode
6456 illegal_opcode
6457 illegal_opcode
6458 illegal_opcode
6459
6460 opcode 0f 6b
6461 illegal_opcode
6462 illegal_opcode
6463 illegal_opcode
6464 illegal_opcode
6465 illegal_opcode
6466 illegal_opcode
6467 illegal_opcode
6468 illegal_opcode
6469
6470 opcode 0f 6c
6471 illegal_opcode
6472 illegal_opcode
6473 illegal_opcode
6474 illegal_opcode
6475 illegal_opcode
6476 illegal_opcode
6477 illegal_opcode
6478 illegal_opcode
6479
6480 opcode 0f 6d
6481 illegal_opcode
6482 illegal_opcode
6483 illegal_opcode
6484 illegal_opcode
6485 illegal_opcode
6486 illegal_opcode
6487 illegal_opcode
6488 illegal_opcode
6489
6490 opcode 0f 6e
6491 illegal_opcode
6492 illegal_opcode
6493 illegal_opcode
6494 illegal_opcode
6495 illegal_opcode
6496 illegal_opcode
6497 illegal_opcode
6498 illegal_opcode
6499
6500 opcode 0f 6f
6501 illegal_opcode
6502 illegal_opcode
6503 illegal_opcode
6504 illegal_opcode
6505 illegal_opcode
6506 illegal_opcode
6507 illegal_opcode
6508 illegal_opcode
6509
6510 opcode 0f 70
6511 illegal_opcode
6512 illegal_opcode
6513 illegal_opcode
6514 illegal_opcode
6515 illegal_opcode
6516 illegal_opcode
6517 illegal_opcode
6518 illegal_opcode
6519
6520 opcode 0f 71
6521 illegal_opcode
6522 illegal_opcode
6523 illegal_opcode
6524 illegal_opcode
6525 illegal_opcode
6526 illegal_opcode
6527 illegal_opcode
6528 illegal_opcode
6529
6530 opcode 0f 72
6531 illegal_opcode
6532 illegal_opcode
6533 illegal_opcode
6534 illegal_opcode
6535 illegal_opcode
6536 illegal_opcode
6537 illegal_opcode
6538 illegal_opcode
6539
6540 opcode 0f 73
6541 illegal_opcode
6542 illegal_opcode
6543 illegal_opcode
6544 illegal_opcode
6545 illegal_opcode
6546 illegal_opcode
6547 illegal_opcode
6548 illegal_opcode
6549
6550 opcode 0f 74
6551 illegal_opcode
6552 illegal_opcode
6553 illegal_opcode
6554 illegal_opcode
6555 illegal_opcode
6556 illegal_opcode
6557 illegal_opcode
6558 illegal_opcode
6559
6560 opcode 0f 75
6561 illegal_opcode
6562 illegal_opcode
6563 illegal_opcode
6564 illegal_opcode
6565 illegal_opcode
6566 illegal_opcode
6567 illegal_opcode
6568 illegal_opcode
6569
6570 opcode 0f 76
6571 illegal_opcode
6572 illegal_opcode
6573 illegal_opcode
6574 illegal_opcode
6575 illegal_opcode
6576 illegal_opcode
6577 illegal_opcode
6578 illegal_opcode
6579
6580 opcode 0f 77
6581 illegal_opcode
6582 illegal_opcode
6583 illegal_opcode
6584 illegal_opcode
6585 illegal_opcode
6586 illegal_opcode
6587 illegal_opcode
6588 illegal_opcode
6589
6590 opcode 0f 78
6591 illegal_opcode
6592 illegal_opcode
6593 illegal_opcode
6594 illegal_opcode
6595 illegal_opcode
6596 illegal_opcode
6597 illegal_opcode
6598 illegal_opcode
6599
6600 opcode 0f 79
6601 illegal_opcode
6602 illegal_opcode
6603 illegal_opcode
6604 illegal_opcode
6605 illegal_opcode
6606 illegal_opcode
6607 illegal_opcode
6608 illegal_opcode
6609
6610 opcode 0f 7a
6611 illegal_opcode
6612 illegal_opcode
6613 illegal_opcode
6614 illegal_opcode
6615 illegal_opcode
6616 illegal_opcode
6617 illegal_opcode
6618 illegal_opcode
6619
6620 opcode 0f 7b
6621 illegal_opcode
6622 illegal_opcode
6623 illegal_opcode
6624 illegal_opcode
6625 illegal_opcode
6626 illegal_opcode
6627 illegal_opcode
6628 illegal_opcode
6629
6630 opcode 0f 7c
6631 illegal_opcode
6632 illegal_opcode
6633 illegal_opcode
6634 illegal_opcode
6635 illegal_opcode
6636 illegal_opcode
6637 illegal_opcode
6638 illegal_opcode
6639
6640 opcode 0f 7d
6641 illegal_opcode
6642 illegal_opcode
6643 illegal_opcode
6644 illegal_opcode
6645 illegal_opcode
6646 illegal_opcode
6647 illegal_opcode
6648 illegal_opcode
6649
6650 opcode 0f 7e
6651 illegal_opcode
6652 illegal_opcode
6653 illegal_opcode
6654 illegal_opcode
6655 illegal_opcode
6656 illegal_opcode
6657 illegal_opcode
6658 illegal_opcode
6659
6660 opcode 0f 7f
6661 illegal_opcode
6662 illegal_opcode
6663 illegal_opcode
6664 illegal_opcode
6665 illegal_opcode
6666 illegal_opcode
6667 illegal_opcode
6668 illegal_opcode
6669
6670 opcode 0f 80
6671 00000000  0F8000012345      jo near 0x45230106
6672 00000000  0F8008012345      jo near 0x4523010e
6673 00000000  0F8010012345      jo near 0x45230116
6674 00000000  0F8018012345      jo near 0x4523011e
6675 00000000  0F8020012345      jo near 0x45230126
6676 00000000  0F8028012345      jo near 0x4523012e
6677 00000000  0F8030012345      jo near 0x45230136
6678 00000000  0F8038012345      jo near 0x4523013e
6679
6680 opcode 0f 81
6681 00000000  0F8100012345      jno near 0x45230106
6682 00000000  0F8108012345      jno near 0x4523010e
6683 00000000  0F8110012345      jno near 0x45230116
6684 00000000  0F8118012345      jno near 0x4523011e
6685 00000000  0F8120012345      jno near 0x45230126
6686 00000000  0F8128012345      jno near 0x4523012e
6687 00000000  0F8130012345      jno near 0x45230136
6688 00000000  0F8138012345      jno near 0x4523013e
6689
6690 opcode 0f 82
6691 00000000  0F8200012345      jc near 0x45230106
6692 00000000  0F8208012345      jc near 0x4523010e
6693 00000000  0F8210012345      jc near 0x45230116
6694 00000000  0F8218012345      jc near 0x4523011e
6695 00000000  0F8220012345      jc near 0x45230126
6696 00000000  0F8228012345      jc near 0x4523012e
6697 00000000  0F8230012345      jc near 0x45230136
6698 00000000  0F8238012345      jc near 0x4523013e
6699
6700 opcode 0f 83
6701 00000000  0F8300012345      jnc near 0x45230106
6702 00000000  0F8308012345      jnc near 0x4523010e
6703 00000000  0F8310012345      jnc near 0x45230116
6704 00000000  0F8318012345      jnc near 0x4523011e
6705 00000000  0F8320012345      jnc near 0x45230126
6706 00000000  0F8328012345      jnc near 0x4523012e
6707 00000000  0F8330012345      jnc near 0x45230136
6708 00000000  0F8338012345      jnc near 0x4523013e
6709
6710 opcode 0f 84
6711 00000000  0F8400012345      jz near 0x45230106
6712 00000000  0F8408012345      jz near 0x4523010e
6713 00000000  0F8410012345      jz near 0x45230116
6714 00000000  0F8418012345      jz near 0x4523011e
6715 00000000  0F8420012345      jz near 0x45230126
6716 00000000  0F8428012345      jz near 0x4523012e
6717 00000000  0F8430012345      jz near 0x45230136
6718 00000000  0F8438012345      jz near 0x4523013e
6719
6720 opcode 0f 85
6721 00000000  0F8500012345      jnz near 0x45230106
6722 00000000  0F8508012345      jnz near 0x4523010e
6723 00000000  0F8510012345      jnz near 0x45230116
6724 00000000  0F8518012345      jnz near 0x4523011e
6725 00000000  0F8520012345      jnz near 0x45230126
6726 00000000  0F8528012345      jnz near 0x4523012e
6727 00000000  0F8530012345      jnz near 0x45230136
6728 00000000  0F8538012345      jnz near 0x4523013e
6729
6730 opcode 0f 86
6731 00000000  0F8600012345      jna near 0x45230106
6732 00000000  0F8608012345      jna near 0x4523010e
6733 00000000  0F8610012345      jna near 0x45230116
6734 00000000  0F8618012345      jna near 0x4523011e
6735 00000000  0F8620012345      jna near 0x45230126
6736 00000000  0F8628012345      jna near 0x4523012e
6737 00000000  0F8630012345      jna near 0x45230136
6738 00000000  0F8638012345      jna near 0x4523013e
6739
6740 opcode 0f 87
6741 00000000  0F8700012345      ja near 0x45230106
6742 00000000  0F8708012345      ja near 0x4523010e
6743 00000000  0F8710012345      ja near 0x45230116
6744 00000000  0F8718012345      ja near 0x4523011e
6745 00000000  0F8720012345      ja near 0x45230126
6746 00000000  0F8728012345      ja near 0x4523012e
6747 00000000  0F8730012345      ja near 0x45230136
6748 00000000  0F8738012345      ja near 0x4523013e
6749
6750 opcode 0f 88
6751 00000000  0F8800012345      js near 0x45230106
6752 00000000  0F8808012345      js near 0x4523010e
6753 00000000  0F8810012345      js near 0x45230116
6754 00000000  0F8818012345      js near 0x4523011e
6755 00000000  0F8820012345      js near 0x45230126
6756 00000000  0F8828012345      js near 0x4523012e
6757 00000000  0F8830012345      js near 0x45230136
6758 00000000  0F8838012345      js near 0x4523013e
6759
6760 opcode 0f 89
6761 00000000  0F8900012345      jns near 0x45230106
6762 00000000  0F8908012345      jns near 0x4523010e
6763 00000000  0F8910012345      jns near 0x45230116
6764 00000000  0F8918012345      jns near 0x4523011e
6765 00000000  0F8920012345      jns near 0x45230126
6766 00000000  0F8928012345      jns near 0x4523012e
6767 00000000  0F8930012345      jns near 0x45230136
6768 00000000  0F8938012345      jns near 0x4523013e
6769
6770 opcode 0f 8a
6771 00000000  0F8A00012345      jpe near 0x45230106
6772 00000000  0F8A08012345      jpe near 0x4523010e
6773 00000000  0F8A10012345      jpe near 0x45230116
6774 00000000  0F8A18012345      jpe near 0x4523011e
6775 00000000  0F8A20012345      jpe near 0x45230126
6776 00000000  0F8A28012345      jpe near 0x4523012e
6777 00000000  0F8A30012345      jpe near 0x45230136
6778 00000000  0F8A38012345      jpe near 0x4523013e
6779
6780 opcode 0f 8b
6781 00000000  0F8B00012345      jpo near 0x45230106
6782 00000000  0F8B08012345      jpo near 0x4523010e
6783 00000000  0F8B10012345      jpo near 0x45230116
6784 00000000  0F8B18012345      jpo near 0x4523011e
6785 00000000  0F8B20012345      jpo near 0x45230126
6786 00000000  0F8B28012345      jpo near 0x4523012e
6787 00000000  0F8B30012345      jpo near 0x45230136
6788 00000000  0F8B38012345      jpo near 0x4523013e
6789
6790 opcode 0f 8c
6791 00000000  0F8C00012345      jl near 0x45230106
6792 00000000  0F8C08012345      jl near 0x4523010e
6793 00000000  0F8C10012345      jl near 0x45230116
6794 00000000  0F8C18012345      jl near 0x4523011e
6795 00000000  0F8C20012345      jl near 0x45230126
6796 00000000  0F8C28012345      jl near 0x4523012e
6797 00000000  0F8C30012345      jl near 0x45230136
6798 00000000  0F8C38012345      jl near 0x4523013e
6799
6800 opcode 0f 8d
6801 00000000  0F8D00012345      jnl near 0x45230106
6802 00000000  0F8D08012345      jnl near 0x4523010e
6803 00000000  0F8D10012345      jnl near 0x45230116
6804 00000000  0F8D18012345      jnl near 0x4523011e
6805 00000000  0F8D20012345      jnl near 0x45230126
6806 00000000  0F8D28012345      jnl near 0x4523012e
6807 00000000  0F8D30012345      jnl near 0x45230136
6808 00000000  0F8D38012345      jnl near 0x4523013e
6809
6810 opcode 0f 8e
6811 00000000  0F8E00012345      jng near 0x45230106
6812 00000000  0F8E08012345      jng near 0x4523010e
6813 00000000  0F8E10012345      jng near 0x45230116
6814 00000000  0F8E18012345      jng near 0x4523011e
6815 00000000  0F8E20012345      jng near 0x45230126
6816 00000000  0F8E28012345      jng near 0x4523012e
6817 00000000  0F8E30012345      jng near 0x45230136
6818 00000000  0F8E38012345      jng near 0x4523013e
6819
6820 opcode 0f 8f
6821 00000000  0F8F00012345      jg near 0x45230106
6822 00000000  0F8F08012345      jg near 0x4523010e
6823 00000000  0F8F10012345      jg near 0x45230116
6824 00000000  0F8F18012345      jg near 0x4523011e
6825 00000000  0F8F20012345      jg near 0x45230126
6826 00000000  0F8F28012345      jg near 0x4523012e
6827 00000000  0F8F30012345      jg near 0x45230136
6828 00000000  0F8F38012345      jg near 0x4523013e
6829
6830 opcode 0f 90
6831 00000000  0F9000            seto [eax]
6832 illegal_opcode
6833 illegal_opcode
6834 illegal_opcode
6835 illegal_opcode
6836 illegal_opcode
6837 illegal_opcode
6838 illegal_opcode
6839
6840 opcode 0f 91
6841 00000000  0F9100            setno [eax]
6842 illegal_opcode
6843 illegal_opcode
6844 illegal_opcode
6845 illegal_opcode
6846 illegal_opcode
6847 illegal_opcode
6848 illegal_opcode
6849
6850 opcode 0f 92
6851 00000000  0F9200            setc [eax]
6852 illegal_opcode
6853 illegal_opcode
6854 illegal_opcode
6855 illegal_opcode
6856 illegal_opcode
6857 illegal_opcode
6858 illegal_opcode
6859
6860 opcode 0f 93
6861 00000000  0F9300            setnc [eax]
6862 illegal_opcode
6863 illegal_opcode
6864 illegal_opcode
6865 illegal_opcode
6866 illegal_opcode
6867 illegal_opcode
6868 illegal_opcode
6869
6870 opcode 0f 94
6871 00000000  0F9400            setz [eax]
6872 illegal_opcode
6873 illegal_opcode
6874 illegal_opcode
6875 illegal_opcode
6876 illegal_opcode
6877 illegal_opcode
6878 illegal_opcode
6879
6880 opcode 0f 95
6881 00000000  0F9500            setnz [eax]
6882 illegal_opcode
6883 illegal_opcode
6884 illegal_opcode
6885 illegal_opcode
6886 illegal_opcode
6887 illegal_opcode
6888 illegal_opcode
6889
6890 opcode 0f 96
6891 00000000  0F9600            setna [eax]
6892 illegal_opcode
6893 illegal_opcode
6894 illegal_opcode
6895 illegal_opcode
6896 illegal_opcode
6897 illegal_opcode
6898 illegal_opcode
6899
6900 opcode 0f 97
6901 00000000  0F9700            seta [eax]
6902 illegal_opcode
6903 illegal_opcode
6904 illegal_opcode
6905 illegal_opcode
6906 illegal_opcode
6907 illegal_opcode
6908 illegal_opcode
6909
6910 opcode 0f 98
6911 00000000  0F9800            sets [eax]
6912 illegal_opcode
6913 illegal_opcode
6914 illegal_opcode
6915 illegal_opcode
6916 illegal_opcode
6917 illegal_opcode
6918 illegal_opcode
6919
6920 opcode 0f 99
6921 00000000  0F9900            setns [eax]
6922 illegal_opcode
6923 illegal_opcode
6924 illegal_opcode
6925 illegal_opcode
6926 illegal_opcode
6927 illegal_opcode
6928 illegal_opcode
6929
6930 opcode 0f 9a
6931 00000000  0F9A00            setpe [eax]
6932 illegal_opcode
6933 illegal_opcode
6934 illegal_opcode
6935 illegal_opcode
6936 illegal_opcode
6937 illegal_opcode
6938 illegal_opcode
6939
6940 opcode 0f 9b
6941 00000000  0F9B00            setpo [eax]
6942 illegal_opcode
6943 illegal_opcode
6944 illegal_opcode
6945 illegal_opcode
6946 illegal_opcode
6947 illegal_opcode
6948 illegal_opcode
6949
6950 opcode 0f 9c
6951 00000000  0F9C00            setl [eax]
6952 illegal_opcode
6953 illegal_opcode
6954 illegal_opcode
6955 illegal_opcode
6956 illegal_opcode
6957 illegal_opcode
6958 illegal_opcode
6959
6960 opcode 0f 9d
6961 00000000  0F9D00            setnl [eax]
6962 illegal_opcode
6963 illegal_opcode
6964 illegal_opcode
6965 illegal_opcode
6966 illegal_opcode
6967 illegal_opcode
6968 illegal_opcode
6969
6970 opcode 0f 9e
6971 00000000  0F9E00            setng [eax]
6972 illegal_opcode
6973 illegal_opcode
6974 illegal_opcode
6975 illegal_opcode
6976 illegal_opcode
6977 illegal_opcode
6978 illegal_opcode
6979
6980 opcode 0f 9f
6981 00000000  0F9F00            setg [eax]
6982 illegal_opcode
6983 illegal_opcode
6984 illegal_opcode
6985 illegal_opcode
6986 illegal_opcode
6987 illegal_opcode
6988 illegal_opcode
6989
6990 opcode 0f a0
6991 00000000  0FA0              push fs
6992 00000000  0FA0              push fs
6993 00000000  0FA0              push fs
6994 00000000  0FA0              push fs
6995 00000000  0FA0              push fs
6996 00000000  0FA0              push fs
6997 00000000  0FA0              push fs
6998 00000000  0FA0              push fs
6999
7000 opcode 0f a1
7001 00000000  0FA1              pop fs
7002 00000000  0FA1              pop fs
7003 00000000  0FA1              pop fs
7004 00000000  0FA1              pop fs
7005 00000000  0FA1              pop fs
7006 00000000  0FA1              pop fs
7007 00000000  0FA1              pop fs
7008 00000000  0FA1              pop fs
7009
7010 opcode 0f a2
7011 illegal_opcode
7012 illegal_opcode
7013 illegal_opcode
7014 illegal_opcode
7015 illegal_opcode
7016 illegal_opcode
7017 illegal_opcode
7018 illegal_opcode
7019
7020 opcode 0f a3
7021 00000000  0FA300            bt [eax],eax
7022 00000000  0FA308            bt [eax],ecx
7023 00000000  0FA310            bt [eax],edx
7024 00000000  0FA318            bt [eax],ebx
7025 00000000  0FA320            bt [eax],esp
7026 00000000  0FA328            bt [eax],ebp
7027 00000000  0FA330            bt [eax],esi
7028 00000000  0FA338            bt [eax],edi
7029
7030 opcode 0f a4
7031 00000000  0FA40001          shld [eax],eax,0x1
7032 00000000  0FA40801          shld [eax],ecx,0x1
7033 00000000  0FA41001          shld [eax],edx,0x1
7034 00000000  0FA41801          shld [eax],ebx,0x1
7035 00000000  0FA42001          shld [eax],esp,0x1
7036 00000000  0FA42801          shld [eax],ebp,0x1
7037 00000000  0FA43001          shld [eax],esi,0x1
7038 00000000  0FA43801          shld [eax],edi,0x1
7039
7040 opcode 0f a5
7041 00000000  0FA500            shld [eax],eax,cl
7042 00000000  0FA508            shld [eax],ecx,cl
7043 00000000  0FA510            shld [eax],edx,cl
7044 00000000  0FA518            shld [eax],ebx,cl
7045 00000000  0FA520            shld [eax],esp,cl
7046 00000000  0FA528            shld [eax],ebp,cl
7047 00000000  0FA530            shld [eax],esi,cl
7048 00000000  0FA538            shld [eax],edi,cl
7049
7050 opcode 0f a6
7051 illegal_opcode
7052 illegal_opcode
7053 illegal_opcode
7054 illegal_opcode
7055 illegal_opcode
7056 illegal_opcode
7057 illegal_opcode
7058 illegal_opcode
7059
7060 opcode 0f a7
7061 illegal_opcode
7062 illegal_opcode
7063 illegal_opcode
7064 illegal_opcode
7065 illegal_opcode
7066 illegal_opcode
7067 illegal_opcode
7068 illegal_opcode
7069
7070 opcode 0f a8
7071 00000000  0FA8              push gs
7072 00000000  0FA8              push gs
7073 00000000  0FA8              push gs
7074 00000000  0FA8              push gs
7075 00000000  0FA8              push gs
7076 00000000  0FA8              push gs
7077 00000000  0FA8              push gs
7078 00000000  0FA8              push gs
7079
7080 opcode 0f a9
7081 00000000  0FA9              pop gs
7082 00000000  0FA9              pop gs
7083 00000000  0FA9              pop gs
7084 00000000  0FA9              pop gs
7085 00000000  0FA9              pop gs
7086 00000000  0FA9              pop gs
7087 00000000  0FA9              pop gs
7088 00000000  0FA9              pop gs
7089
7090 opcode 0f aa
7091 illegal_opcode
7092 illegal_opcode
7093 illegal_opcode
7094 illegal_opcode
7095 illegal_opcode
7096 illegal_opcode
7097 illegal_opcode
7098 illegal_opcode
7099
7100 opcode 0f ab
7101 00000000  0FAB00            bts [eax],eax
7102 00000000  0FAB08            bts [eax],ecx
7103 00000000  0FAB10            bts [eax],edx
7104 00000000  0FAB18            bts [eax],ebx
7105 00000000  0FAB20            bts [eax],esp
7106 00000000  0FAB28            bts [eax],ebp
7107 00000000  0FAB30            bts [eax],esi
7108 00000000  0FAB38            bts [eax],edi
7109
7110 opcode 0f ac
7111 00000000  0FAC0001          shrd [eax],eax,0x1
7112 00000000  0FAC0801          shrd [eax],ecx,0x1
7113 00000000  0FAC1001          shrd [eax],edx,0x1
7114 00000000  0FAC1801          shrd [eax],ebx,0x1
7115 00000000  0FAC2001          shrd [eax],esp,0x1
7116 00000000  0FAC2801          shrd [eax],ebp,0x1
7117 00000000  0FAC3001          shrd [eax],esi,0x1
7118 00000000  0FAC3801          shrd [eax],edi,0x1
7119
7120 opcode 0f ad
7121 00000000  0FAD00            shrd [eax],eax,cl
7122 00000000  0FAD08            shrd [eax],ecx,cl
7123 00000000  0FAD10            shrd [eax],edx,cl
7124 00000000  0FAD18            shrd [eax],ebx,cl
7125 00000000  0FAD20            shrd [eax],esp,cl
7126 00000000  0FAD28            shrd [eax],ebp,cl
7127 00000000  0FAD30            shrd [eax],esi,cl
7128 00000000  0FAD38            shrd [eax],edi,cl
7129
7130 opcode 0f ae
7131 illegal_opcode
7132 illegal_opcode
7133 illegal_opcode
7134 illegal_opcode
7135 illegal_opcode
7136 illegal_opcode
7137 illegal_opcode
7138 illegal_opcode
7139
7140 opcode 0f af
7141 00000000  0FAF00            imul eax,[eax]
7142 00000000  0FAF08            imul ecx,[eax]
7143 00000000  0FAF10            imul edx,[eax]
7144 00000000  0FAF18            imul ebx,[eax]
7145 00000000  0FAF20            imul esp,[eax]
7146 00000000  0FAF28            imul ebp,[eax]
7147 00000000  0FAF30            imul esi,[eax]
7148 00000000  0FAF38            imul edi,[eax]
7149
7150 opcode 0f b0
7151 illegal_opcode
7152 illegal_opcode
7153 illegal_opcode
7154 illegal_opcode
7155 illegal_opcode
7156 illegal_opcode
7157 illegal_opcode
7158 illegal_opcode
7159
7160 opcode 0f b1
7161 illegal_opcode
7162 illegal_opcode
7163 illegal_opcode
7164 illegal_opcode
7165 illegal_opcode
7166 illegal_opcode
7167 illegal_opcode
7168 illegal_opcode
7169
7170 opcode 0f b2
7171 00000000  0FB200            lss eax,[eax]
7172 00000000  0FB208            lss ecx,[eax]
7173 00000000  0FB210            lss edx,[eax]
7174 00000000  0FB218            lss ebx,[eax]
7175 00000000  0FB220            lss esp,[eax]
7176 00000000  0FB228            lss ebp,[eax]
7177 00000000  0FB230            lss esi,[eax]
7178 00000000  0FB238            lss edi,[eax]
7179
7180 opcode 0f b3
7181 00000000  0FB300            btr [eax],eax
7182 00000000  0FB308            btr [eax],ecx
7183 00000000  0FB310            btr [eax],edx
7184 00000000  0FB318            btr [eax],ebx
7185 00000000  0FB320            btr [eax],esp
7186 00000000  0FB328            btr [eax],ebp
7187 00000000  0FB330            btr [eax],esi
7188 00000000  0FB338            btr [eax],edi
7189
7190 opcode 0f b4
7191 00000000  0FB400            lfs eax,[eax]
7192 00000000  0FB408            lfs ecx,[eax]
7193 00000000  0FB410            lfs edx,[eax]
7194 00000000  0FB418            lfs ebx,[eax]
7195 00000000  0FB420            lfs esp,[eax]
7196 00000000  0FB428            lfs ebp,[eax]
7197 00000000  0FB430            lfs esi,[eax]
7198 00000000  0FB438            lfs edi,[eax]
7199
7200 opcode 0f b5
7201 00000000  0FB500            lgs eax,[eax]
7202 00000000  0FB508            lgs ecx,[eax]
7203 00000000  0FB510            lgs edx,[eax]
7204 00000000  0FB518            lgs ebx,[eax]
7205 00000000  0FB520            lgs esp,[eax]
7206 00000000  0FB528            lgs ebp,[eax]
7207 00000000  0FB530            lgs esi,[eax]
7208 00000000  0FB538            lgs edi,[eax]
7209
7210 opcode 0f b6
7211 00000000  0FB600            movzx eax,byte [eax]
7212 00000000  0FB608            movzx ecx,byte [eax]
7213 00000000  0FB610            movzx edx,byte [eax]
7214 00000000  0FB618            movzx ebx,byte [eax]
7215 00000000  0FB620            movzx esp,byte [eax]
7216 00000000  0FB628            movzx ebp,byte [eax]
7217 00000000  0FB630            movzx esi,byte [eax]
7218 00000000  0FB638            movzx edi,byte [eax]
7219
7220 opcode 0f b7
7221 00000000  0FB700            movzx eax,word [eax]
7222 00000000  0FB708            movzx ecx,word [eax]
7223 00000000  0FB710            movzx edx,word [eax]
7224 00000000  0FB718            movzx ebx,word [eax]
7225 00000000  0FB720            movzx esp,word [eax]
7226 00000000  0FB728            movzx ebp,word [eax]
7227 00000000  0FB730            movzx esi,word [eax]
7228 00000000  0FB738            movzx edi,word [eax]
7229
7230 opcode 0f b8
7231 illegal_opcode
7232 illegal_opcode
7233 illegal_opcode
7234 illegal_opcode
7235 illegal_opcode
7236 illegal_opcode
7237 illegal_opcode
7238 illegal_opcode
7239
7240 opcode 0f b9
7241 00000000  0FB900            ud1 eax,dword [eax]
7242 00000000  0FB908            ud1 ecx,dword [eax]
7243 00000000  0FB910            ud1 edx,dword [eax]
7244 00000000  0FB918            ud1 ebx,dword [eax]
7245 00000000  0FB920            ud1 esp,dword [eax]
7246 00000000  0FB928            ud1 ebp,dword [eax]
7247 00000000  0FB930            ud1 esi,dword [eax]
7248 00000000  0FB938            ud1 edi,dword [eax]
7249
7250 opcode 0f ba
7251 illegal_opcode
7252 illegal_opcode
7253 illegal_opcode
7254 illegal_opcode
7255 00000000  0FBA2001          bt dword [eax],byte 0x1
7256 00000000  0FBA2801          bts dword [eax],byte 0x1
7257 00000000  0FBA3001          btr dword [eax],byte 0x1
7258 00000000  0FBA3801          btc dword [eax],byte 0x1
7259
7260 opcode 0f bb
7261 00000000  0FBB00            btc [eax],eax
7262 00000000  0FBB08            btc [eax],ecx
7263 00000000  0FBB10            btc [eax],edx
7264 00000000  0FBB18            btc [eax],ebx
7265 00000000  0FBB20            btc [eax],esp
7266 00000000  0FBB28            btc [eax],ebp
7267 00000000  0FBB30            btc [eax],esi
7268 00000000  0FBB38            btc [eax],edi
7269
7270 opcode 0f bc
7271 00000000  0FBC00            bsf eax,[eax]
7272 00000000  0FBC08            bsf ecx,[eax]
7273 00000000  0FBC10            bsf edx,[eax]
7274 00000000  0FBC18            bsf ebx,[eax]
7275 00000000  0FBC20            bsf esp,[eax]
7276 00000000  0FBC28            bsf ebp,[eax]
7277 00000000  0FBC30            bsf esi,[eax]
7278 00000000  0FBC38            bsf edi,[eax]
7279
7280 opcode 0f bd
7281 00000000  0FBD00            bsr eax,[eax]
7282 00000000  0FBD08            bsr ecx,[eax]
7283 00000000  0FBD10            bsr edx,[eax]
7284 00000000  0FBD18            bsr ebx,[eax]
7285 00000000  0FBD20            bsr esp,[eax]
7286 00000000  0FBD28            bsr ebp,[eax]
7287 00000000  0FBD30            bsr esi,[eax]
7288 00000000  0FBD38            bsr edi,[eax]
7289
7290 opcode 0f be
7291 00000000  0FBE00            movsx eax,byte [eax]
7292 00000000  0FBE08            movsx ecx,byte [eax]
7293 00000000  0FBE10            movsx edx,byte [eax]
7294 00000000  0FBE18            movsx ebx,byte [eax]
7295 00000000  0FBE20            movsx esp,byte [eax]
7296 00000000  0FBE28            movsx ebp,byte [eax]
7297 00000000  0FBE30            movsx esi,byte [eax]
7298 00000000  0FBE38            movsx edi,byte [eax]
7299
7300 opcode 0f bf
7301 00000000  0FBF00            movsx eax,word [eax]
7302 00000000  0FBF08            movsx ecx,word [eax]
7303 00000000  0FBF10            movsx edx,word [eax]
7304 00000000  0FBF18            movsx ebx,word [eax]
7305 00000000  0FBF20            movsx esp,word [eax]
7306 00000000  0FBF28            movsx ebp,word [eax]
7307 00000000  0FBF30            movsx esi,word [eax]
7308 00000000  0FBF38            movsx edi,word [eax]
7309
7310 opcode 0f c0
7311 illegal_opcode
7312 illegal_opcode
7313 illegal_opcode
7314 illegal_opcode
7315 illegal_opcode
7316 illegal_opcode
7317 illegal_opcode
7318 illegal_opcode
7319
7320 opcode 0f c1
7321 illegal_opcode
7322 illegal_opcode
7323 illegal_opcode
7324 illegal_opcode
7325 illegal_opcode
7326 illegal_opcode
7327 illegal_opcode
7328 illegal_opcode
7329
7330 opcode 0f c2
7331 illegal_opcode
7332 illegal_opcode
7333 illegal_opcode
7334 illegal_opcode
7335 illegal_opcode
7336 illegal_opcode
7337 illegal_opcode
7338 illegal_opcode
7339
7340 opcode 0f c3
7341 illegal_opcode
7342 illegal_opcode
7343 illegal_opcode
7344 illegal_opcode
7345 illegal_opcode
7346 illegal_opcode
7347 illegal_opcode
7348 illegal_opcode
7349
7350 opcode 0f c4
7351 illegal_opcode
7352 illegal_opcode
7353 illegal_opcode
7354 illegal_opcode
7355 illegal_opcode
7356 illegal_opcode
7357 illegal_opcode
7358 illegal_opcode
7359
7360 opcode 0f c5
7361 illegal_opcode
7362 illegal_opcode
7363 illegal_opcode
7364 illegal_opcode
7365 illegal_opcode
7366 illegal_opcode
7367 illegal_opcode
7368 illegal_opcode
7369
7370 opcode 0f c6
7371 illegal_opcode
7372 illegal_opcode
7373 illegal_opcode
7374 illegal_opcode
7375 illegal_opcode
7376 illegal_opcode
7377 illegal_opcode
7378 illegal_opcode
7379
7380 opcode 0f c7
7381 illegal_opcode
7382 illegal_opcode
7383 illegal_opcode
7384 illegal_opcode
7385 illegal_opcode
7386 illegal_opcode
7387 illegal_opcode
7388 illegal_opcode
7389
7390 opcode 0f c8
7391 illegal_opcode
7392 illegal_opcode
7393 illegal_opcode
7394 illegal_opcode
7395 illegal_opcode
7396 illegal_opcode
7397 illegal_opcode
7398 illegal_opcode
7399
7400 opcode 0f c9
7401 illegal_opcode
7402 illegal_opcode
7403 illegal_opcode
7404 illegal_opcode
7405 illegal_opcode
7406 illegal_opcode
7407 illegal_opcode
7408 illegal_opcode
7409
7410 opcode 0f ca
7411 illegal_opcode
7412 illegal_opcode
7413 illegal_opcode
7414 illegal_opcode
7415 illegal_opcode
7416 illegal_opcode
7417 illegal_opcode
7418 illegal_opcode
7419
7420 opcode 0f cb
7421 illegal_opcode
7422 illegal_opcode
7423 illegal_opcode
7424 illegal_opcode
7425 illegal_opcode
7426 illegal_opcode
7427 illegal_opcode
7428 illegal_opcode
7429
7430 opcode 0f cc
7431 illegal_opcode
7432 illegal_opcode
7433 illegal_opcode
7434 illegal_opcode
7435 illegal_opcode
7436 illegal_opcode
7437 illegal_opcode
7438 illegal_opcode
7439
7440 opcode 0f cd
7441 illegal_opcode
7442 illegal_opcode
7443 illegal_opcode
7444 illegal_opcode
7445 illegal_opcode
7446 illegal_opcode
7447 illegal_opcode
7448 illegal_opcode
7449
7450 opcode 0f ce
7451 illegal_opcode
7452 illegal_opcode
7453 illegal_opcode
7454 illegal_opcode
7455 illegal_opcode
7456 illegal_opcode
7457 illegal_opcode
7458 illegal_opcode
7459
7460 opcode 0f cf
7461 illegal_opcode
7462 illegal_opcode
7463 illegal_opcode
7464 illegal_opcode
7465 illegal_opcode
7466 illegal_opcode
7467 illegal_opcode
7468 illegal_opcode
7469
7470 opcode 0f d0
7471 illegal_opcode
7472 illegal_opcode
7473 illegal_opcode
7474 illegal_opcode
7475 illegal_opcode
7476 illegal_opcode
7477 illegal_opcode
7478 illegal_opcode
7479
7480 opcode 0f d1
7481 illegal_opcode
7482 illegal_opcode
7483 illegal_opcode
7484 illegal_opcode
7485 illegal_opcode
7486 illegal_opcode
7487 illegal_opcode
7488 illegal_opcode
7489
7490 opcode 0f d2
7491 illegal_opcode
7492 illegal_opcode
7493 illegal_opcode
7494 illegal_opcode
7495 illegal_opcode
7496 illegal_opcode
7497 illegal_opcode
7498 illegal_opcode
7499
7500 opcode 0f d3
7501 illegal_opcode
7502 illegal_opcode
7503 illegal_opcode
7504 illegal_opcode
7505 illegal_opcode
7506 illegal_opcode
7507 illegal_opcode
7508 illegal_opcode
7509
7510 opcode 0f d4
7511 illegal_opcode
7512 illegal_opcode
7513 illegal_opcode
7514 illegal_opcode
7515 illegal_opcode
7516 illegal_opcode
7517 illegal_opcode
7518 illegal_opcode
7519
7520 opcode 0f d5
7521 illegal_opcode
7522 illegal_opcode
7523 illegal_opcode
7524 illegal_opcode
7525 illegal_opcode
7526 illegal_opcode
7527 illegal_opcode
7528 illegal_opcode
7529
7530 opcode 0f d6
7531 illegal_opcode
7532 illegal_opcode
7533 illegal_opcode
7534 illegal_opcode
7535 illegal_opcode
7536 illegal_opcode
7537 illegal_opcode
7538 illegal_opcode
7539
7540 opcode 0f d7
7541 illegal_opcode
7542 illegal_opcode
7543 illegal_opcode
7544 illegal_opcode
7545 illegal_opcode
7546 illegal_opcode
7547 illegal_opcode
7548 illegal_opcode
7549
7550 opcode 0f d8
7551 illegal_opcode
7552 illegal_opcode
7553 illegal_opcode
7554 illegal_opcode
7555 illegal_opcode
7556 illegal_opcode
7557 illegal_opcode
7558 illegal_opcode
7559
7560 opcode 0f d9
7561 illegal_opcode
7562 illegal_opcode
7563 illegal_opcode
7564 illegal_opcode
7565 illegal_opcode
7566 illegal_opcode
7567 illegal_opcode
7568 illegal_opcode
7569
7570 opcode 0f da
7571 illegal_opcode
7572 illegal_opcode
7573 illegal_opcode
7574 illegal_opcode
7575 illegal_opcode
7576 illegal_opcode
7577 illegal_opcode
7578 illegal_opcode
7579
7580 opcode 0f db
7581 illegal_opcode
7582 illegal_opcode
7583 illegal_opcode
7584 illegal_opcode
7585 illegal_opcode
7586 illegal_opcode
7587 illegal_opcode
7588 illegal_opcode
7589
7590 opcode 0f dc
7591 illegal_opcode
7592 illegal_opcode
7593 illegal_opcode
7594 illegal_opcode
7595 illegal_opcode
7596 illegal_opcode
7597 illegal_opcode
7598 illegal_opcode
7599
7600 opcode 0f dd
7601 illegal_opcode
7602 illegal_opcode
7603 illegal_opcode
7604 illegal_opcode
7605 illegal_opcode
7606 illegal_opcode
7607 illegal_opcode
7608 illegal_opcode
7609
7610 opcode 0f de
7611 illegal_opcode
7612 illegal_opcode
7613 illegal_opcode
7614 illegal_opcode
7615 illegal_opcode
7616 illegal_opcode
7617 illegal_opcode
7618 illegal_opcode
7619
7620 opcode 0f df
7621 illegal_opcode
7622 illegal_opcode
7623 illegal_opcode
7624 illegal_opcode
7625 illegal_opcode
7626 illegal_opcode
7627 illegal_opcode
7628 illegal_opcode
7629
7630 opcode 0f e0
7631 illegal_opcode
7632 illegal_opcode
7633 illegal_opcode
7634 illegal_opcode
7635 illegal_opcode
7636 illegal_opcode
7637 illegal_opcode
7638 illegal_opcode
7639
7640 opcode 0f e1
7641 illegal_opcode
7642 illegal_opcode
7643 illegal_opcode
7644 illegal_opcode
7645 illegal_opcode
7646 illegal_opcode
7647 illegal_opcode
7648 illegal_opcode
7649
7650 opcode 0f e2
7651 illegal_opcode
7652 illegal_opcode
7653 illegal_opcode
7654 illegal_opcode
7655 illegal_opcode
7656 illegal_opcode
7657 illegal_opcode
7658 illegal_opcode
7659
7660 opcode 0f e3
7661 illegal_opcode
7662 illegal_opcode
7663 illegal_opcode
7664 illegal_opcode
7665 illegal_opcode
7666 illegal_opcode
7667 illegal_opcode
7668 illegal_opcode
7669
7670 opcode 0f e4
7671 illegal_opcode
7672 illegal_opcode
7673 illegal_opcode
7674 illegal_opcode
7675 illegal_opcode
7676 illegal_opcode
7677 illegal_opcode
7678 illegal_opcode
7679
7680 opcode 0f e5
7681 illegal_opcode
7682 illegal_opcode
7683 illegal_opcode
7684 illegal_opcode
7685 illegal_opcode
7686 illegal_opcode
7687 illegal_opcode
7688 illegal_opcode
7689
7690 opcode 0f e6
7691 illegal_opcode
7692 illegal_opcode
7693 illegal_opcode
7694 illegal_opcode
7695 illegal_opcode
7696 illegal_opcode
7697 illegal_opcode
7698 illegal_opcode
7699
7700 opcode 0f e7
7701 illegal_opcode
7702 illegal_opcode
7703 illegal_opcode
7704 illegal_opcode
7705 illegal_opcode
7706 illegal_opcode
7707 illegal_opcode
7708 illegal_opcode
7709
7710 opcode 0f e8
7711 illegal_opcode
7712 illegal_opcode
7713 illegal_opcode
7714 illegal_opcode
7715 illegal_opcode
7716 illegal_opcode
7717 illegal_opcode
7718 illegal_opcode
7719
7720 opcode 0f e9
7721 illegal_opcode
7722 illegal_opcode
7723 illegal_opcode
7724 illegal_opcode
7725 illegal_opcode
7726 illegal_opcode
7727 illegal_opcode
7728 illegal_opcode
7729
7730 opcode 0f ea
7731 illegal_opcode
7732 illegal_opcode
7733 illegal_opcode
7734 illegal_opcode
7735 illegal_opcode
7736 illegal_opcode
7737 illegal_opcode
7738 illegal_opcode
7739
7740 opcode 0f eb
7741 illegal_opcode
7742 illegal_opcode
7743 illegal_opcode
7744 illegal_opcode
7745 illegal_opcode
7746 illegal_opcode
7747 illegal_opcode
7748 illegal_opcode
7749
7750 opcode 0f ec
7751 illegal_opcode
7752 illegal_opcode
7753 illegal_opcode
7754 illegal_opcode
7755 illegal_opcode
7756 illegal_opcode
7757 illegal_opcode
7758 illegal_opcode
7759
7760 opcode 0f ed
7761 illegal_opcode
7762 illegal_opcode
7763 illegal_opcode
7764 illegal_opcode
7765 illegal_opcode
7766 illegal_opcode
7767 illegal_opcode
7768 illegal_opcode
7769
7770 opcode 0f ee
7771 illegal_opcode
7772 illegal_opcode
7773 illegal_opcode
7774 illegal_opcode
7775 illegal_opcode
7776 illegal_opcode
7777 illegal_opcode
7778 illegal_opcode
7779
7780 opcode 0f ef
7781 illegal_opcode
7782 illegal_opcode
7783 illegal_opcode
7784 illegal_opcode
7785 illegal_opcode
7786 illegal_opcode
7787 illegal_opcode
7788 illegal_opcode
7789
7790 opcode 0f f0
7791 illegal_opcode
7792 illegal_opcode
7793 illegal_opcode
7794 illegal_opcode
7795 illegal_opcode
7796 illegal_opcode
7797 illegal_opcode
7798 illegal_opcode
7799
7800 opcode 0f f1
7801 illegal_opcode
7802 illegal_opcode
7803 illegal_opcode
7804 illegal_opcode
7805 illegal_opcode
7806 illegal_opcode
7807 illegal_opcode
7808 illegal_opcode
7809
7810 opcode 0f f2
7811 illegal_opcode
7812 illegal_opcode
7813 illegal_opcode
7814 illegal_opcode
7815 illegal_opcode
7816 illegal_opcode
7817 illegal_opcode
7818 illegal_opcode
7819
7820 opcode 0f f3
7821 illegal_opcode
7822 illegal_opcode
7823 illegal_opcode
7824 illegal_opcode
7825 illegal_opcode
7826 illegal_opcode
7827 illegal_opcode
7828 illegal_opcode
7829
7830 opcode 0f f4
7831 illegal_opcode
7832 illegal_opcode
7833 illegal_opcode
7834 illegal_opcode
7835 illegal_opcode
7836 illegal_opcode
7837 illegal_opcode
7838 illegal_opcode
7839
7840 opcode 0f f5
7841 illegal_opcode
7842 illegal_opcode
7843 illegal_opcode
7844 illegal_opcode
7845 illegal_opcode
7846 illegal_opcode
7847 illegal_opcode
7848 illegal_opcode
7849
7850 opcode 0f f6
7851 illegal_opcode
7852 illegal_opcode
7853 illegal_opcode
7854 illegal_opcode
7855 illegal_opcode
7856 illegal_opcode
7857 illegal_opcode
7858 illegal_opcode
7859
7860 opcode 0f f7
7861 illegal_opcode
7862 illegal_opcode
7863 illegal_opcode
7864 illegal_opcode
7865 illegal_opcode
7866 illegal_opcode
7867 illegal_opcode
7868 illegal_opcode
7869
7870 opcode 0f f8
7871 illegal_opcode
7872 illegal_opcode
7873 illegal_opcode
7874 illegal_opcode
7875 illegal_opcode
7876 illegal_opcode
7877 illegal_opcode
7878 illegal_opcode
7879
7880 opcode 0f f9
7881 illegal_opcode
7882 illegal_opcode
7883 illegal_opcode
7884 illegal_opcode
7885 illegal_opcode
7886 illegal_opcode
7887 illegal_opcode
7888 illegal_opcode
7889
7890 opcode 0f fa
7891 illegal_opcode
7892 illegal_opcode
7893 illegal_opcode
7894 illegal_opcode
7895 illegal_opcode
7896 illegal_opcode
7897 illegal_opcode
7898 illegal_opcode
7899
7900 opcode 0f fb
7901 illegal_opcode
7902 illegal_opcode
7903 illegal_opcode
7904 illegal_opcode
7905 illegal_opcode
7906 illegal_opcode
7907 illegal_opcode
7908 illegal_opcode
7909
7910 opcode 0f fc
7911 illegal_opcode
7912 illegal_opcode
7913 illegal_opcode
7914 illegal_opcode
7915 illegal_opcode
7916 illegal_opcode
7917 illegal_opcode
7918 illegal_opcode
7919
7920 opcode 0f fd
7921 illegal_opcode
7922 illegal_opcode
7923 illegal_opcode
7924 illegal_opcode
7925 illegal_opcode
7926 illegal_opcode
7927 illegal_opcode
7928 illegal_opcode
7929
7930 opcode 0f fe
7931 illegal_opcode
7932 illegal_opcode
7933 illegal_opcode
7934 illegal_opcode
7935 illegal_opcode
7936 illegal_opcode
7937 illegal_opcode
7938 illegal_opcode
7939
7940 opcode 0f ff
7941 00000000  0FFF              ud0
7942 00000000  0FFF              ud0
7943 00000000  0FFF              ud0
7944 00000000  0FFF              ud0
7945 00000000  0FFF              ud0
7946 00000000  0FFF              ud0
7947 00000000  0FFF              ud0
7948 00000000  0FFF              ud0
7949
7950