addressing modes 00 00000000 0000 add [eax],al 00000000 0001 add [ecx],al 00000000 0002 add [edx],al 00000000 0003 add [ebx],al 00000000 000401 add [ecx+eax],al 00000000 000501234567 add [dword 0x67452301],al 00000000 0006 add [esi],al 00000000 0007 add [edi],al 00000000 004001 add [eax+0x1],al 00000000 004101 add [ecx+0x1],al 00000000 004201 add [edx+0x1],al 00000000 004301 add [ebx+0x1],al 00000000 00440123 add [ecx+eax+0x23],al 00000000 004501 add [ebp+0x1],al 00000000 004601 add [esi+0x1],al 00000000 004701 add [edi+0x1],al 00000000 008001234567 add [eax+0x67452301],al 00000000 008101234567 add [ecx+0x67452301],al 00000000 008201234567 add [edx+0x67452301],al 00000000 008301234567 add [ebx+0x67452301],al 00000000 00840123456789 add [ecx+eax-0x7698badd],al 00000000 008501234567 add [ebp+0x67452301],al 00000000 008601234567 add [esi+0x67452301],al 00000000 008701234567 add [edi+0x67452301],al 00000000 00C0 add al,al 00000000 00C1 add cl,al 00000000 00C2 add dl,al 00000000 00C3 add bl,al 00000000 00C4 add ah,al 00000000 00C5 add ch,al 00000000 00C6 add dh,al 00000000 00C7 add bh,al addressing modes 01 00000000 0100 add [eax],eax 00000000 0101 add [ecx],eax 00000000 0102 add [edx],eax 00000000 0103 add [ebx],eax 00000000 010401 add [ecx+eax],eax 00000000 010501234567 add [dword 0x67452301],eax 00000000 0106 add [esi],eax 00000000 0107 add [edi],eax 00000000 014001 add [eax+0x1],eax 00000000 014101 add [ecx+0x1],eax 00000000 014201 add [edx+0x1],eax 00000000 014301 add [ebx+0x1],eax 00000000 01440123 add [ecx+eax+0x23],eax 00000000 014501 add [ebp+0x1],eax 00000000 014601 add [esi+0x1],eax 00000000 014701 add [edi+0x1],eax 00000000 018001234567 add [eax+0x67452301],eax 00000000 018101234567 add [ecx+0x67452301],eax 00000000 018201234567 add [edx+0x67452301],eax 00000000 018301234567 add [ebx+0x67452301],eax 00000000 01840123456789 add [ecx+eax-0x7698badd],eax 00000000 018501234567 add [ebp+0x67452301],eax 00000000 018601234567 add [esi+0x67452301],eax 00000000 018701234567 add [edi+0x67452301],eax 00000000 01C0 add eax,eax 00000000 01C1 add ecx,eax 00000000 01C2 add edx,eax 00000000 01C3 add ebx,eax 00000000 01C4 add esp,eax 00000000 01C5 add ebp,eax 00000000 01C6 add esi,eax 00000000 01C7 add edi,eax addressing modes 00 04 00000000 000400 add [eax+eax],al 00000000 000401 add [ecx+eax],al 00000000 000402 add [edx+eax],al 00000000 000403 add [ebx+eax],al 00000000 000404 add [esp+eax],al 00000000 00040501234567 add [eax+0x67452301],al 00000000 000406 add [esi+eax],al 00000000 000407 add [edi+eax],al 00000000 000408 add [eax+ecx],al 00000000 000409 add [ecx+ecx],al 00000000 00040A add [edx+ecx],al 00000000 00040B add [ebx+ecx],al 00000000 00040C add [esp+ecx],al 00000000 00040D01234567 add [ecx+0x67452301],al 00000000 00040E add [esi+ecx],al 00000000 00040F add [edi+ecx],al 00000000 000410 add [eax+edx],al 00000000 000411 add [ecx+edx],al 00000000 000412 add [edx+edx],al 00000000 000413 add [ebx+edx],al 00000000 000414 add [esp+edx],al 00000000 00041501234567 add [edx+0x67452301],al 00000000 000416 add [esi+edx],al 00000000 000417 add [edi+edx],al 00000000 000418 add [eax+ebx],al 00000000 000419 add [ecx+ebx],al 00000000 00041A add [edx+ebx],al 00000000 00041B add [ebx+ebx],al 00000000 00041C add [esp+ebx],al 00000000 00041D01234567 add [ebx+0x67452301],al 00000000 00041E add [esi+ebx],al 00000000 00041F add [edi+ebx],al 00000000 000420 add [eax],al 00000000 000421 add [ecx],al 00000000 000422 add [edx],al 00000000 000423 add [ebx],al 00000000 000424 add [esp],al 00000000 00042501234567 add [0x67452301],al 00000000 000426 add [esi],al 00000000 000427 add [edi],al 00000000 000428 add [eax+ebp],al 00000000 000429 add [ecx+ebp],al 00000000 00042A add [edx+ebp],al 00000000 00042B add [ebx+ebp],al 00000000 00042C add [esp+ebp],al 00000000 00042D01234567 add [ebp+0x67452301],al 00000000 00042E add [esi+ebp],al 00000000 00042F add [edi+ebp],al 00000000 000430 add [eax+esi],al 00000000 000431 add [ecx+esi],al 00000000 000432 add [edx+esi],al 00000000 000433 add [ebx+esi],al 00000000 000434 add [esp+esi],al 00000000 00043501234567 add [esi+0x67452301],al 00000000 000436 add [esi+esi],al 00000000 000437 add [edi+esi],al 00000000 000438 add [eax+edi],al 00000000 000439 add [ecx+edi],al 00000000 00043A add [edx+edi],al 00000000 00043B add [ebx+edi],al 00000000 00043C add [esp+edi],al 00000000 00043D01234567 add [edi+0x67452301],al 00000000 00043E add [esi+edi],al 00000000 00043F add [edi+edi],al 00000000 000440 add [eax+eax*2],al 00000000 000441 add [ecx+eax*2],al 00000000 000442 add [edx+eax*2],al 00000000 000443 add [ebx+eax*2],al 00000000 000444 add [esp+eax*2],al 00000000 00044501234567 add [eax*2+0x67452301],al 00000000 000446 add [esi+eax*2],al 00000000 000447 add [edi+eax*2],al 00000000 000448 add [eax+ecx*2],al 00000000 000449 add [ecx+ecx*2],al 00000000 00044A add [edx+ecx*2],al 00000000 00044B add [ebx+ecx*2],al 00000000 00044C add [esp+ecx*2],al 00000000 00044D01234567 add [ecx*2+0x67452301],al 00000000 00044E add [esi+ecx*2],al 00000000 00044F add [edi+ecx*2],al 00000000 000450 add [eax+edx*2],al 00000000 000451 add [ecx+edx*2],al 00000000 000452 add [edx+edx*2],al 00000000 000453 add [ebx+edx*2],al 00000000 000454 add [esp+edx*2],al 00000000 00045501234567 add [edx*2+0x67452301],al 00000000 000456 add [esi+edx*2],al 00000000 000457 add [edi+edx*2],al 00000000 000458 add [eax+ebx*2],al 00000000 000459 add [ecx+ebx*2],al 00000000 00045A add [edx+ebx*2],al 00000000 00045B add [ebx+ebx*2],al 00000000 00045C add [esp+ebx*2],al 00000000 00045D01234567 add [ebx*2+0x67452301],al 00000000 00045E add [esi+ebx*2],al 00000000 00045F add [edi+ebx*2],al 00000000 000460 add [eax],al 00000000 000461 add [ecx],al 00000000 000462 add [edx],al 00000000 000463 add [ebx],al 00000000 000464 add [esp],al 00000000 00046501234567 add [0x67452301],al 00000000 000466 add [esi],al 00000000 000467 add [edi],al 00000000 000468 add [eax+ebp*2],al 00000000 000469 add [ecx+ebp*2],al 00000000 00046A add [edx+ebp*2],al 00000000 00046B add [ebx+ebp*2],al 00000000 00046C add [esp+ebp*2],al 00000000 00046D01234567 add [ebp*2+0x67452301],al 00000000 00046E add [esi+ebp*2],al 00000000 00046F add [edi+ebp*2],al 00000000 000470 add [eax+esi*2],al 00000000 000471 add [ecx+esi*2],al 00000000 000472 add [edx+esi*2],al 00000000 000473 add [ebx+esi*2],al 00000000 000474 add [esp+esi*2],al 00000000 00047501234567 add [esi*2+0x67452301],al 00000000 000476 add [esi+esi*2],al 00000000 000477 add [edi+esi*2],al 00000000 000478 add [eax+edi*2],al 00000000 000479 add [ecx+edi*2],al 00000000 00047A add [edx+edi*2],al 00000000 00047B add [ebx+edi*2],al 00000000 00047C add [esp+edi*2],al 00000000 00047D01234567 add [edi*2+0x67452301],al 00000000 00047E add [esi+edi*2],al 00000000 00047F add [edi+edi*2],al 00000000 000480 add [eax+eax*4],al 00000000 000481 add [ecx+eax*4],al 00000000 000482 add [edx+eax*4],al 00000000 000483 add [ebx+eax*4],al 00000000 000484 add [esp+eax*4],al 00000000 00048501234567 add [eax*4+0x67452301],al 00000000 000486 add [esi+eax*4],al 00000000 000487 add [edi+eax*4],al 00000000 000488 add [eax+ecx*4],al 00000000 000489 add [ecx+ecx*4],al 00000000 00048A add [edx+ecx*4],al 00000000 00048B add [ebx+ecx*4],al 00000000 00048C add [esp+ecx*4],al 00000000 00048D01234567 add [ecx*4+0x67452301],al 00000000 00048E add [esi+ecx*4],al 00000000 00048F add [edi+ecx*4],al 00000000 000490 add [eax+edx*4],al 00000000 000491 add [ecx+edx*4],al 00000000 000492 add [edx+edx*4],al 00000000 000493 add [ebx+edx*4],al 00000000 000494 add [esp+edx*4],al 00000000 00049501234567 add [edx*4+0x67452301],al 00000000 000496 add [esi+edx*4],al 00000000 000497 add [edi+edx*4],al 00000000 000498 add [eax+ebx*4],al 00000000 000499 add [ecx+ebx*4],al 00000000 00049A add [edx+ebx*4],al 00000000 00049B add [ebx+ebx*4],al 00000000 00049C add [esp+ebx*4],al 00000000 00049D01234567 add [ebx*4+0x67452301],al 00000000 00049E add [esi+ebx*4],al 00000000 00049F add [edi+ebx*4],al 00000000 0004A0 add [eax],al 00000000 0004A1 add [ecx],al 00000000 0004A2 add [edx],al 00000000 0004A3 add [ebx],al 00000000 0004A4 add [esp],al 00000000 0004A501234567 add [0x67452301],al 00000000 0004A6 add [esi],al 00000000 0004A7 add [edi],al 00000000 0004A8 add [eax+ebp*4],al 00000000 0004A9 add [ecx+ebp*4],al 00000000 0004AA add [edx+ebp*4],al 00000000 0004AB add [ebx+ebp*4],al 00000000 0004AC add [esp+ebp*4],al 00000000 0004AD01234567 add [ebp*4+0x67452301],al 00000000 0004AE add [esi+ebp*4],al 00000000 0004AF add [edi+ebp*4],al 00000000 0004B0 add [eax+esi*4],al 00000000 0004B1 add [ecx+esi*4],al 00000000 0004B2 add [edx+esi*4],al 00000000 0004B3 add [ebx+esi*4],al 00000000 0004B4 add [esp+esi*4],al 00000000 0004B501234567 add [esi*4+0x67452301],al 00000000 0004B6 add [esi+esi*4],al 00000000 0004B7 add [edi+esi*4],al 00000000 0004B8 add [eax+edi*4],al 00000000 0004B9 add [ecx+edi*4],al 00000000 0004BA add [edx+edi*4],al 00000000 0004BB add [ebx+edi*4],al 00000000 0004BC add [esp+edi*4],al 00000000 0004BD01234567 add [edi*4+0x67452301],al 00000000 0004BE add [esi+edi*4],al 00000000 0004BF add [edi+edi*4],al 00000000 0004C0 add [eax+eax*8],al 00000000 0004C1 add [ecx+eax*8],al 00000000 0004C2 add [edx+eax*8],al 00000000 0004C3 add [ebx+eax*8],al 00000000 0004C4 add [esp+eax*8],al 00000000 0004C501234567 add [eax*8+0x67452301],al 00000000 0004C6 add [esi+eax*8],al 00000000 0004C7 add [edi+eax*8],al 00000000 0004C8 add [eax+ecx*8],al 00000000 0004C9 add [ecx+ecx*8],al 00000000 0004CA add [edx+ecx*8],al 00000000 0004CB add [ebx+ecx*8],al 00000000 0004CC add [esp+ecx*8],al 00000000 0004CD01234567 add [ecx*8+0x67452301],al 00000000 0004CE add [esi+ecx*8],al 00000000 0004CF add [edi+ecx*8],al 00000000 0004D0 add [eax+edx*8],al 00000000 0004D1 add [ecx+edx*8],al 00000000 0004D2 add [edx+edx*8],al 00000000 0004D3 add [ebx+edx*8],al 00000000 0004D4 add [esp+edx*8],al 00000000 0004D501234567 add [edx*8+0x67452301],al 00000000 0004D6 add [esi+edx*8],al 00000000 0004D7 add [edi+edx*8],al 00000000 0004D8 add [eax+ebx*8],al 00000000 0004D9 add [ecx+ebx*8],al 00000000 0004DA add [edx+ebx*8],al 00000000 0004DB add [ebx+ebx*8],al 00000000 0004DC add [esp+ebx*8],al 00000000 0004DD01234567 add [ebx*8+0x67452301],al 00000000 0004DE add [esi+ebx*8],al 00000000 0004DF add [edi+ebx*8],al 00000000 0004E0 add [eax],al 00000000 0004E1 add [ecx],al 00000000 0004E2 add [edx],al 00000000 0004E3 add [ebx],al 00000000 0004E4 add [esp],al 00000000 0004E501234567 add [0x67452301],al 00000000 0004E6 add [esi],al 00000000 0004E7 add [edi],al 00000000 0004E8 add [eax+ebp*8],al 00000000 0004E9 add [ecx+ebp*8],al 00000000 0004EA add [edx+ebp*8],al 00000000 0004EB add [ebx+ebp*8],al 00000000 0004EC add [esp+ebp*8],al 00000000 0004ED01234567 add [ebp*8+0x67452301],al 00000000 0004EE add [esi+ebp*8],al 00000000 0004EF add [edi+ebp*8],al 00000000 0004F0 add [eax+esi*8],al 00000000 0004F1 add [ecx+esi*8],al 00000000 0004F2 add [edx+esi*8],al 00000000 0004F3 add [ebx+esi*8],al 00000000 0004F4 add [esp+esi*8],al 00000000 0004F501234567 add [esi*8+0x67452301],al 00000000 0004F6 add [esi+esi*8],al 00000000 0004F7 add [edi+esi*8],al 00000000 0004F8 add [eax+edi*8],al 00000000 0004F9 add [ecx+edi*8],al 00000000 0004FA add [edx+edi*8],al 00000000 0004FB add [ebx+edi*8],al 00000000 0004FC add [esp+edi*8],al 00000000 0004FD01234567 add [edi*8+0x67452301],al 00000000 0004FE add [esi+edi*8],al 00000000 0004FF add [edi+edi*8],al addressing modes 00 44 00000000 00440001 add [eax+eax+0x1],al 00000000 00440101 add [ecx+eax+0x1],al 00000000 00440201 add [edx+eax+0x1],al 00000000 00440301 add [ebx+eax+0x1],al 00000000 00440401 add [esp+eax+0x1],al 00000000 00440501 add [ebp+eax+0x1],al 00000000 00440601 add [esi+eax+0x1],al 00000000 00440701 add [edi+eax+0x1],al 00000000 00440801 add [eax+ecx+0x1],al 00000000 00440901 add [ecx+ecx+0x1],al 00000000 00440A01 add [edx+ecx+0x1],al 00000000 00440B01 add [ebx+ecx+0x1],al 00000000 00440C01 add [esp+ecx+0x1],al 00000000 00440D01 add [ebp+ecx+0x1],al 00000000 00440E01 add [esi+ecx+0x1],al 00000000 00440F01 add [edi+ecx+0x1],al 00000000 00441001 add [eax+edx+0x1],al 00000000 00441101 add [ecx+edx+0x1],al 00000000 00441201 add [edx+edx+0x1],al 00000000 00441301 add [ebx+edx+0x1],al 00000000 00441401 add [esp+edx+0x1],al 00000000 00441501 add [ebp+edx+0x1],al 00000000 00441601 add [esi+edx+0x1],al 00000000 00441701 add [edi+edx+0x1],al 00000000 00441801 add [eax+ebx+0x1],al 00000000 00441901 add [ecx+ebx+0x1],al 00000000 00441A01 add [edx+ebx+0x1],al 00000000 00441B01 add [ebx+ebx+0x1],al 00000000 00441C01 add [esp+ebx+0x1],al 00000000 00441D01 add [ebp+ebx+0x1],al 00000000 00441E01 add [esi+ebx+0x1],al 00000000 00441F01 add [edi+ebx+0x1],al 00000000 00442001 add [eax+0x1],al 00000000 00442101 add [ecx+0x1],al 00000000 00442201 add [edx+0x1],al 00000000 00442301 add [ebx+0x1],al 00000000 00442401 add [esp+0x1],al 00000000 00442501 add [ebp+0x1],al 00000000 00442601 add [esi+0x1],al 00000000 00442701 add [edi+0x1],al 00000000 00442801 add [eax+ebp+0x1],al 00000000 00442901 add [ecx+ebp+0x1],al 00000000 00442A01 add [edx+ebp+0x1],al 00000000 00442B01 add [ebx+ebp+0x1],al 00000000 00442C01 add [esp+ebp+0x1],al 00000000 00442D01 add [ebp+ebp+0x1],al 00000000 00442E01 add [esi+ebp+0x1],al 00000000 00442F01 add [edi+ebp+0x1],al 00000000 00443001 add [eax+esi+0x1],al 00000000 00443101 add [ecx+esi+0x1],al 00000000 00443201 add [edx+esi+0x1],al 00000000 00443301 add [ebx+esi+0x1],al 00000000 00443401 add [esp+esi+0x1],al 00000000 00443501 add [ebp+esi+0x1],al 00000000 00443601 add [esi+esi+0x1],al 00000000 00443701 add [edi+esi+0x1],al 00000000 00443801 add [eax+edi+0x1],al 00000000 00443901 add [ecx+edi+0x1],al 00000000 00443A01 add [edx+edi+0x1],al 00000000 00443B01 add [ebx+edi+0x1],al 00000000 00443C01 add [esp+edi+0x1],al 00000000 00443D01 add [ebp+edi+0x1],al 00000000 00443E01 add [esi+edi+0x1],al 00000000 00443F01 add [edi+edi+0x1],al 00000000 00444001 add [eax+eax*2+0x1],al 00000000 00444101 add [ecx+eax*2+0x1],al 00000000 00444201 add [edx+eax*2+0x1],al 00000000 00444301 add [ebx+eax*2+0x1],al 00000000 00444401 add [esp+eax*2+0x1],al 00000000 00444501 add [ebp+eax*2+0x1],al 00000000 00444601 add [esi+eax*2+0x1],al 00000000 00444701 add [edi+eax*2+0x1],al 00000000 00444801 add [eax+ecx*2+0x1],al 00000000 00444901 add [ecx+ecx*2+0x1],al 00000000 00444A01 add [edx+ecx*2+0x1],al 00000000 00444B01 add [ebx+ecx*2+0x1],al 00000000 00444C01 add [esp+ecx*2+0x1],al 00000000 00444D01 add [ebp+ecx*2+0x1],al 00000000 00444E01 add [esi+ecx*2+0x1],al 00000000 00444F01 add [edi+ecx*2+0x1],al 00000000 00445001 add [eax+edx*2+0x1],al 00000000 00445101 add [ecx+edx*2+0x1],al 00000000 00445201 add [edx+edx*2+0x1],al 00000000 00445301 add [ebx+edx*2+0x1],al 00000000 00445401 add [esp+edx*2+0x1],al 00000000 00445501 add [ebp+edx*2+0x1],al 00000000 00445601 add [esi+edx*2+0x1],al 00000000 00445701 add [edi+edx*2+0x1],al 00000000 00445801 add [eax+ebx*2+0x1],al 00000000 00445901 add [ecx+ebx*2+0x1],al 00000000 00445A01 add [edx+ebx*2+0x1],al 00000000 00445B01 add [ebx+ebx*2+0x1],al 00000000 00445C01 add [esp+ebx*2+0x1],al 00000000 00445D01 add [ebp+ebx*2+0x1],al 00000000 00445E01 add [esi+ebx*2+0x1],al 00000000 00445F01 add [edi+ebx*2+0x1],al 00000000 00446001 add [eax+0x1],al 00000000 00446101 add [ecx+0x1],al 00000000 00446201 add [edx+0x1],al 00000000 00446301 add [ebx+0x1],al 00000000 00446401 add [esp+0x1],al 00000000 00446501 add [ebp+0x1],al 00000000 00446601 add [esi+0x1],al 00000000 00446701 add [edi+0x1],al 00000000 00446801 add [eax+ebp*2+0x1],al 00000000 00446901 add [ecx+ebp*2+0x1],al 00000000 00446A01 add [edx+ebp*2+0x1],al 00000000 00446B01 add [ebx+ebp*2+0x1],al 00000000 00446C01 add [esp+ebp*2+0x1],al 00000000 00446D01 add [ebp+ebp*2+0x1],al 00000000 00446E01 add [esi+ebp*2+0x1],al 00000000 00446F01 add [edi+ebp*2+0x1],al 00000000 00447001 add [eax+esi*2+0x1],al 00000000 00447101 add [ecx+esi*2+0x1],al 00000000 00447201 add [edx+esi*2+0x1],al 00000000 00447301 add [ebx+esi*2+0x1],al 00000000 00447401 add [esp+esi*2+0x1],al 00000000 00447501 add [ebp+esi*2+0x1],al 00000000 00447601 add [esi+esi*2+0x1],al 00000000 00447701 add [edi+esi*2+0x1],al 00000000 00447801 add [eax+edi*2+0x1],al 00000000 00447901 add [ecx+edi*2+0x1],al 00000000 00447A01 add [edx+edi*2+0x1],al 00000000 00447B01 add [ebx+edi*2+0x1],al 00000000 00447C01 add [esp+edi*2+0x1],al 00000000 00447D01 add [ebp+edi*2+0x1],al 00000000 00447E01 add [esi+edi*2+0x1],al 00000000 00447F01 add [edi+edi*2+0x1],al 00000000 00448001 add [eax+eax*4+0x1],al 00000000 00448101 add [ecx+eax*4+0x1],al 00000000 00448201 add [edx+eax*4+0x1],al 00000000 00448301 add [ebx+eax*4+0x1],al 00000000 00448401 add [esp+eax*4+0x1],al 00000000 00448501 add [ebp+eax*4+0x1],al 00000000 00448601 add [esi+eax*4+0x1],al 00000000 00448701 add [edi+eax*4+0x1],al 00000000 00448801 add [eax+ecx*4+0x1],al 00000000 00448901 add [ecx+ecx*4+0x1],al 00000000 00448A01 add [edx+ecx*4+0x1],al 00000000 00448B01 add [ebx+ecx*4+0x1],al 00000000 00448C01 add [esp+ecx*4+0x1],al 00000000 00448D01 add [ebp+ecx*4+0x1],al 00000000 00448E01 add [esi+ecx*4+0x1],al 00000000 00448F01 add [edi+ecx*4+0x1],al 00000000 00449001 add [eax+edx*4+0x1],al 00000000 00449101 add [ecx+edx*4+0x1],al 00000000 00449201 add [edx+edx*4+0x1],al 00000000 00449301 add [ebx+edx*4+0x1],al 00000000 00449401 add [esp+edx*4+0x1],al 00000000 00449501 add [ebp+edx*4+0x1],al 00000000 00449601 add [esi+edx*4+0x1],al 00000000 00449701 add [edi+edx*4+0x1],al 00000000 00449801 add [eax+ebx*4+0x1],al 00000000 00449901 add [ecx+ebx*4+0x1],al 00000000 00449A01 add [edx+ebx*4+0x1],al 00000000 00449B01 add [ebx+ebx*4+0x1],al 00000000 00449C01 add [esp+ebx*4+0x1],al 00000000 00449D01 add [ebp+ebx*4+0x1],al 00000000 00449E01 add [esi+ebx*4+0x1],al 00000000 00449F01 add [edi+ebx*4+0x1],al 00000000 0044A001 add [eax+0x1],al 00000000 0044A101 add [ecx+0x1],al 00000000 0044A201 add [edx+0x1],al 00000000 0044A301 add [ebx+0x1],al 00000000 0044A401 add [esp+0x1],al 00000000 0044A501 add [ebp+0x1],al 00000000 0044A601 add [esi+0x1],al 00000000 0044A701 add [edi+0x1],al 00000000 0044A801 add [eax+ebp*4+0x1],al 00000000 0044A901 add [ecx+ebp*4+0x1],al 00000000 0044AA01 add [edx+ebp*4+0x1],al 00000000 0044AB01 add [ebx+ebp*4+0x1],al 00000000 0044AC01 add [esp+ebp*4+0x1],al 00000000 0044AD01 add [ebp+ebp*4+0x1],al 00000000 0044AE01 add [esi+ebp*4+0x1],al 00000000 0044AF01 add [edi+ebp*4+0x1],al 00000000 0044B001 add [eax+esi*4+0x1],al 00000000 0044B101 add [ecx+esi*4+0x1],al 00000000 0044B201 add [edx+esi*4+0x1],al 00000000 0044B301 add [ebx+esi*4+0x1],al 00000000 0044B401 add [esp+esi*4+0x1],al 00000000 0044B501 add [ebp+esi*4+0x1],al 00000000 0044B601 add [esi+esi*4+0x1],al 00000000 0044B701 add [edi+esi*4+0x1],al 00000000 0044B801 add [eax+edi*4+0x1],al 00000000 0044B901 add [ecx+edi*4+0x1],al 00000000 0044BA01 add [edx+edi*4+0x1],al 00000000 0044BB01 add [ebx+edi*4+0x1],al 00000000 0044BC01 add [esp+edi*4+0x1],al 00000000 0044BD01 add [ebp+edi*4+0x1],al 00000000 0044BE01 add [esi+edi*4+0x1],al 00000000 0044BF01 add [edi+edi*4+0x1],al 00000000 0044C001 add [eax+eax*8+0x1],al 00000000 0044C101 add [ecx+eax*8+0x1],al 00000000 0044C201 add [edx+eax*8+0x1],al 00000000 0044C301 add [ebx+eax*8+0x1],al 00000000 0044C401 add [esp+eax*8+0x1],al 00000000 0044C501 add [ebp+eax*8+0x1],al 00000000 0044C601 add [esi+eax*8+0x1],al 00000000 0044C701 add [edi+eax*8+0x1],al 00000000 0044C801 add [eax+ecx*8+0x1],al 00000000 0044C901 add [ecx+ecx*8+0x1],al 00000000 0044CA01 add [edx+ecx*8+0x1],al 00000000 0044CB01 add [ebx+ecx*8+0x1],al 00000000 0044CC01 add [esp+ecx*8+0x1],al 00000000 0044CD01 add [ebp+ecx*8+0x1],al 00000000 0044CE01 add [esi+ecx*8+0x1],al 00000000 0044CF01 add [edi+ecx*8+0x1],al 00000000 0044D001 add [eax+edx*8+0x1],al 00000000 0044D101 add [ecx+edx*8+0x1],al 00000000 0044D201 add [edx+edx*8+0x1],al 00000000 0044D301 add [ebx+edx*8+0x1],al 00000000 0044D401 add [esp+edx*8+0x1],al 00000000 0044D501 add [ebp+edx*8+0x1],al 00000000 0044D601 add [esi+edx*8+0x1],al 00000000 0044D701 add [edi+edx*8+0x1],al 00000000 0044D801 add [eax+ebx*8+0x1],al 00000000 0044D901 add [ecx+ebx*8+0x1],al 00000000 0044DA01 add [edx+ebx*8+0x1],al 00000000 0044DB01 add [ebx+ebx*8+0x1],al 00000000 0044DC01 add [esp+ebx*8+0x1],al 00000000 0044DD01 add [ebp+ebx*8+0x1],al 00000000 0044DE01 add [esi+ebx*8+0x1],al 00000000 0044DF01 add [edi+ebx*8+0x1],al 00000000 0044E001 add [eax+0x1],al 00000000 0044E101 add [ecx+0x1],al 00000000 0044E201 add [edx+0x1],al 00000000 0044E301 add [ebx+0x1],al 00000000 0044E401 add [esp+0x1],al 00000000 0044E501 add [ebp+0x1],al 00000000 0044E601 add [esi+0x1],al 00000000 0044E701 add [edi+0x1],al 00000000 0044E801 add [eax+ebp*8+0x1],al 00000000 0044E901 add [ecx+ebp*8+0x1],al 00000000 0044EA01 add [edx+ebp*8+0x1],al 00000000 0044EB01 add [ebx+ebp*8+0x1],al 00000000 0044EC01 add [esp+ebp*8+0x1],al 00000000 0044ED01 add [ebp+ebp*8+0x1],al 00000000 0044EE01 add [esi+ebp*8+0x1],al 00000000 0044EF01 add [edi+ebp*8+0x1],al 00000000 0044F001 add [eax+esi*8+0x1],al 00000000 0044F101 add [ecx+esi*8+0x1],al 00000000 0044F201 add [edx+esi*8+0x1],al 00000000 0044F301 add [ebx+esi*8+0x1],al 00000000 0044F401 add [esp+esi*8+0x1],al 00000000 0044F501 add [ebp+esi*8+0x1],al 00000000 0044F601 add [esi+esi*8+0x1],al 00000000 0044F701 add [edi+esi*8+0x1],al 00000000 0044F801 add [eax+edi*8+0x1],al 00000000 0044F901 add [ecx+edi*8+0x1],al 00000000 0044FA01 add [edx+edi*8+0x1],al 00000000 0044FB01 add [ebx+edi*8+0x1],al 00000000 0044FC01 add [esp+edi*8+0x1],al 00000000 0044FD01 add [ebp+edi*8+0x1],al 00000000 0044FE01 add [esi+edi*8+0x1],al 00000000 0044FF01 add [edi+edi*8+0x1],al addressing modes 00 84 00000000 00840001234567 add [eax+eax+0x67452301],al 00000000 00840101234567 add [ecx+eax+0x67452301],al 00000000 00840201234567 add [edx+eax+0x67452301],al 00000000 00840301234567 add [ebx+eax+0x67452301],al 00000000 00840401234567 add [esp+eax+0x67452301],al 00000000 00840501234567 add [ebp+eax+0x67452301],al 00000000 00840601234567 add [esi+eax+0x67452301],al 00000000 00840701234567 add [edi+eax+0x67452301],al 00000000 00840801234567 add [eax+ecx+0x67452301],al 00000000 00840901234567 add [ecx+ecx+0x67452301],al 00000000 00840A01234567 add [edx+ecx+0x67452301],al 00000000 00840B01234567 add [ebx+ecx+0x67452301],al 00000000 00840C01234567 add [esp+ecx+0x67452301],al 00000000 00840D01234567 add [ebp+ecx+0x67452301],al 00000000 00840E01234567 add [esi+ecx+0x67452301],al 00000000 00840F01234567 add [edi+ecx+0x67452301],al 00000000 00841001234567 add [eax+edx+0x67452301],al 00000000 00841101234567 add [ecx+edx+0x67452301],al 00000000 00841201234567 add [edx+edx+0x67452301],al 00000000 00841301234567 add [ebx+edx+0x67452301],al 00000000 00841401234567 add [esp+edx+0x67452301],al 00000000 00841501234567 add [ebp+edx+0x67452301],al 00000000 00841601234567 add [esi+edx+0x67452301],al 00000000 00841701234567 add [edi+edx+0x67452301],al 00000000 00841801234567 add [eax+ebx+0x67452301],al 00000000 00841901234567 add [ecx+ebx+0x67452301],al 00000000 00841A01234567 add [edx+ebx+0x67452301],al 00000000 00841B01234567 add [ebx+ebx+0x67452301],al 00000000 00841C01234567 add [esp+ebx+0x67452301],al 00000000 00841D01234567 add [ebp+ebx+0x67452301],al 00000000 00841E01234567 add [esi+ebx+0x67452301],al 00000000 00841F01234567 add [edi+ebx+0x67452301],al 00000000 00842001234567 add [eax+0x67452301],al 00000000 00842101234567 add [ecx+0x67452301],al 00000000 00842201234567 add [edx+0x67452301],al 00000000 00842301234567 add [ebx+0x67452301],al 00000000 00842401234567 add [esp+0x67452301],al 00000000 00842501234567 add [ebp+0x67452301],al 00000000 00842601234567 add [esi+0x67452301],al 00000000 00842701234567 add [edi+0x67452301],al 00000000 00842801234567 add [eax+ebp+0x67452301],al 00000000 00842901234567 add [ecx+ebp+0x67452301],al 00000000 00842A01234567 add [edx+ebp+0x67452301],al 00000000 00842B01234567 add [ebx+ebp+0x67452301],al 00000000 00842C01234567 add [esp+ebp+0x67452301],al 00000000 00842D01234567 add [ebp+ebp+0x67452301],al 00000000 00842E01234567 add [esi+ebp+0x67452301],al 00000000 00842F01234567 add [edi+ebp+0x67452301],al 00000000 00843001234567 add [eax+esi+0x67452301],al 00000000 00843101234567 add [ecx+esi+0x67452301],al 00000000 00843201234567 add [edx+esi+0x67452301],al 00000000 00843301234567 add [ebx+esi+0x67452301],al 00000000 00843401234567 add [esp+esi+0x67452301],al 00000000 00843501234567 add [ebp+esi+0x67452301],al 00000000 00843601234567 add [esi+esi+0x67452301],al 00000000 00843701234567 add [edi+esi+0x67452301],al 00000000 00843801234567 add [eax+edi+0x67452301],al 00000000 00843901234567 add [ecx+edi+0x67452301],al 00000000 00843A01234567 add [edx+edi+0x67452301],al 00000000 00843B01234567 add [ebx+edi+0x67452301],al 00000000 00843C01234567 add [esp+edi+0x67452301],al 00000000 00843D01234567 add [ebp+edi+0x67452301],al 00000000 00843E01234567 add [esi+edi+0x67452301],al 00000000 00843F01234567 add [edi+edi+0x67452301],al 00000000 00844001234567 add [eax+eax*2+0x67452301],al 00000000 00844101234567 add [ecx+eax*2+0x67452301],al 00000000 00844201234567 add [edx+eax*2+0x67452301],al 00000000 00844301234567 add [ebx+eax*2+0x67452301],al 00000000 00844401234567 add [esp+eax*2+0x67452301],al 00000000 00844501234567 add [ebp+eax*2+0x67452301],al 00000000 00844601234567 add [esi+eax*2+0x67452301],al 00000000 00844701234567 add [edi+eax*2+0x67452301],al 00000000 00844801234567 add [eax+ecx*2+0x67452301],al 00000000 00844901234567 add [ecx+ecx*2+0x67452301],al 00000000 00844A01234567 add [edx+ecx*2+0x67452301],al 00000000 00844B01234567 add [ebx+ecx*2+0x67452301],al 00000000 00844C01234567 add [esp+ecx*2+0x67452301],al 00000000 00844D01234567 add [ebp+ecx*2+0x67452301],al 00000000 00844E01234567 add [esi+ecx*2+0x67452301],al 00000000 00844F01234567 add [edi+ecx*2+0x67452301],al 00000000 00845001234567 add [eax+edx*2+0x67452301],al 00000000 00845101234567 add [ecx+edx*2+0x67452301],al 00000000 00845201234567 add [edx+edx*2+0x67452301],al 00000000 00845301234567 add [ebx+edx*2+0x67452301],al 00000000 00845401234567 add [esp+edx*2+0x67452301],al 00000000 00845501234567 add [ebp+edx*2+0x67452301],al 00000000 00845601234567 add [esi+edx*2+0x67452301],al 00000000 00845701234567 add [edi+edx*2+0x67452301],al 00000000 00845801234567 add [eax+ebx*2+0x67452301],al 00000000 00845901234567 add [ecx+ebx*2+0x67452301],al 00000000 00845A01234567 add [edx+ebx*2+0x67452301],al 00000000 00845B01234567 add [ebx+ebx*2+0x67452301],al 00000000 00845C01234567 add [esp+ebx*2+0x67452301],al 00000000 00845D01234567 add [ebp+ebx*2+0x67452301],al 00000000 00845E01234567 add [esi+ebx*2+0x67452301],al 00000000 00845F01234567 add [edi+ebx*2+0x67452301],al 00000000 00846001234567 add [eax+0x67452301],al 00000000 00846101234567 add [ecx+0x67452301],al 00000000 00846201234567 add [edx+0x67452301],al 00000000 00846301234567 add [ebx+0x67452301],al 00000000 00846401234567 add [esp+0x67452301],al 00000000 00846501234567 add [ebp+0x67452301],al 00000000 00846601234567 add [esi+0x67452301],al 00000000 00846701234567 add [edi+0x67452301],al 00000000 00846801234567 add [eax+ebp*2+0x67452301],al 00000000 00846901234567 add [ecx+ebp*2+0x67452301],al 00000000 00846A01234567 add [edx+ebp*2+0x67452301],al 00000000 00846B01234567 add [ebx+ebp*2+0x67452301],al 00000000 00846C01234567 add [esp+ebp*2+0x67452301],al 00000000 00846D01234567 add [ebp+ebp*2+0x67452301],al 00000000 00846E01234567 add [esi+ebp*2+0x67452301],al 00000000 00846F01234567 add [edi+ebp*2+0x67452301],al 00000000 00847001234567 add [eax+esi*2+0x67452301],al 00000000 00847101234567 add [ecx+esi*2+0x67452301],al 00000000 00847201234567 add [edx+esi*2+0x67452301],al 00000000 00847301234567 add [ebx+esi*2+0x67452301],al 00000000 00847401234567 add [esp+esi*2+0x67452301],al 00000000 00847501234567 add [ebp+esi*2+0x67452301],al 00000000 00847601234567 add [esi+esi*2+0x67452301],al 00000000 00847701234567 add [edi+esi*2+0x67452301],al 00000000 00847801234567 add [eax+edi*2+0x67452301],al 00000000 00847901234567 add [ecx+edi*2+0x67452301],al 00000000 00847A01234567 add [edx+edi*2+0x67452301],al 00000000 00847B01234567 add [ebx+edi*2+0x67452301],al 00000000 00847C01234567 add [esp+edi*2+0x67452301],al 00000000 00847D01234567 add [ebp+edi*2+0x67452301],al 00000000 00847E01234567 add [esi+edi*2+0x67452301],al 00000000 00847F01234567 add [edi+edi*2+0x67452301],al 00000000 00848001234567 add [eax+eax*4+0x67452301],al 00000000 00848101234567 add [ecx+eax*4+0x67452301],al 00000000 00848201234567 add [edx+eax*4+0x67452301],al 00000000 00848301234567 add [ebx+eax*4+0x67452301],al 00000000 00848401234567 add [esp+eax*4+0x67452301],al 00000000 00848501234567 add [ebp+eax*4+0x67452301],al 00000000 00848601234567 add [esi+eax*4+0x67452301],al 00000000 00848701234567 add [edi+eax*4+0x67452301],al 00000000 00848801234567 add [eax+ecx*4+0x67452301],al 00000000 00848901234567 add [ecx+ecx*4+0x67452301],al 00000000 00848A01234567 add [edx+ecx*4+0x67452301],al 00000000 00848B01234567 add [ebx+ecx*4+0x67452301],al 00000000 00848C01234567 add [esp+ecx*4+0x67452301],al 00000000 00848D01234567 add [ebp+ecx*4+0x67452301],al 00000000 00848E01234567 add [esi+ecx*4+0x67452301],al 00000000 00848F01234567 add [edi+ecx*4+0x67452301],al 00000000 00849001234567 add [eax+edx*4+0x67452301],al 00000000 00849101234567 add [ecx+edx*4+0x67452301],al 00000000 00849201234567 add [edx+edx*4+0x67452301],al 00000000 00849301234567 add [ebx+edx*4+0x67452301],al 00000000 00849401234567 add [esp+edx*4+0x67452301],al 00000000 00849501234567 add [ebp+edx*4+0x67452301],al 00000000 00849601234567 add [esi+edx*4+0x67452301],al 00000000 00849701234567 add [edi+edx*4+0x67452301],al 00000000 00849801234567 add [eax+ebx*4+0x67452301],al 00000000 00849901234567 add [ecx+ebx*4+0x67452301],al 00000000 00849A01234567 add [edx+ebx*4+0x67452301],al 00000000 00849B01234567 add [ebx+ebx*4+0x67452301],al 00000000 00849C01234567 add [esp+ebx*4+0x67452301],al 00000000 00849D01234567 add [ebp+ebx*4+0x67452301],al 00000000 00849E01234567 add [esi+ebx*4+0x67452301],al 00000000 00849F01234567 add [edi+ebx*4+0x67452301],al 00000000 0084A001234567 add [eax+0x67452301],al 00000000 0084A101234567 add [ecx+0x67452301],al 00000000 0084A201234567 add [edx+0x67452301],al 00000000 0084A301234567 add [ebx+0x67452301],al 00000000 0084A401234567 add [esp+0x67452301],al 00000000 0084A501234567 add [ebp+0x67452301],al 00000000 0084A601234567 add [esi+0x67452301],al 00000000 0084A701234567 add [edi+0x67452301],al 00000000 0084A801234567 add [eax+ebp*4+0x67452301],al 00000000 0084A901234567 add [ecx+ebp*4+0x67452301],al 00000000 0084AA01234567 add [edx+ebp*4+0x67452301],al 00000000 0084AB01234567 add [ebx+ebp*4+0x67452301],al 00000000 0084AC01234567 add [esp+ebp*4+0x67452301],al 00000000 0084AD01234567 add [ebp+ebp*4+0x67452301],al 00000000 0084AE01234567 add [esi+ebp*4+0x67452301],al 00000000 0084AF01234567 add [edi+ebp*4+0x67452301],al 00000000 0084B001234567 add [eax+esi*4+0x67452301],al 00000000 0084B101234567 add [ecx+esi*4+0x67452301],al 00000000 0084B201234567 add [edx+esi*4+0x67452301],al 00000000 0084B301234567 add [ebx+esi*4+0x67452301],al 00000000 0084B401234567 add [esp+esi*4+0x67452301],al 00000000 0084B501234567 add [ebp+esi*4+0x67452301],al 00000000 0084B601234567 add [esi+esi*4+0x67452301],al 00000000 0084B701234567 add [edi+esi*4+0x67452301],al 00000000 0084B801234567 add [eax+edi*4+0x67452301],al 00000000 0084B901234567 add [ecx+edi*4+0x67452301],al 00000000 0084BA01234567 add [edx+edi*4+0x67452301],al 00000000 0084BB01234567 add [ebx+edi*4+0x67452301],al 00000000 0084BC01234567 add [esp+edi*4+0x67452301],al 00000000 0084BD01234567 add [ebp+edi*4+0x67452301],al 00000000 0084BE01234567 add [esi+edi*4+0x67452301],al 00000000 0084BF01234567 add [edi+edi*4+0x67452301],al 00000000 0084C001234567 add [eax+eax*8+0x67452301],al 00000000 0084C101234567 add [ecx+eax*8+0x67452301],al 00000000 0084C201234567 add [edx+eax*8+0x67452301],al 00000000 0084C301234567 add [ebx+eax*8+0x67452301],al 00000000 0084C401234567 add [esp+eax*8+0x67452301],al 00000000 0084C501234567 add [ebp+eax*8+0x67452301],al 00000000 0084C601234567 add [esi+eax*8+0x67452301],al 00000000 0084C701234567 add [edi+eax*8+0x67452301],al 00000000 0084C801234567 add [eax+ecx*8+0x67452301],al 00000000 0084C901234567 add [ecx+ecx*8+0x67452301],al 00000000 0084CA01234567 add [edx+ecx*8+0x67452301],al 00000000 0084CB01234567 add [ebx+ecx*8+0x67452301],al 00000000 0084CC01234567 add [esp+ecx*8+0x67452301],al 00000000 0084CD01234567 add [ebp+ecx*8+0x67452301],al 00000000 0084CE01234567 add [esi+ecx*8+0x67452301],al 00000000 0084CF01234567 add [edi+ecx*8+0x67452301],al 00000000 0084D001234567 add [eax+edx*8+0x67452301],al 00000000 0084D101234567 add [ecx+edx*8+0x67452301],al 00000000 0084D201234567 add [edx+edx*8+0x67452301],al 00000000 0084D301234567 add [ebx+edx*8+0x67452301],al 00000000 0084D401234567 add [esp+edx*8+0x67452301],al 00000000 0084D501234567 add [ebp+edx*8+0x67452301],al 00000000 0084D601234567 add [esi+edx*8+0x67452301],al 00000000 0084D701234567 add [edi+edx*8+0x67452301],al 00000000 0084D801234567 add [eax+ebx*8+0x67452301],al 00000000 0084D901234567 add [ecx+ebx*8+0x67452301],al 00000000 0084DA01234567 add [edx+ebx*8+0x67452301],al 00000000 0084DB01234567 add [ebx+ebx*8+0x67452301],al 00000000 0084DC01234567 add [esp+ebx*8+0x67452301],al 00000000 0084DD01234567 add [ebp+ebx*8+0x67452301],al 00000000 0084DE01234567 add [esi+ebx*8+0x67452301],al 00000000 0084DF01234567 add [edi+ebx*8+0x67452301],al 00000000 0084E001234567 add [eax+0x67452301],al 00000000 0084E101234567 add [ecx+0x67452301],al 00000000 0084E201234567 add [edx+0x67452301],al 00000000 0084E301234567 add [ebx+0x67452301],al 00000000 0084E401234567 add [esp+0x67452301],al 00000000 0084E501234567 add [ebp+0x67452301],al 00000000 0084E601234567 add [esi+0x67452301],al 00000000 0084E701234567 add [edi+0x67452301],al 00000000 0084E801234567 add [eax+ebp*8+0x67452301],al 00000000 0084E901234567 add [ecx+ebp*8+0x67452301],al 00000000 0084EA01234567 add [edx+ebp*8+0x67452301],al 00000000 0084EB01234567 add [ebx+ebp*8+0x67452301],al 00000000 0084EC01234567 add [esp+ebp*8+0x67452301],al 00000000 0084ED01234567 add [ebp+ebp*8+0x67452301],al 00000000 0084EE01234567 add [esi+ebp*8+0x67452301],al 00000000 0084EF01234567 add [edi+ebp*8+0x67452301],al 00000000 0084F001234567 add [eax+esi*8+0x67452301],al 00000000 0084F101234567 add [ecx+esi*8+0x67452301],al 00000000 0084F201234567 add [edx+esi*8+0x67452301],al 00000000 0084F301234567 add [ebx+esi*8+0x67452301],al 00000000 0084F401234567 add [esp+esi*8+0x67452301],al 00000000 0084F501234567 add [ebp+esi*8+0x67452301],al 00000000 0084F601234567 add [esi+esi*8+0x67452301],al 00000000 0084F701234567 add [edi+esi*8+0x67452301],al 00000000 0084F801234567 add [eax+edi*8+0x67452301],al 00000000 0084F901234567 add [ecx+edi*8+0x67452301],al 00000000 0084FA01234567 add [edx+edi*8+0x67452301],al 00000000 0084FB01234567 add [ebx+edi*8+0x67452301],al 00000000 0084FC01234567 add [esp+edi*8+0x67452301],al 00000000 0084FD01234567 add [ebp+edi*8+0x67452301],al 00000000 0084FE01234567 add [esi+edi*8+0x67452301],al 00000000 0084FF01234567 add [edi+edi*8+0x67452301],al opcodes opcode 00 00000000 0000 add [eax],al 00000000 0008 add [eax],cl 00000000 0010 add [eax],dl 00000000 0018 add [eax],bl 00000000 0020 add [eax],ah 00000000 0028 add [eax],ch 00000000 0030 add [eax],dh 00000000 0038 add [eax],bh opcode 01 00000000 0100 add [eax],eax 00000000 0108 add [eax],ecx 00000000 0110 add [eax],edx 00000000 0118 add [eax],ebx 00000000 0120 add [eax],esp 00000000 0128 add [eax],ebp 00000000 0130 add [eax],esi 00000000 0138 add [eax],edi opcode 02 00000000 0200 add al,[eax] 00000000 0208 add cl,[eax] 00000000 0210 add dl,[eax] 00000000 0218 add bl,[eax] 00000000 0220 add ah,[eax] 00000000 0228 add ch,[eax] 00000000 0230 add dh,[eax] 00000000 0238 add bh,[eax] opcode 03 00000000 0300 add eax,[eax] 00000000 0308 add ecx,[eax] 00000000 0310 add edx,[eax] 00000000 0318 add ebx,[eax] 00000000 0320 add esp,[eax] 00000000 0328 add ebp,[eax] 00000000 0330 add esi,[eax] 00000000 0338 add edi,[eax] opcode 04 00000000 0400 add al,0x0 00000000 0408 add al,0x8 00000000 0410 add al,0x10 00000000 0418 add al,0x18 00000000 0420 add al,0x20 00000000 0428 add al,0x28 00000000 0430 add al,0x30 00000000 0438 add al,0x38 opcode 05 00000000 0500012345 add eax,0x45230100 00000000 0508012345 add eax,0x45230108 00000000 0510012345 add eax,0x45230110 00000000 0518012345 add eax,0x45230118 00000000 0520012345 add eax,0x45230120 00000000 0528012345 add eax,0x45230128 00000000 0530012345 add eax,0x45230130 00000000 0538012345 add eax,0x45230138 opcode 06 00000000 06 push es 00000000 06 push es 00000000 06 push es 00000000 06 push es 00000000 06 push es 00000000 06 push es 00000000 06 push es 00000000 06 push es opcode 07 00000000 07 pop es 00000000 07 pop es 00000000 07 pop es 00000000 07 pop es 00000000 07 pop es 00000000 07 pop es 00000000 07 pop es 00000000 07 pop es opcode 08 00000000 0800 or [eax],al 00000000 0808 or [eax],cl 00000000 0810 or [eax],dl 00000000 0818 or [eax],bl 00000000 0820 or [eax],ah 00000000 0828 or [eax],ch 00000000 0830 or [eax],dh 00000000 0838 or [eax],bh opcode 09 00000000 0900 or [eax],eax 00000000 0908 or [eax],ecx 00000000 0910 or [eax],edx 00000000 0918 or [eax],ebx 00000000 0920 or [eax],esp 00000000 0928 or [eax],ebp 00000000 0930 or [eax],esi 00000000 0938 or [eax],edi opcode 0a 00000000 0A00 or al,[eax] 00000000 0A08 or cl,[eax] 00000000 0A10 or dl,[eax] 00000000 0A18 or bl,[eax] 00000000 0A20 or ah,[eax] 00000000 0A28 or ch,[eax] 00000000 0A30 or dh,[eax] 00000000 0A38 or bh,[eax] opcode 0b 00000000 0B00 or eax,[eax] 00000000 0B08 or ecx,[eax] 00000000 0B10 or edx,[eax] 00000000 0B18 or ebx,[eax] 00000000 0B20 or esp,[eax] 00000000 0B28 or ebp,[eax] 00000000 0B30 or esi,[eax] 00000000 0B38 or edi,[eax] opcode 0c 00000000 0C00 or al,0x0 00000000 0C08 or al,0x8 00000000 0C10 or al,0x10 00000000 0C18 or al,0x18 00000000 0C20 or al,0x20 00000000 0C28 or al,0x28 00000000 0C30 or al,0x30 00000000 0C38 or al,0x38 opcode 0d 00000000 0D00012345 or eax,0x45230100 00000000 0D08012345 or eax,0x45230108 00000000 0D10012345 or eax,0x45230110 00000000 0D18012345 or eax,0x45230118 00000000 0D20012345 or eax,0x45230120 00000000 0D28012345 or eax,0x45230128 00000000 0D30012345 or eax,0x45230130 00000000 0D38012345 or eax,0x45230138 opcode 0e 00000000 0E push cs 00000000 0E push cs 00000000 0E push cs 00000000 0E push cs 00000000 0E push cs 00000000 0E push cs 00000000 0E push cs 00000000 0E push cs opcode 0f 00000000 0F0001 sldt [ecx] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 10 00000000 1000 adc [eax],al 00000000 1008 adc [eax],cl 00000000 1010 adc [eax],dl 00000000 1018 adc [eax],bl 00000000 1020 adc [eax],ah 00000000 1028 adc [eax],ch 00000000 1030 adc [eax],dh 00000000 1038 adc [eax],bh opcode 11 00000000 1100 adc [eax],eax 00000000 1108 adc [eax],ecx 00000000 1110 adc [eax],edx 00000000 1118 adc [eax],ebx 00000000 1120 adc [eax],esp 00000000 1128 adc [eax],ebp 00000000 1130 adc [eax],esi 00000000 1138 adc [eax],edi opcode 12 00000000 1200 adc al,[eax] 00000000 1208 adc cl,[eax] 00000000 1210 adc dl,[eax] 00000000 1218 adc bl,[eax] 00000000 1220 adc ah,[eax] 00000000 1228 adc ch,[eax] 00000000 1230 adc dh,[eax] 00000000 1238 adc bh,[eax] opcode 13 00000000 1300 adc eax,[eax] 00000000 1308 adc ecx,[eax] 00000000 1310 adc edx,[eax] 00000000 1318 adc ebx,[eax] 00000000 1320 adc esp,[eax] 00000000 1328 adc ebp,[eax] 00000000 1330 adc esi,[eax] 00000000 1338 adc edi,[eax] opcode 14 00000000 1400 adc al,0x0 00000000 1408 adc al,0x8 00000000 1410 adc al,0x10 00000000 1418 adc al,0x18 00000000 1420 adc al,0x20 00000000 1428 adc al,0x28 00000000 1430 adc al,0x30 00000000 1438 adc al,0x38 opcode 15 00000000 1500012345 adc eax,0x45230100 00000000 1508012345 adc eax,0x45230108 00000000 1510012345 adc eax,0x45230110 00000000 1518012345 adc eax,0x45230118 00000000 1520012345 adc eax,0x45230120 00000000 1528012345 adc eax,0x45230128 00000000 1530012345 adc eax,0x45230130 00000000 1538012345 adc eax,0x45230138 opcode 16 00000000 16 push ss 00000000 16 push ss 00000000 16 push ss 00000000 16 push ss 00000000 16 push ss 00000000 16 push ss 00000000 16 push ss 00000000 16 push ss opcode 17 00000000 17 pop ss 00000000 17 pop ss 00000000 17 pop ss 00000000 17 pop ss 00000000 17 pop ss 00000000 17 pop ss 00000000 17 pop ss 00000000 17 pop ss opcode 18 00000000 1800 sbb [eax],al 00000000 1808 sbb [eax],cl 00000000 1810 sbb [eax],dl 00000000 1818 sbb [eax],bl 00000000 1820 sbb [eax],ah 00000000 1828 sbb [eax],ch 00000000 1830 sbb [eax],dh 00000000 1838 sbb [eax],bh opcode 19 00000000 1900 sbb [eax],eax 00000000 1908 sbb [eax],ecx 00000000 1910 sbb [eax],edx 00000000 1918 sbb [eax],ebx 00000000 1920 sbb [eax],esp 00000000 1928 sbb [eax],ebp 00000000 1930 sbb [eax],esi 00000000 1938 sbb [eax],edi opcode 1a 00000000 1A00 sbb al,[eax] 00000000 1A08 sbb cl,[eax] 00000000 1A10 sbb dl,[eax] 00000000 1A18 sbb bl,[eax] 00000000 1A20 sbb ah,[eax] 00000000 1A28 sbb ch,[eax] 00000000 1A30 sbb dh,[eax] 00000000 1A38 sbb bh,[eax] opcode 1b 00000000 1B00 sbb eax,[eax] 00000000 1B08 sbb ecx,[eax] 00000000 1B10 sbb edx,[eax] 00000000 1B18 sbb ebx,[eax] 00000000 1B20 sbb esp,[eax] 00000000 1B28 sbb ebp,[eax] 00000000 1B30 sbb esi,[eax] 00000000 1B38 sbb edi,[eax] opcode 1c 00000000 1C00 sbb al,0x0 00000000 1C08 sbb al,0x8 00000000 1C10 sbb al,0x10 00000000 1C18 sbb al,0x18 00000000 1C20 sbb al,0x20 00000000 1C28 sbb al,0x28 00000000 1C30 sbb al,0x30 00000000 1C38 sbb al,0x38 opcode 1d 00000000 1D00012345 sbb eax,0x45230100 00000000 1D08012345 sbb eax,0x45230108 00000000 1D10012345 sbb eax,0x45230110 00000000 1D18012345 sbb eax,0x45230118 00000000 1D20012345 sbb eax,0x45230120 00000000 1D28012345 sbb eax,0x45230128 00000000 1D30012345 sbb eax,0x45230130 00000000 1D38012345 sbb eax,0x45230138 opcode 1e 00000000 1E push ds 00000000 1E push ds 00000000 1E push ds 00000000 1E push ds 00000000 1E push ds 00000000 1E push ds 00000000 1E push ds 00000000 1E push ds opcode 1f 00000000 1F pop ds 00000000 1F pop ds 00000000 1F pop ds 00000000 1F pop ds 00000000 1F pop ds 00000000 1F pop ds 00000000 1F pop ds 00000000 1F pop ds opcode 20 00000000 2000 and [eax],al 00000000 2008 and [eax],cl 00000000 2010 and [eax],dl 00000000 2018 and [eax],bl 00000000 2020 and [eax],ah 00000000 2028 and [eax],ch 00000000 2030 and [eax],dh 00000000 2038 and [eax],bh opcode 21 00000000 2100 and [eax],eax 00000000 2108 and [eax],ecx 00000000 2110 and [eax],edx 00000000 2118 and [eax],ebx 00000000 2120 and [eax],esp 00000000 2128 and [eax],ebp 00000000 2130 and [eax],esi 00000000 2138 and [eax],edi opcode 22 00000000 2200 and al,[eax] 00000000 2208 and cl,[eax] 00000000 2210 and dl,[eax] 00000000 2218 and bl,[eax] 00000000 2220 and ah,[eax] 00000000 2228 and ch,[eax] 00000000 2230 and dh,[eax] 00000000 2238 and bh,[eax] opcode 23 00000000 2300 and eax,[eax] 00000000 2308 and ecx,[eax] 00000000 2310 and edx,[eax] 00000000 2318 and ebx,[eax] 00000000 2320 and esp,[eax] 00000000 2328 and ebp,[eax] 00000000 2330 and esi,[eax] 00000000 2338 and edi,[eax] opcode 24 00000000 2400 and al,0x0 00000000 2408 and al,0x8 00000000 2410 and al,0x10 00000000 2418 and al,0x18 00000000 2420 and al,0x20 00000000 2428 and al,0x28 00000000 2430 and al,0x30 00000000 2438 and al,0x38 opcode 25 00000000 2500012345 and eax,0x45230100 00000000 2508012345 and eax,0x45230108 00000000 2510012345 and eax,0x45230110 00000000 2518012345 and eax,0x45230118 00000000 2520012345 and eax,0x45230120 00000000 2528012345 and eax,0x45230128 00000000 2530012345 and eax,0x45230130 00000000 2538012345 and eax,0x45230138 opcode 26 00000000 260001 add [es:ecx],al 00000000 260801 or [es:ecx],al 00000000 261001 adc [es:ecx],al 00000000 261801 sbb [es:ecx],al 00000000 262001 and [es:ecx],al 00000000 262801 sub [es:ecx],al 00000000 263001 xor [es:ecx],al 00000000 263801 cmp [es:ecx],al opcode 27 00000000 27 daa 00000000 27 daa 00000000 27 daa 00000000 27 daa 00000000 27 daa 00000000 27 daa 00000000 27 daa 00000000 27 daa opcode 28 00000000 2800 sub [eax],al 00000000 2808 sub [eax],cl 00000000 2810 sub [eax],dl 00000000 2818 sub [eax],bl 00000000 2820 sub [eax],ah 00000000 2828 sub [eax],ch 00000000 2830 sub [eax],dh 00000000 2838 sub [eax],bh opcode 29 00000000 2900 sub [eax],eax 00000000 2908 sub [eax],ecx 00000000 2910 sub [eax],edx 00000000 2918 sub [eax],ebx 00000000 2920 sub [eax],esp 00000000 2928 sub [eax],ebp 00000000 2930 sub [eax],esi 00000000 2938 sub [eax],edi opcode 2a 00000000 2A00 sub al,[eax] 00000000 2A08 sub cl,[eax] 00000000 2A10 sub dl,[eax] 00000000 2A18 sub bl,[eax] 00000000 2A20 sub ah,[eax] 00000000 2A28 sub ch,[eax] 00000000 2A30 sub dh,[eax] 00000000 2A38 sub bh,[eax] opcode 2b 00000000 2B00 sub eax,[eax] 00000000 2B08 sub ecx,[eax] 00000000 2B10 sub edx,[eax] 00000000 2B18 sub ebx,[eax] 00000000 2B20 sub esp,[eax] 00000000 2B28 sub ebp,[eax] 00000000 2B30 sub esi,[eax] 00000000 2B38 sub edi,[eax] opcode 2c 00000000 2C00 sub al,0x0 00000000 2C08 sub al,0x8 00000000 2C10 sub al,0x10 00000000 2C18 sub al,0x18 00000000 2C20 sub al,0x20 00000000 2C28 sub al,0x28 00000000 2C30 sub al,0x30 00000000 2C38 sub al,0x38 opcode 2d 00000000 2D00012345 sub eax,0x45230100 00000000 2D08012345 sub eax,0x45230108 00000000 2D10012345 sub eax,0x45230110 00000000 2D18012345 sub eax,0x45230118 00000000 2D20012345 sub eax,0x45230120 00000000 2D28012345 sub eax,0x45230128 00000000 2D30012345 sub eax,0x45230130 00000000 2D38012345 sub eax,0x45230138 opcode 2e 00000000 2E0001 add [cs:ecx],al 00000000 2E0801 or [cs:ecx],al 00000000 2E1001 adc [cs:ecx],al 00000000 2E1801 sbb [cs:ecx],al 00000000 2E2001 and [cs:ecx],al 00000000 2E2801 sub [cs:ecx],al 00000000 2E3001 xor [cs:ecx],al 00000000 2E3801 cmp [cs:ecx],al opcode 2f 00000000 2F das 00000000 2F das 00000000 2F das 00000000 2F das 00000000 2F das 00000000 2F das 00000000 2F das 00000000 2F das opcode 30 00000000 3000 xor [eax],al 00000000 3008 xor [eax],cl 00000000 3010 xor [eax],dl 00000000 3018 xor [eax],bl 00000000 3020 xor [eax],ah 00000000 3028 xor [eax],ch 00000000 3030 xor [eax],dh 00000000 3038 xor [eax],bh opcode 31 00000000 3100 xor [eax],eax 00000000 3108 xor [eax],ecx 00000000 3110 xor [eax],edx 00000000 3118 xor [eax],ebx 00000000 3120 xor [eax],esp 00000000 3128 xor [eax],ebp 00000000 3130 xor [eax],esi 00000000 3138 xor [eax],edi opcode 32 00000000 3200 xor al,[eax] 00000000 3208 xor cl,[eax] 00000000 3210 xor dl,[eax] 00000000 3218 xor bl,[eax] 00000000 3220 xor ah,[eax] 00000000 3228 xor ch,[eax] 00000000 3230 xor dh,[eax] 00000000 3238 xor bh,[eax] opcode 33 00000000 3300 xor eax,[eax] 00000000 3308 xor ecx,[eax] 00000000 3310 xor edx,[eax] 00000000 3318 xor ebx,[eax] 00000000 3320 xor esp,[eax] 00000000 3328 xor ebp,[eax] 00000000 3330 xor esi,[eax] 00000000 3338 xor edi,[eax] opcode 34 00000000 3400 xor al,0x0 00000000 3408 xor al,0x8 00000000 3410 xor al,0x10 00000000 3418 xor al,0x18 00000000 3420 xor al,0x20 00000000 3428 xor al,0x28 00000000 3430 xor al,0x30 00000000 3438 xor al,0x38 opcode 35 00000000 3500012345 xor eax,0x45230100 00000000 3508012345 xor eax,0x45230108 00000000 3510012345 xor eax,0x45230110 00000000 3518012345 xor eax,0x45230118 00000000 3520012345 xor eax,0x45230120 00000000 3528012345 xor eax,0x45230128 00000000 3530012345 xor eax,0x45230130 00000000 3538012345 xor eax,0x45230138 opcode 36 00000000 360001 add [ss:ecx],al 00000000 360801 or [ss:ecx],al 00000000 361001 adc [ss:ecx],al 00000000 361801 sbb [ss:ecx],al 00000000 362001 and [ss:ecx],al 00000000 362801 sub [ss:ecx],al 00000000 363001 xor [ss:ecx],al 00000000 363801 cmp [ss:ecx],al opcode 37 00000000 37 aaa 00000000 37 aaa 00000000 37 aaa 00000000 37 aaa 00000000 37 aaa 00000000 37 aaa 00000000 37 aaa 00000000 37 aaa opcode 38 00000000 3800 cmp [eax],al 00000000 3808 cmp [eax],cl 00000000 3810 cmp [eax],dl 00000000 3818 cmp [eax],bl 00000000 3820 cmp [eax],ah 00000000 3828 cmp [eax],ch 00000000 3830 cmp [eax],dh 00000000 3838 cmp [eax],bh opcode 39 00000000 3900 cmp [eax],eax 00000000 3908 cmp [eax],ecx 00000000 3910 cmp [eax],edx 00000000 3918 cmp [eax],ebx 00000000 3920 cmp [eax],esp 00000000 3928 cmp [eax],ebp 00000000 3930 cmp [eax],esi 00000000 3938 cmp [eax],edi opcode 3a 00000000 3A00 cmp al,[eax] 00000000 3A08 cmp cl,[eax] 00000000 3A10 cmp dl,[eax] 00000000 3A18 cmp bl,[eax] 00000000 3A20 cmp ah,[eax] 00000000 3A28 cmp ch,[eax] 00000000 3A30 cmp dh,[eax] 00000000 3A38 cmp bh,[eax] opcode 3b 00000000 3B00 cmp eax,[eax] 00000000 3B08 cmp ecx,[eax] 00000000 3B10 cmp edx,[eax] 00000000 3B18 cmp ebx,[eax] 00000000 3B20 cmp esp,[eax] 00000000 3B28 cmp ebp,[eax] 00000000 3B30 cmp esi,[eax] 00000000 3B38 cmp edi,[eax] opcode 3c 00000000 3C00 cmp al,0x0 00000000 3C08 cmp al,0x8 00000000 3C10 cmp al,0x10 00000000 3C18 cmp al,0x18 00000000 3C20 cmp al,0x20 00000000 3C28 cmp al,0x28 00000000 3C30 cmp al,0x30 00000000 3C38 cmp al,0x38 opcode 3d 00000000 3D00012345 cmp eax,0x45230100 00000000 3D08012345 cmp eax,0x45230108 00000000 3D10012345 cmp eax,0x45230110 00000000 3D18012345 cmp eax,0x45230118 00000000 3D20012345 cmp eax,0x45230120 00000000 3D28012345 cmp eax,0x45230128 00000000 3D30012345 cmp eax,0x45230130 00000000 3D38012345 cmp eax,0x45230138 opcode 3e 00000000 3E0001 add [ds:ecx],al 00000000 3E0801 or [ds:ecx],al 00000000 3E1001 adc [ds:ecx],al 00000000 3E1801 sbb [ds:ecx],al 00000000 3E2001 and [ds:ecx],al 00000000 3E2801 sub [ds:ecx],al 00000000 3E3001 xor [ds:ecx],al 00000000 3E3801 cmp [ds:ecx],al opcode 3f 00000000 3F aas 00000000 3F aas 00000000 3F aas 00000000 3F aas 00000000 3F aas 00000000 3F aas 00000000 3F aas 00000000 3F aas opcode 40 00000000 40 inc eax 00000000 40 inc eax 00000000 40 inc eax 00000000 40 inc eax 00000000 40 inc eax 00000000 40 inc eax 00000000 40 inc eax 00000000 40 inc eax opcode 41 00000000 41 inc ecx 00000000 41 inc ecx 00000000 41 inc ecx 00000000 41 inc ecx 00000000 41 inc ecx 00000000 41 inc ecx 00000000 41 inc ecx 00000000 41 inc ecx opcode 42 00000000 42 inc edx 00000000 42 inc edx 00000000 42 inc edx 00000000 42 inc edx 00000000 42 inc edx 00000000 42 inc edx 00000000 42 inc edx 00000000 42 inc edx opcode 43 00000000 43 inc ebx 00000000 43 inc ebx 00000000 43 inc ebx 00000000 43 inc ebx 00000000 43 inc ebx 00000000 43 inc ebx 00000000 43 inc ebx 00000000 43 inc ebx opcode 44 00000000 44 inc esp 00000000 44 inc esp 00000000 44 inc esp 00000000 44 inc esp 00000000 44 inc esp 00000000 44 inc esp 00000000 44 inc esp 00000000 44 inc esp opcode 45 00000000 45 inc ebp 00000000 45 inc ebp 00000000 45 inc ebp 00000000 45 inc ebp 00000000 45 inc ebp 00000000 45 inc ebp 00000000 45 inc ebp 00000000 45 inc ebp opcode 46 00000000 46 inc esi 00000000 46 inc esi 00000000 46 inc esi 00000000 46 inc esi 00000000 46 inc esi 00000000 46 inc esi 00000000 46 inc esi 00000000 46 inc esi opcode 47 00000000 47 inc edi 00000000 47 inc edi 00000000 47 inc edi 00000000 47 inc edi 00000000 47 inc edi 00000000 47 inc edi 00000000 47 inc edi 00000000 47 inc edi opcode 48 00000000 48 dec eax 00000000 48 dec eax 00000000 48 dec eax 00000000 48 dec eax 00000000 48 dec eax 00000000 48 dec eax 00000000 48 dec eax 00000000 48 dec eax opcode 49 00000000 49 dec ecx 00000000 49 dec ecx 00000000 49 dec ecx 00000000 49 dec ecx 00000000 49 dec ecx 00000000 49 dec ecx 00000000 49 dec ecx 00000000 49 dec ecx opcode 4a 00000000 4A dec edx 00000000 4A dec edx 00000000 4A dec edx 00000000 4A dec edx 00000000 4A dec edx 00000000 4A dec edx 00000000 4A dec edx 00000000 4A dec edx opcode 4b 00000000 4B dec ebx 00000000 4B dec ebx 00000000 4B dec ebx 00000000 4B dec ebx 00000000 4B dec ebx 00000000 4B dec ebx 00000000 4B dec ebx 00000000 4B dec ebx opcode 4c 00000000 4C dec esp 00000000 4C dec esp 00000000 4C dec esp 00000000 4C dec esp 00000000 4C dec esp 00000000 4C dec esp 00000000 4C dec esp 00000000 4C dec esp opcode 4d 00000000 4D dec ebp 00000000 4D dec ebp 00000000 4D dec ebp 00000000 4D dec ebp 00000000 4D dec ebp 00000000 4D dec ebp 00000000 4D dec ebp 00000000 4D dec ebp opcode 4e 00000000 4E dec esi 00000000 4E dec esi 00000000 4E dec esi 00000000 4E dec esi 00000000 4E dec esi 00000000 4E dec esi 00000000 4E dec esi 00000000 4E dec esi opcode 4f 00000000 4F dec edi 00000000 4F dec edi 00000000 4F dec edi 00000000 4F dec edi 00000000 4F dec edi 00000000 4F dec edi 00000000 4F dec edi 00000000 4F dec edi opcode 50 00000000 50 push eax 00000000 50 push eax 00000000 50 push eax 00000000 50 push eax 00000000 50 push eax 00000000 50 push eax 00000000 50 push eax 00000000 50 push eax opcode 51 00000000 51 push ecx 00000000 51 push ecx 00000000 51 push ecx 00000000 51 push ecx 00000000 51 push ecx 00000000 51 push ecx 00000000 51 push ecx 00000000 51 push ecx opcode 52 00000000 52 push edx 00000000 52 push edx 00000000 52 push edx 00000000 52 push edx 00000000 52 push edx 00000000 52 push edx 00000000 52 push edx 00000000 52 push edx opcode 53 00000000 53 push ebx 00000000 53 push ebx 00000000 53 push ebx 00000000 53 push ebx 00000000 53 push ebx 00000000 53 push ebx 00000000 53 push ebx 00000000 53 push ebx opcode 54 00000000 54 push esp 00000000 54 push esp 00000000 54 push esp 00000000 54 push esp 00000000 54 push esp 00000000 54 push esp 00000000 54 push esp 00000000 54 push esp opcode 55 00000000 55 push ebp 00000000 55 push ebp 00000000 55 push ebp 00000000 55 push ebp 00000000 55 push ebp 00000000 55 push ebp 00000000 55 push ebp 00000000 55 push ebp opcode 56 00000000 56 push esi 00000000 56 push esi 00000000 56 push esi 00000000 56 push esi 00000000 56 push esi 00000000 56 push esi 00000000 56 push esi 00000000 56 push esi opcode 57 00000000 57 push edi 00000000 57 push edi 00000000 57 push edi 00000000 57 push edi 00000000 57 push edi 00000000 57 push edi 00000000 57 push edi 00000000 57 push edi opcode 58 00000000 58 pop eax 00000000 58 pop eax 00000000 58 pop eax 00000000 58 pop eax 00000000 58 pop eax 00000000 58 pop eax 00000000 58 pop eax 00000000 58 pop eax opcode 59 00000000 59 pop ecx 00000000 59 pop ecx 00000000 59 pop ecx 00000000 59 pop ecx 00000000 59 pop ecx 00000000 59 pop ecx 00000000 59 pop ecx 00000000 59 pop ecx opcode 5a 00000000 5A pop edx 00000000 5A pop edx 00000000 5A pop edx 00000000 5A pop edx 00000000 5A pop edx 00000000 5A pop edx 00000000 5A pop edx 00000000 5A pop edx opcode 5b 00000000 5B pop ebx 00000000 5B pop ebx 00000000 5B pop ebx 00000000 5B pop ebx 00000000 5B pop ebx 00000000 5B pop ebx 00000000 5B pop ebx 00000000 5B pop ebx opcode 5c 00000000 5C pop esp 00000000 5C pop esp 00000000 5C pop esp 00000000 5C pop esp 00000000 5C pop esp 00000000 5C pop esp 00000000 5C pop esp 00000000 5C pop esp opcode 5d 00000000 5D pop ebp 00000000 5D pop ebp 00000000 5D pop ebp 00000000 5D pop ebp 00000000 5D pop ebp 00000000 5D pop ebp 00000000 5D pop ebp 00000000 5D pop ebp opcode 5e 00000000 5E pop esi 00000000 5E pop esi 00000000 5E pop esi 00000000 5E pop esi 00000000 5E pop esi 00000000 5E pop esi 00000000 5E pop esi 00000000 5E pop esi opcode 5f 00000000 5F pop edi 00000000 5F pop edi 00000000 5F pop edi 00000000 5F pop edi 00000000 5F pop edi 00000000 5F pop edi 00000000 5F pop edi 00000000 5F pop edi opcode 60 00000000 60 pusha 00000000 60 pusha 00000000 60 pusha 00000000 60 pusha 00000000 60 pusha 00000000 60 pusha 00000000 60 pusha 00000000 60 pusha opcode 61 00000000 61 popa 00000000 61 popa 00000000 61 popa 00000000 61 popa 00000000 61 popa 00000000 61 popa 00000000 61 popa 00000000 61 popa opcode 62 00000000 6200 bound eax,[eax] 00000000 6208 bound ecx,[eax] 00000000 6210 bound edx,[eax] 00000000 6218 bound ebx,[eax] 00000000 6220 bound esp,[eax] 00000000 6228 bound ebp,[eax] 00000000 6230 bound esi,[eax] 00000000 6238 bound edi,[eax] opcode 63 00000000 6300 arpl [eax],ax 00000000 6308 arpl [eax],cx 00000000 6310 arpl [eax],dx 00000000 6318 arpl [eax],bx 00000000 6320 arpl [eax],sp 00000000 6328 arpl [eax],bp 00000000 6330 arpl [eax],si 00000000 6338 arpl [eax],di opcode 64 00000000 640001 add [fs:ecx],al 00000000 640801 or [fs:ecx],al 00000000 641001 adc [fs:ecx],al 00000000 641801 sbb [fs:ecx],al 00000000 642001 and [fs:ecx],al 00000000 642801 sub [fs:ecx],al 00000000 643001 xor [fs:ecx],al 00000000 643801 cmp [fs:ecx],al opcode 65 00000000 650001 add [gs:ecx],al 00000000 650801 or [gs:ecx],al 00000000 651001 adc [gs:ecx],al 00000000 651801 sbb [gs:ecx],al 00000000 652001 and [gs:ecx],al 00000000 652801 sub [gs:ecx],al 00000000 653001 xor [gs:ecx],al 00000000 653801 cmp [gs:ecx],al opcode 66 00000000 660001 o16 add [ecx],al 00000000 660801 o16 or [ecx],al 00000000 661001 o16 adc [ecx],al 00000000 661801 o16 sbb [ecx],al 00000000 662001 o16 and [ecx],al 00000000 662801 o16 sub [ecx],al 00000000 663001 o16 xor [ecx],al 00000000 663801 o16 cmp [ecx],al opcode 67 00000000 670001 add [bx+di],al 00000000 670801 or [bx+di],al 00000000 671001 adc [bx+di],al 00000000 671801 sbb [bx+di],al 00000000 672001 and [bx+di],al 00000000 672801 sub [bx+di],al 00000000 673001 xor [bx+di],al 00000000 673801 cmp [bx+di],al opcode 68 00000000 6800012345 push dword 0x45230100 00000000 6808012345 push dword 0x45230108 00000000 6810012345 push dword 0x45230110 00000000 6818012345 push dword 0x45230118 00000000 6820012345 push dword 0x45230120 00000000 6828012345 push dword 0x45230128 00000000 6830012345 push dword 0x45230130 00000000 6838012345 push dword 0x45230138 opcode 69 00000000 690001234567 imul eax,[eax],dword 0x67452301 00000000 690801234567 imul ecx,[eax],dword 0x67452301 00000000 691001234567 imul edx,[eax],dword 0x67452301 00000000 691801234567 imul ebx,[eax],dword 0x67452301 00000000 692001234567 imul esp,[eax],dword 0x67452301 00000000 692801234567 imul ebp,[eax],dword 0x67452301 00000000 693001234567 imul esi,[eax],dword 0x67452301 00000000 693801234567 imul edi,[eax],dword 0x67452301 opcode 6a 00000000 6A00 push byte +0x0 00000000 6A08 push byte +0x8 00000000 6A10 push byte +0x10 00000000 6A18 push byte +0x18 00000000 6A20 push byte +0x20 00000000 6A28 push byte +0x28 00000000 6A30 push byte +0x30 00000000 6A38 push byte +0x38 opcode 6b 00000000 6B0001 imul eax,[eax],byte +0x1 00000000 6B0801 imul ecx,[eax],byte +0x1 00000000 6B1001 imul edx,[eax],byte +0x1 00000000 6B1801 imul ebx,[eax],byte +0x1 00000000 6B2001 imul esp,[eax],byte +0x1 00000000 6B2801 imul ebp,[eax],byte +0x1 00000000 6B3001 imul esi,[eax],byte +0x1 00000000 6B3801 imul edi,[eax],byte +0x1 opcode 6c 00000000 6C insb 00000000 6C insb 00000000 6C insb 00000000 6C insb 00000000 6C insb 00000000 6C insb 00000000 6C insb 00000000 6C insb opcode 6d 00000000 6D insd 00000000 6D insd 00000000 6D insd 00000000 6D insd 00000000 6D insd 00000000 6D insd 00000000 6D insd 00000000 6D insd opcode 6e 00000000 6E outsb 00000000 6E outsb 00000000 6E outsb 00000000 6E outsb 00000000 6E outsb 00000000 6E outsb 00000000 6E outsb 00000000 6E outsb opcode 6f 00000000 6F outsd 00000000 6F outsd 00000000 6F outsd 00000000 6F outsd 00000000 6F outsd 00000000 6F outsd 00000000 6F outsd 00000000 6F outsd opcode 70 00000000 7000 jo 0x2 00000000 7008 jo 0xa 00000000 7010 jo 0x12 00000000 7018 jo 0x1a 00000000 7020 jo 0x22 00000000 7028 jo 0x2a 00000000 7030 jo 0x32 00000000 7038 jo 0x3a opcode 71 00000000 7100 jno 0x2 00000000 7108 jno 0xa 00000000 7110 jno 0x12 00000000 7118 jno 0x1a 00000000 7120 jno 0x22 00000000 7128 jno 0x2a 00000000 7130 jno 0x32 00000000 7138 jno 0x3a opcode 72 00000000 7200 jc 0x2 00000000 7208 jc 0xa 00000000 7210 jc 0x12 00000000 7218 jc 0x1a 00000000 7220 jc 0x22 00000000 7228 jc 0x2a 00000000 7230 jc 0x32 00000000 7238 jc 0x3a opcode 73 00000000 7300 jnc 0x2 00000000 7308 jnc 0xa 00000000 7310 jnc 0x12 00000000 7318 jnc 0x1a 00000000 7320 jnc 0x22 00000000 7328 jnc 0x2a 00000000 7330 jnc 0x32 00000000 7338 jnc 0x3a opcode 74 00000000 7400 jz 0x2 00000000 7408 jz 0xa 00000000 7410 jz 0x12 00000000 7418 jz 0x1a 00000000 7420 jz 0x22 00000000 7428 jz 0x2a 00000000 7430 jz 0x32 00000000 7438 jz 0x3a opcode 75 00000000 7500 jnz 0x2 00000000 7508 jnz 0xa 00000000 7510 jnz 0x12 00000000 7518 jnz 0x1a 00000000 7520 jnz 0x22 00000000 7528 jnz 0x2a 00000000 7530 jnz 0x32 00000000 7538 jnz 0x3a opcode 76 00000000 7600 jna 0x2 00000000 7608 jna 0xa 00000000 7610 jna 0x12 00000000 7618 jna 0x1a 00000000 7620 jna 0x22 00000000 7628 jna 0x2a 00000000 7630 jna 0x32 00000000 7638 jna 0x3a opcode 77 00000000 7700 ja 0x2 00000000 7708 ja 0xa 00000000 7710 ja 0x12 00000000 7718 ja 0x1a 00000000 7720 ja 0x22 00000000 7728 ja 0x2a 00000000 7730 ja 0x32 00000000 7738 ja 0x3a opcode 78 00000000 7800 js 0x2 00000000 7808 js 0xa 00000000 7810 js 0x12 00000000 7818 js 0x1a 00000000 7820 js 0x22 00000000 7828 js 0x2a 00000000 7830 js 0x32 00000000 7838 js 0x3a opcode 79 00000000 7900 jns 0x2 00000000 7908 jns 0xa 00000000 7910 jns 0x12 00000000 7918 jns 0x1a 00000000 7920 jns 0x22 00000000 7928 jns 0x2a 00000000 7930 jns 0x32 00000000 7938 jns 0x3a opcode 7a 00000000 7A00 jpe 0x2 00000000 7A08 jpe 0xa 00000000 7A10 jpe 0x12 00000000 7A18 jpe 0x1a 00000000 7A20 jpe 0x22 00000000 7A28 jpe 0x2a 00000000 7A30 jpe 0x32 00000000 7A38 jpe 0x3a opcode 7b 00000000 7B00 jpo 0x2 00000000 7B08 jpo 0xa 00000000 7B10 jpo 0x12 00000000 7B18 jpo 0x1a 00000000 7B20 jpo 0x22 00000000 7B28 jpo 0x2a 00000000 7B30 jpo 0x32 00000000 7B38 jpo 0x3a opcode 7c 00000000 7C00 jl 0x2 00000000 7C08 jl 0xa 00000000 7C10 jl 0x12 00000000 7C18 jl 0x1a 00000000 7C20 jl 0x22 00000000 7C28 jl 0x2a 00000000 7C30 jl 0x32 00000000 7C38 jl 0x3a opcode 7d 00000000 7D00 jnl 0x2 00000000 7D08 jnl 0xa 00000000 7D10 jnl 0x12 00000000 7D18 jnl 0x1a 00000000 7D20 jnl 0x22 00000000 7D28 jnl 0x2a 00000000 7D30 jnl 0x32 00000000 7D38 jnl 0x3a opcode 7e 00000000 7E00 jng 0x2 00000000 7E08 jng 0xa 00000000 7E10 jng 0x12 00000000 7E18 jng 0x1a 00000000 7E20 jng 0x22 00000000 7E28 jng 0x2a 00000000 7E30 jng 0x32 00000000 7E38 jng 0x3a opcode 7f 00000000 7F00 jg 0x2 00000000 7F08 jg 0xa 00000000 7F10 jg 0x12 00000000 7F18 jg 0x1a 00000000 7F20 jg 0x22 00000000 7F28 jg 0x2a 00000000 7F30 jg 0x32 00000000 7F38 jg 0x3a opcode 80 00000000 800001 add byte [eax],0x1 00000000 800801 or byte [eax],0x1 00000000 801001 adc byte [eax],0x1 00000000 801801 sbb byte [eax],0x1 00000000 802001 and byte [eax],0x1 00000000 802801 sub byte [eax],0x1 00000000 803001 xor byte [eax],0x1 00000000 803801 cmp byte [eax],0x1 opcode 81 00000000 810001234567 add dword [eax],0x67452301 00000000 810801234567 or dword [eax],0x67452301 00000000 811001234567 adc dword [eax],0x67452301 00000000 811801234567 sbb dword [eax],0x67452301 00000000 812001234567 and dword [eax],0x67452301 00000000 812801234567 sub dword [eax],0x67452301 00000000 813001234567 xor dword [eax],0x67452301 00000000 813801234567 cmp dword [eax],0x67452301 opcode 82 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 83 00000000 830001 add dword [eax],byte +0x1 00000000 830801 or dword [eax],byte +0x1 00000000 831001 adc dword [eax],byte +0x1 00000000 831801 sbb dword [eax],byte +0x1 00000000 832001 and dword [eax],byte +0x1 00000000 832801 sub dword [eax],byte +0x1 00000000 833001 xor dword [eax],byte +0x1 00000000 833801 cmp dword [eax],byte +0x1 opcode 84 00000000 8400 test [eax],al 00000000 8408 test [eax],cl 00000000 8410 test [eax],dl 00000000 8418 test [eax],bl 00000000 8420 test [eax],ah 00000000 8428 test [eax],ch 00000000 8430 test [eax],dh 00000000 8438 test [eax],bh opcode 85 00000000 8500 test [eax],eax 00000000 8508 test [eax],ecx 00000000 8510 test [eax],edx 00000000 8518 test [eax],ebx 00000000 8520 test [eax],esp 00000000 8528 test [eax],ebp 00000000 8530 test [eax],esi 00000000 8538 test [eax],edi opcode 86 00000000 8600 xchg al,[eax] 00000000 8608 xchg cl,[eax] 00000000 8610 xchg dl,[eax] 00000000 8618 xchg bl,[eax] 00000000 8620 xchg ah,[eax] 00000000 8628 xchg ch,[eax] 00000000 8630 xchg dh,[eax] 00000000 8638 xchg bh,[eax] opcode 87 00000000 8700 xchg eax,[eax] 00000000 8708 xchg ecx,[eax] 00000000 8710 xchg edx,[eax] 00000000 8718 xchg ebx,[eax] 00000000 8720 xchg esp,[eax] 00000000 8728 xchg ebp,[eax] 00000000 8730 xchg esi,[eax] 00000000 8738 xchg edi,[eax] opcode 88 00000000 8800 mov [eax],al 00000000 8808 mov [eax],cl 00000000 8810 mov [eax],dl 00000000 8818 mov [eax],bl 00000000 8820 mov [eax],ah 00000000 8828 mov [eax],ch 00000000 8830 mov [eax],dh 00000000 8838 mov [eax],bh opcode 89 00000000 8900 mov [eax],eax 00000000 8908 mov [eax],ecx 00000000 8910 mov [eax],edx 00000000 8918 mov [eax],ebx 00000000 8920 mov [eax],esp 00000000 8928 mov [eax],ebp 00000000 8930 mov [eax],esi 00000000 8938 mov [eax],edi opcode 8a 00000000 8A00 mov al,[eax] 00000000 8A08 mov cl,[eax] 00000000 8A10 mov dl,[eax] 00000000 8A18 mov bl,[eax] 00000000 8A20 mov ah,[eax] 00000000 8A28 mov ch,[eax] 00000000 8A30 mov dh,[eax] 00000000 8A38 mov bh,[eax] opcode 8b 00000000 8B00 mov eax,[eax] 00000000 8B08 mov ecx,[eax] 00000000 8B10 mov edx,[eax] 00000000 8B18 mov ebx,[eax] 00000000 8B20 mov esp,[eax] 00000000 8B28 mov ebp,[eax] 00000000 8B30 mov esi,[eax] 00000000 8B38 mov edi,[eax] opcode 8c 00000000 8C00 mov [eax],es 00000000 8C08 mov [eax],cs 00000000 8C10 mov [eax],ss 00000000 8C18 mov [eax],ds 00000000 8C20 mov [eax],fs 00000000 8C28 mov [eax],gs 00000000 8C30 mov [eax],segr6 00000000 8C38 mov [eax],segr7 opcode 8d 00000000 8D00 lea eax,[eax] 00000000 8D08 lea ecx,[eax] 00000000 8D10 lea edx,[eax] 00000000 8D18 lea ebx,[eax] 00000000 8D20 lea esp,[eax] 00000000 8D28 lea ebp,[eax] 00000000 8D30 lea esi,[eax] 00000000 8D38 lea edi,[eax] opcode 8e 00000000 8E00 mov es,[eax] 00000000 8E08 mov cs,[eax] 00000000 8E10 mov ss,[eax] 00000000 8E18 mov ds,[eax] 00000000 8E20 mov fs,[eax] 00000000 8E28 mov gs,[eax] 00000000 8E30 mov segr6,[eax] 00000000 8E38 mov segr7,[eax] opcode 8f 00000000 8F00 pop dword [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 90 00000000 90 nop 00000000 90 nop 00000000 90 nop 00000000 90 nop 00000000 90 nop 00000000 90 nop 00000000 90 nop 00000000 90 nop opcode 91 00000000 91 xchg eax,ecx 00000000 91 xchg eax,ecx 00000000 91 xchg eax,ecx 00000000 91 xchg eax,ecx 00000000 91 xchg eax,ecx 00000000 91 xchg eax,ecx 00000000 91 xchg eax,ecx 00000000 91 xchg eax,ecx opcode 92 00000000 92 xchg eax,edx 00000000 92 xchg eax,edx 00000000 92 xchg eax,edx 00000000 92 xchg eax,edx 00000000 92 xchg eax,edx 00000000 92 xchg eax,edx 00000000 92 xchg eax,edx 00000000 92 xchg eax,edx opcode 93 00000000 93 xchg eax,ebx 00000000 93 xchg eax,ebx 00000000 93 xchg eax,ebx 00000000 93 xchg eax,ebx 00000000 93 xchg eax,ebx 00000000 93 xchg eax,ebx 00000000 93 xchg eax,ebx 00000000 93 xchg eax,ebx opcode 94 00000000 94 xchg eax,esp 00000000 94 xchg eax,esp 00000000 94 xchg eax,esp 00000000 94 xchg eax,esp 00000000 94 xchg eax,esp 00000000 94 xchg eax,esp 00000000 94 xchg eax,esp 00000000 94 xchg eax,esp opcode 95 00000000 95 xchg eax,ebp 00000000 95 xchg eax,ebp 00000000 95 xchg eax,ebp 00000000 95 xchg eax,ebp 00000000 95 xchg eax,ebp 00000000 95 xchg eax,ebp 00000000 95 xchg eax,ebp 00000000 95 xchg eax,ebp opcode 96 00000000 96 xchg eax,esi 00000000 96 xchg eax,esi 00000000 96 xchg eax,esi 00000000 96 xchg eax,esi 00000000 96 xchg eax,esi 00000000 96 xchg eax,esi 00000000 96 xchg eax,esi 00000000 96 xchg eax,esi opcode 97 00000000 97 xchg eax,edi 00000000 97 xchg eax,edi 00000000 97 xchg eax,edi 00000000 97 xchg eax,edi 00000000 97 xchg eax,edi 00000000 97 xchg eax,edi 00000000 97 xchg eax,edi 00000000 97 xchg eax,edi opcode 98 00000000 98 cwde 00000000 98 cwde 00000000 98 cwde 00000000 98 cwde 00000000 98 cwde 00000000 98 cwde 00000000 98 cwde 00000000 98 cwde opcode 99 00000000 99 cdq 00000000 99 cdq 00000000 99 cdq 00000000 99 cdq 00000000 99 cdq 00000000 99 cdq 00000000 99 cdq 00000000 99 cdq opcode 9a 00000000 9A000123456789 call 0x8967:0x45230100 00000000 9A080123456789 call 0x8967:0x45230108 00000000 9A100123456789 call 0x8967:0x45230110 00000000 9A180123456789 call 0x8967:0x45230118 00000000 9A200123456789 call 0x8967:0x45230120 00000000 9A280123456789 call 0x8967:0x45230128 00000000 9A300123456789 call 0x8967:0x45230130 00000000 9A380123456789 call 0x8967:0x45230138 opcode 9b 00000000 9B0001 wait add [ecx],al 00000000 9B0801 wait or [ecx],al 00000000 9B1001 wait adc [ecx],al 00000000 9B1801 wait sbb [ecx],al 00000000 9B2001 wait and [ecx],al 00000000 9B2801 wait sub [ecx],al 00000000 9B3001 wait xor [ecx],al 00000000 9B3801 wait cmp [ecx],al opcode 9c 00000000 9C pushf 00000000 9C pushf 00000000 9C pushf 00000000 9C pushf 00000000 9C pushf 00000000 9C pushf 00000000 9C pushf 00000000 9C pushf opcode 9d 00000000 9D popf 00000000 9D popf 00000000 9D popf 00000000 9D popf 00000000 9D popf 00000000 9D popf 00000000 9D popf 00000000 9D popf opcode 9e 00000000 9E sahf 00000000 9E sahf 00000000 9E sahf 00000000 9E sahf 00000000 9E sahf 00000000 9E sahf 00000000 9E sahf 00000000 9E sahf opcode 9f 00000000 9F lahf 00000000 9F lahf 00000000 9F lahf 00000000 9F lahf 00000000 9F lahf 00000000 9F lahf 00000000 9F lahf 00000000 9F lahf opcode a0 00000000 A000012345 mov al,[0x45230100] 00000000 A008012345 mov al,[0x45230108] 00000000 A010012345 mov al,[0x45230110] 00000000 A018012345 mov al,[0x45230118] 00000000 A020012345 mov al,[0x45230120] 00000000 A028012345 mov al,[0x45230128] 00000000 A030012345 mov al,[0x45230130] 00000000 A038012345 mov al,[0x45230138] opcode a1 00000000 A100012345 mov eax,[0x45230100] 00000000 A108012345 mov eax,[0x45230108] 00000000 A110012345 mov eax,[0x45230110] 00000000 A118012345 mov eax,[0x45230118] 00000000 A120012345 mov eax,[0x45230120] 00000000 A128012345 mov eax,[0x45230128] 00000000 A130012345 mov eax,[0x45230130] 00000000 A138012345 mov eax,[0x45230138] opcode a2 00000000 A200012345 mov [0x45230100],al 00000000 A208012345 mov [0x45230108],al 00000000 A210012345 mov [0x45230110],al 00000000 A218012345 mov [0x45230118],al 00000000 A220012345 mov [0x45230120],al 00000000 A228012345 mov [0x45230128],al 00000000 A230012345 mov [0x45230130],al 00000000 A238012345 mov [0x45230138],al opcode a3 00000000 A300012345 mov [0x45230100],eax 00000000 A308012345 mov [0x45230108],eax 00000000 A310012345 mov [0x45230110],eax 00000000 A318012345 mov [0x45230118],eax 00000000 A320012345 mov [0x45230120],eax 00000000 A328012345 mov [0x45230128],eax 00000000 A330012345 mov [0x45230130],eax 00000000 A338012345 mov [0x45230138],eax opcode a4 00000000 A4 movsb 00000000 A4 movsb 00000000 A4 movsb 00000000 A4 movsb 00000000 A4 movsb 00000000 A4 movsb 00000000 A4 movsb 00000000 A4 movsb opcode a5 00000000 A5 movsd 00000000 A5 movsd 00000000 A5 movsd 00000000 A5 movsd 00000000 A5 movsd 00000000 A5 movsd 00000000 A5 movsd 00000000 A5 movsd opcode a6 00000000 A6 cmpsb 00000000 A6 cmpsb 00000000 A6 cmpsb 00000000 A6 cmpsb 00000000 A6 cmpsb 00000000 A6 cmpsb 00000000 A6 cmpsb 00000000 A6 cmpsb opcode a7 00000000 A7 cmpsd 00000000 A7 cmpsd 00000000 A7 cmpsd 00000000 A7 cmpsd 00000000 A7 cmpsd 00000000 A7 cmpsd 00000000 A7 cmpsd 00000000 A7 cmpsd opcode a8 00000000 A800 test al,0x0 00000000 A808 test al,0x8 00000000 A810 test al,0x10 00000000 A818 test al,0x18 00000000 A820 test al,0x20 00000000 A828 test al,0x28 00000000 A830 test al,0x30 00000000 A838 test al,0x38 opcode a9 00000000 A900012345 test eax,0x45230100 00000000 A908012345 test eax,0x45230108 00000000 A910012345 test eax,0x45230110 00000000 A918012345 test eax,0x45230118 00000000 A920012345 test eax,0x45230120 00000000 A928012345 test eax,0x45230128 00000000 A930012345 test eax,0x45230130 00000000 A938012345 test eax,0x45230138 opcode aa 00000000 AA stosb 00000000 AA stosb 00000000 AA stosb 00000000 AA stosb 00000000 AA stosb 00000000 AA stosb 00000000 AA stosb 00000000 AA stosb opcode ab 00000000 AB stosd 00000000 AB stosd 00000000 AB stosd 00000000 AB stosd 00000000 AB stosd 00000000 AB stosd 00000000 AB stosd 00000000 AB stosd opcode ac 00000000 AC lodsb 00000000 AC lodsb 00000000 AC lodsb 00000000 AC lodsb 00000000 AC lodsb 00000000 AC lodsb 00000000 AC lodsb 00000000 AC lodsb opcode ad 00000000 AD lodsd 00000000 AD lodsd 00000000 AD lodsd 00000000 AD lodsd 00000000 AD lodsd 00000000 AD lodsd 00000000 AD lodsd 00000000 AD lodsd opcode ae 00000000 AE scasb 00000000 AE scasb 00000000 AE scasb 00000000 AE scasb 00000000 AE scasb 00000000 AE scasb 00000000 AE scasb 00000000 AE scasb opcode af 00000000 AF scasd 00000000 AF scasd 00000000 AF scasd 00000000 AF scasd 00000000 AF scasd 00000000 AF scasd 00000000 AF scasd 00000000 AF scasd opcode b0 00000000 B000 mov al,0x0 00000000 B008 mov al,0x8 00000000 B010 mov al,0x10 00000000 B018 mov al,0x18 00000000 B020 mov al,0x20 00000000 B028 mov al,0x28 00000000 B030 mov al,0x30 00000000 B038 mov al,0x38 opcode b1 00000000 B100 mov cl,0x0 00000000 B108 mov cl,0x8 00000000 B110 mov cl,0x10 00000000 B118 mov cl,0x18 00000000 B120 mov cl,0x20 00000000 B128 mov cl,0x28 00000000 B130 mov cl,0x30 00000000 B138 mov cl,0x38 opcode b2 00000000 B200 mov dl,0x0 00000000 B208 mov dl,0x8 00000000 B210 mov dl,0x10 00000000 B218 mov dl,0x18 00000000 B220 mov dl,0x20 00000000 B228 mov dl,0x28 00000000 B230 mov dl,0x30 00000000 B238 mov dl,0x38 opcode b3 00000000 B300 mov bl,0x0 00000000 B308 mov bl,0x8 00000000 B310 mov bl,0x10 00000000 B318 mov bl,0x18 00000000 B320 mov bl,0x20 00000000 B328 mov bl,0x28 00000000 B330 mov bl,0x30 00000000 B338 mov bl,0x38 opcode b4 00000000 B400 mov ah,0x0 00000000 B408 mov ah,0x8 00000000 B410 mov ah,0x10 00000000 B418 mov ah,0x18 00000000 B420 mov ah,0x20 00000000 B428 mov ah,0x28 00000000 B430 mov ah,0x30 00000000 B438 mov ah,0x38 opcode b5 00000000 B500 mov ch,0x0 00000000 B508 mov ch,0x8 00000000 B510 mov ch,0x10 00000000 B518 mov ch,0x18 00000000 B520 mov ch,0x20 00000000 B528 mov ch,0x28 00000000 B530 mov ch,0x30 00000000 B538 mov ch,0x38 opcode b6 00000000 B600 mov dh,0x0 00000000 B608 mov dh,0x8 00000000 B610 mov dh,0x10 00000000 B618 mov dh,0x18 00000000 B620 mov dh,0x20 00000000 B628 mov dh,0x28 00000000 B630 mov dh,0x30 00000000 B638 mov dh,0x38 opcode b7 00000000 B700 mov bh,0x0 00000000 B708 mov bh,0x8 00000000 B710 mov bh,0x10 00000000 B718 mov bh,0x18 00000000 B720 mov bh,0x20 00000000 B728 mov bh,0x28 00000000 B730 mov bh,0x30 00000000 B738 mov bh,0x38 opcode b8 00000000 B800012345 mov eax,0x45230100 00000000 B808012345 mov eax,0x45230108 00000000 B810012345 mov eax,0x45230110 00000000 B818012345 mov eax,0x45230118 00000000 B820012345 mov eax,0x45230120 00000000 B828012345 mov eax,0x45230128 00000000 B830012345 mov eax,0x45230130 00000000 B838012345 mov eax,0x45230138 opcode b9 00000000 B900012345 mov ecx,0x45230100 00000000 B908012345 mov ecx,0x45230108 00000000 B910012345 mov ecx,0x45230110 00000000 B918012345 mov ecx,0x45230118 00000000 B920012345 mov ecx,0x45230120 00000000 B928012345 mov ecx,0x45230128 00000000 B930012345 mov ecx,0x45230130 00000000 B938012345 mov ecx,0x45230138 opcode ba 00000000 BA00012345 mov edx,0x45230100 00000000 BA08012345 mov edx,0x45230108 00000000 BA10012345 mov edx,0x45230110 00000000 BA18012345 mov edx,0x45230118 00000000 BA20012345 mov edx,0x45230120 00000000 BA28012345 mov edx,0x45230128 00000000 BA30012345 mov edx,0x45230130 00000000 BA38012345 mov edx,0x45230138 opcode bb 00000000 BB00012345 mov ebx,0x45230100 00000000 BB08012345 mov ebx,0x45230108 00000000 BB10012345 mov ebx,0x45230110 00000000 BB18012345 mov ebx,0x45230118 00000000 BB20012345 mov ebx,0x45230120 00000000 BB28012345 mov ebx,0x45230128 00000000 BB30012345 mov ebx,0x45230130 00000000 BB38012345 mov ebx,0x45230138 opcode bc 00000000 BC00012345 mov esp,0x45230100 00000000 BC08012345 mov esp,0x45230108 00000000 BC10012345 mov esp,0x45230110 00000000 BC18012345 mov esp,0x45230118 00000000 BC20012345 mov esp,0x45230120 00000000 BC28012345 mov esp,0x45230128 00000000 BC30012345 mov esp,0x45230130 00000000 BC38012345 mov esp,0x45230138 opcode bd 00000000 BD00012345 mov ebp,0x45230100 00000000 BD08012345 mov ebp,0x45230108 00000000 BD10012345 mov ebp,0x45230110 00000000 BD18012345 mov ebp,0x45230118 00000000 BD20012345 mov ebp,0x45230120 00000000 BD28012345 mov ebp,0x45230128 00000000 BD30012345 mov ebp,0x45230130 00000000 BD38012345 mov ebp,0x45230138 opcode be 00000000 BE00012345 mov esi,0x45230100 00000000 BE08012345 mov esi,0x45230108 00000000 BE10012345 mov esi,0x45230110 00000000 BE18012345 mov esi,0x45230118 00000000 BE20012345 mov esi,0x45230120 00000000 BE28012345 mov esi,0x45230128 00000000 BE30012345 mov esi,0x45230130 00000000 BE38012345 mov esi,0x45230138 opcode bf 00000000 BF00012345 mov edi,0x45230100 00000000 BF08012345 mov edi,0x45230108 00000000 BF10012345 mov edi,0x45230110 00000000 BF18012345 mov edi,0x45230118 00000000 BF20012345 mov edi,0x45230120 00000000 BF28012345 mov edi,0x45230128 00000000 BF30012345 mov edi,0x45230130 00000000 BF38012345 mov edi,0x45230138 opcode c0 00000000 C00001 rol byte [eax],byte 0x1 00000000 C00801 ror byte [eax],byte 0x1 00000000 C01001 rcl byte [eax],byte 0x1 00000000 C01801 rcr byte [eax],byte 0x1 00000000 C02001 shl byte [eax],byte 0x1 00000000 C02801 shr byte [eax],byte 0x1 illegal_opcode 00000000 C03801 sar byte [eax],byte 0x1 opcode c1 00000000 C10001 rol dword [eax],byte 0x1 00000000 C10801 ror dword [eax],byte 0x1 00000000 C11001 rcl dword [eax],byte 0x1 00000000 C11801 rcr dword [eax],byte 0x1 00000000 C12001 shl dword [eax],byte 0x1 00000000 C12801 shr dword [eax],byte 0x1 illegal_opcode 00000000 C13801 sar dword [eax],byte 0x1 opcode c2 00000000 C20001 ret 0x100 00000000 C20801 ret 0x108 00000000 C21001 ret 0x110 00000000 C21801 ret 0x118 00000000 C22001 ret 0x120 00000000 C22801 ret 0x128 00000000 C23001 ret 0x130 00000000 C23801 ret 0x138 opcode c3 00000000 C3 ret 00000000 C3 ret 00000000 C3 ret 00000000 C3 ret 00000000 C3 ret 00000000 C3 ret 00000000 C3 ret 00000000 C3 ret opcode c4 00000000 C400 les eax,[eax] 00000000 C408 les ecx,[eax] 00000000 C410 les edx,[eax] 00000000 C418 les ebx,[eax] 00000000 C420 les esp,[eax] 00000000 C428 les ebp,[eax] 00000000 C430 les esi,[eax] 00000000 C438 les edi,[eax] opcode c5 00000000 C500 lds eax,[eax] 00000000 C508 lds ecx,[eax] 00000000 C510 lds edx,[eax] 00000000 C518 lds ebx,[eax] 00000000 C520 lds esp,[eax] 00000000 C528 lds ebp,[eax] 00000000 C530 lds esi,[eax] 00000000 C538 lds edi,[eax] opcode c6 00000000 C60001 mov byte [eax],0x1 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode c7 00000000 C70001234567 mov dword [eax],0x67452301 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode c8 00000000 C8000123 enter 0x100,0x23 00000000 C8080123 enter 0x108,0x23 00000000 C8100123 enter 0x110,0x23 00000000 C8180123 enter 0x118,0x23 00000000 C8200123 enter 0x120,0x23 00000000 C8280123 enter 0x128,0x23 00000000 C8300123 enter 0x130,0x23 00000000 C8380123 enter 0x138,0x23 opcode c9 00000000 C9 leave 00000000 C9 leave 00000000 C9 leave 00000000 C9 leave 00000000 C9 leave 00000000 C9 leave 00000000 C9 leave 00000000 C9 leave opcode ca 00000000 CA0001 retf 0x100 00000000 CA0801 retf 0x108 00000000 CA1001 retf 0x110 00000000 CA1801 retf 0x118 00000000 CA2001 retf 0x120 00000000 CA2801 retf 0x128 00000000 CA3001 retf 0x130 00000000 CA3801 retf 0x138 opcode cb 00000000 CB retf 00000000 CB retf 00000000 CB retf 00000000 CB retf 00000000 CB retf 00000000 CB retf 00000000 CB retf 00000000 CB retf opcode cc 00000000 CC int3 00000000 CC int3 00000000 CC int3 00000000 CC int3 00000000 CC int3 00000000 CC int3 00000000 CC int3 00000000 CC int3 opcode cd 00000000 CD00 int 0x0 00000000 CD08 int 0x8 00000000 CD10 int 0x10 00000000 CD18 int 0x18 00000000 CD20 int 0x20 00000000 CD28 int 0x28 00000000 CD30 int 0x30 00000000 CD38 int 0x38 opcode ce 00000000 CE into 00000000 CE into 00000000 CE into 00000000 CE into 00000000 CE into 00000000 CE into 00000000 CE into 00000000 CE into opcode cf 00000000 CF iret 00000000 CF iret 00000000 CF iret 00000000 CF iret 00000000 CF iret 00000000 CF iret 00000000 CF iret 00000000 CF iret opcode d0 00000000 D000 rol byte [eax],1 00000000 D008 ror byte [eax],1 00000000 D010 rcl byte [eax],1 00000000 D018 rcr byte [eax],1 00000000 D020 shl byte [eax],1 00000000 D028 shr byte [eax],1 illegal_opcode 00000000 D038 sar byte [eax],1 opcode d1 00000000 D100 rol dword [eax],1 00000000 D108 ror dword [eax],1 00000000 D110 rcl dword [eax],1 00000000 D118 rcr dword [eax],1 00000000 D120 shl dword [eax],1 00000000 D128 shr dword [eax],1 illegal_opcode 00000000 D138 sar dword [eax],1 opcode d2 00000000 D200 rol byte [eax],cl 00000000 D208 ror byte [eax],cl 00000000 D210 rcl byte [eax],cl 00000000 D218 rcr byte [eax],cl 00000000 D220 shl byte [eax],cl 00000000 D228 shr byte [eax],cl illegal_opcode 00000000 D238 sar byte [eax],cl opcode d3 00000000 D300 rol dword [eax],cl 00000000 D308 ror dword [eax],cl 00000000 D310 rcl dword [eax],cl 00000000 D318 rcr dword [eax],cl 00000000 D320 shl dword [eax],cl 00000000 D328 shr dword [eax],cl illegal_opcode 00000000 D338 sar dword [eax],cl opcode d4 00000000 D400 aam 0x0 00000000 D408 aam 0x8 00000000 D410 aam 0x10 00000000 D418 aam 0x18 00000000 D420 aam 0x20 00000000 D428 aam 0x28 00000000 D430 aam 0x30 00000000 D438 aam 0x38 opcode d5 00000000 D500 aad 0x0 00000000 D508 aad 0x8 00000000 D510 aad 0x10 00000000 D518 aad 0x18 00000000 D520 aad 0x20 00000000 D528 aad 0x28 00000000 D530 aad 0x30 00000000 D538 aad 0x38 opcode d6 00000000 D6 salc 00000000 D6 salc 00000000 D6 salc 00000000 D6 salc 00000000 D6 salc 00000000 D6 salc 00000000 D6 salc 00000000 D6 salc opcode d7 00000000 D7 xlatb 00000000 D7 xlatb 00000000 D7 xlatb 00000000 D7 xlatb 00000000 D7 xlatb 00000000 D7 xlatb 00000000 D7 xlatb 00000000 D7 xlatb opcode d8 00000000 D800 fadd dword [eax] 00000000 D801 fadd dword [ecx] 00000000 D802 fadd dword [edx] 00000000 D803 fadd dword [ebx] 00000000 D80401 fadd dword [ecx+eax] 00000000 D80501234567 fadd dword [dword 0x67452301] 00000000 D806 fadd dword [esi] 00000000 D807 fadd dword [edi] 00000000 D808 fmul dword [eax] 00000000 D809 fmul dword [ecx] 00000000 D80A fmul dword [edx] 00000000 D80B fmul dword [ebx] 00000000 D80C01 fmul dword [ecx+eax] 00000000 D80D01234567 fmul dword [dword 0x67452301] 00000000 D80E fmul dword [esi] 00000000 D80F fmul dword [edi] 00000000 D810 fcom dword [eax] 00000000 D811 fcom dword [ecx] 00000000 D812 fcom dword [edx] 00000000 D813 fcom dword [ebx] 00000000 D81401 fcom dword [ecx+eax] 00000000 D81501234567 fcom dword [dword 0x67452301] 00000000 D816 fcom dword [esi] 00000000 D817 fcom dword [edi] 00000000 D818 fcomp dword [eax] 00000000 D819 fcomp dword [ecx] 00000000 D81A fcomp dword [edx] 00000000 D81B fcomp dword [ebx] 00000000 D81C01 fcomp dword [ecx+eax] 00000000 D81D01234567 fcomp dword [dword 0x67452301] 00000000 D81E fcomp dword [esi] 00000000 D81F fcomp dword [edi] 00000000 D820 fsub dword [eax] 00000000 D821 fsub dword [ecx] 00000000 D822 fsub dword [edx] 00000000 D823 fsub dword [ebx] 00000000 D82401 fsub dword [ecx+eax] 00000000 D82501234567 fsub dword [dword 0x67452301] 00000000 D826 fsub dword [esi] 00000000 D827 fsub dword [edi] 00000000 D828 fsubr dword [eax] 00000000 D829 fsubr dword [ecx] 00000000 D82A fsubr dword [edx] 00000000 D82B fsubr dword [ebx] 00000000 D82C01 fsubr dword [ecx+eax] 00000000 D82D01234567 fsubr dword [dword 0x67452301] 00000000 D82E fsubr dword [esi] 00000000 D82F fsubr dword [edi] 00000000 D830 fdiv dword [eax] 00000000 D831 fdiv dword [ecx] 00000000 D832 fdiv dword [edx] 00000000 D833 fdiv dword [ebx] 00000000 D83401 fdiv dword [ecx+eax] 00000000 D83501234567 fdiv dword [dword 0x67452301] 00000000 D836 fdiv dword [esi] 00000000 D837 fdiv dword [edi] 00000000 D838 fdivr dword [eax] 00000000 D839 fdivr dword [ecx] 00000000 D83A fdivr dword [edx] 00000000 D83B fdivr dword [ebx] 00000000 D83C01 fdivr dword [ecx+eax] 00000000 D83D01234567 fdivr dword [dword 0x67452301] 00000000 D83E fdivr dword [esi] 00000000 D83F fdivr dword [edi] 00000000 D84001 fadd dword [eax+0x1] 00000000 D84101 fadd dword [ecx+0x1] 00000000 D84201 fadd dword [edx+0x1] 00000000 D84301 fadd dword [ebx+0x1] 00000000 D8440123 fadd dword [ecx+eax+0x23] 00000000 D84501 fadd dword [ebp+0x1] 00000000 D84601 fadd dword [esi+0x1] 00000000 D84701 fadd dword [edi+0x1] 00000000 D84801 fmul dword [eax+0x1] 00000000 D84901 fmul dword [ecx+0x1] 00000000 D84A01 fmul dword [edx+0x1] 00000000 D84B01 fmul dword [ebx+0x1] 00000000 D84C0123 fmul dword [ecx+eax+0x23] 00000000 D84D01 fmul dword [ebp+0x1] 00000000 D84E01 fmul dword [esi+0x1] 00000000 D84F01 fmul dword [edi+0x1] 00000000 D85001 fcom dword [eax+0x1] 00000000 D85101 fcom dword [ecx+0x1] 00000000 D85201 fcom dword [edx+0x1] 00000000 D85301 fcom dword [ebx+0x1] 00000000 D8540123 fcom dword [ecx+eax+0x23] 00000000 D85501 fcom dword [ebp+0x1] 00000000 D85601 fcom dword [esi+0x1] 00000000 D85701 fcom dword [edi+0x1] 00000000 D85801 fcomp dword [eax+0x1] 00000000 D85901 fcomp dword [ecx+0x1] 00000000 D85A01 fcomp dword [edx+0x1] 00000000 D85B01 fcomp dword [ebx+0x1] 00000000 D85C0123 fcomp dword [ecx+eax+0x23] 00000000 D85D01 fcomp dword [ebp+0x1] 00000000 D85E01 fcomp dword [esi+0x1] 00000000 D85F01 fcomp dword [edi+0x1] 00000000 D86001 fsub dword [eax+0x1] 00000000 D86101 fsub dword [ecx+0x1] 00000000 D86201 fsub dword [edx+0x1] 00000000 D86301 fsub dword [ebx+0x1] 00000000 D8640123 fsub dword [ecx+eax+0x23] 00000000 D86501 fsub dword [ebp+0x1] 00000000 D86601 fsub dword [esi+0x1] 00000000 D86701 fsub dword [edi+0x1] 00000000 D86801 fsubr dword [eax+0x1] 00000000 D86901 fsubr dword [ecx+0x1] 00000000 D86A01 fsubr dword [edx+0x1] 00000000 D86B01 fsubr dword [ebx+0x1] 00000000 D86C0123 fsubr dword [ecx+eax+0x23] 00000000 D86D01 fsubr dword [ebp+0x1] 00000000 D86E01 fsubr dword [esi+0x1] 00000000 D86F01 fsubr dword [edi+0x1] 00000000 D87001 fdiv dword [eax+0x1] 00000000 D87101 fdiv dword [ecx+0x1] 00000000 D87201 fdiv dword [edx+0x1] 00000000 D87301 fdiv dword [ebx+0x1] 00000000 D8740123 fdiv dword [ecx+eax+0x23] 00000000 D87501 fdiv dword [ebp+0x1] 00000000 D87601 fdiv dword [esi+0x1] 00000000 D87701 fdiv dword [edi+0x1] 00000000 D87801 fdivr dword [eax+0x1] 00000000 D87901 fdivr dword [ecx+0x1] 00000000 D87A01 fdivr dword [edx+0x1] 00000000 D87B01 fdivr dword [ebx+0x1] 00000000 D87C0123 fdivr dword [ecx+eax+0x23] 00000000 D87D01 fdivr dword [ebp+0x1] 00000000 D87E01 fdivr dword [esi+0x1] 00000000 D87F01 fdivr dword [edi+0x1] 00000000 D88001234567 fadd dword [eax+0x67452301] 00000000 D88101234567 fadd dword [ecx+0x67452301] 00000000 D88201234567 fadd dword [edx+0x67452301] 00000000 D88301234567 fadd dword [ebx+0x67452301] 00000000 D8840123456789 fadd dword [ecx+eax-0x7698badd] 00000000 D88501234567 fadd dword [ebp+0x67452301] 00000000 D88601234567 fadd dword [esi+0x67452301] 00000000 D88701234567 fadd dword [edi+0x67452301] 00000000 D88801234567 fmul dword [eax+0x67452301] 00000000 D88901234567 fmul dword [ecx+0x67452301] 00000000 D88A01234567 fmul dword [edx+0x67452301] 00000000 D88B01234567 fmul dword [ebx+0x67452301] 00000000 D88C0123456789 fmul dword [ecx+eax-0x7698badd] 00000000 D88D01234567 fmul dword [ebp+0x67452301] 00000000 D88E01234567 fmul dword [esi+0x67452301] 00000000 D88F01234567 fmul dword [edi+0x67452301] 00000000 D89001234567 fcom dword [eax+0x67452301] 00000000 D89101234567 fcom dword [ecx+0x67452301] 00000000 D89201234567 fcom dword [edx+0x67452301] 00000000 D89301234567 fcom dword [ebx+0x67452301] 00000000 D8940123456789 fcom dword [ecx+eax-0x7698badd] 00000000 D89501234567 fcom dword [ebp+0x67452301] 00000000 D89601234567 fcom dword [esi+0x67452301] 00000000 D89701234567 fcom dword [edi+0x67452301] 00000000 D89801234567 fcomp dword [eax+0x67452301] 00000000 D89901234567 fcomp dword [ecx+0x67452301] 00000000 D89A01234567 fcomp dword [edx+0x67452301] 00000000 D89B01234567 fcomp dword [ebx+0x67452301] 00000000 D89C0123456789 fcomp dword [ecx+eax-0x7698badd] 00000000 D89D01234567 fcomp dword [ebp+0x67452301] 00000000 D89E01234567 fcomp dword [esi+0x67452301] 00000000 D89F01234567 fcomp dword [edi+0x67452301] 00000000 D8A001234567 fsub dword [eax+0x67452301] 00000000 D8A101234567 fsub dword [ecx+0x67452301] 00000000 D8A201234567 fsub dword [edx+0x67452301] 00000000 D8A301234567 fsub dword [ebx+0x67452301] 00000000 D8A40123456789 fsub dword [ecx+eax-0x7698badd] 00000000 D8A501234567 fsub dword [ebp+0x67452301] 00000000 D8A601234567 fsub dword [esi+0x67452301] 00000000 D8A701234567 fsub dword [edi+0x67452301] 00000000 D8A801234567 fsubr dword [eax+0x67452301] 00000000 D8A901234567 fsubr dword [ecx+0x67452301] 00000000 D8AA01234567 fsubr dword [edx+0x67452301] 00000000 D8AB01234567 fsubr dword [ebx+0x67452301] 00000000 D8AC0123456789 fsubr dword [ecx+eax-0x7698badd] 00000000 D8AD01234567 fsubr dword [ebp+0x67452301] 00000000 D8AE01234567 fsubr dword [esi+0x67452301] 00000000 D8AF01234567 fsubr dword [edi+0x67452301] 00000000 D8B001234567 fdiv dword [eax+0x67452301] 00000000 D8B101234567 fdiv dword [ecx+0x67452301] 00000000 D8B201234567 fdiv dword [edx+0x67452301] 00000000 D8B301234567 fdiv dword [ebx+0x67452301] 00000000 D8B40123456789 fdiv dword [ecx+eax-0x7698badd] 00000000 D8B501234567 fdiv dword [ebp+0x67452301] 00000000 D8B601234567 fdiv dword [esi+0x67452301] 00000000 D8B701234567 fdiv dword [edi+0x67452301] 00000000 D8B801234567 fdivr dword [eax+0x67452301] 00000000 D8B901234567 fdivr dword [ecx+0x67452301] 00000000 D8BA01234567 fdivr dword [edx+0x67452301] 00000000 D8BB01234567 fdivr dword [ebx+0x67452301] 00000000 D8BC0123456789 fdivr dword [ecx+eax-0x7698badd] 00000000 D8BD01234567 fdivr dword [ebp+0x67452301] 00000000 D8BE01234567 fdivr dword [esi+0x67452301] 00000000 D8BF01234567 fdivr dword [edi+0x67452301] 00000000 D8C0 fadd st0 00000000 D8C1 fadd st1 00000000 D8C2 fadd st2 00000000 D8C3 fadd st3 00000000 D8C4 fadd st4 00000000 D8C5 fadd st5 00000000 D8C6 fadd st6 00000000 D8C7 fadd st7 00000000 D8C8 fmul st0 00000000 D8C9 fmul st1 00000000 D8CA fmul st2 00000000 D8CB fmul st3 00000000 D8CC fmul st4 00000000 D8CD fmul st5 00000000 D8CE fmul st6 00000000 D8CF fmul st7 00000000 D8D0 fcom st0 00000000 D8D1 fcom st1 00000000 D8D2 fcom st2 00000000 D8D3 fcom st3 00000000 D8D4 fcom st4 00000000 D8D5 fcom st5 00000000 D8D6 fcom st6 00000000 D8D7 fcom st7 00000000 D8D8 fcomp st0 00000000 D8D9 fcomp st1 00000000 D8DA fcomp st2 00000000 D8DB fcomp st3 00000000 D8DC fcomp st4 00000000 D8DD fcomp st5 00000000 D8DE fcomp st6 00000000 D8DF fcomp st7 00000000 D8E0 fsub st0 00000000 D8E1 fsub st1 00000000 D8E2 fsub st2 00000000 D8E3 fsub st3 00000000 D8E4 fsub st4 00000000 D8E5 fsub st5 00000000 D8E6 fsub st6 00000000 D8E7 fsub st7 00000000 D8E8 fsubr st0 00000000 D8E9 fsubr st1 00000000 D8EA fsubr st2 00000000 D8EB fsubr st3 00000000 D8EC fsubr st4 00000000 D8ED fsubr st5 00000000 D8EE fsubr st6 00000000 D8EF fsubr st7 00000000 D8F0 fdiv st0 00000000 D8F1 fdiv st1 00000000 D8F2 fdiv st2 00000000 D8F3 fdiv st3 00000000 D8F4 fdiv st4 00000000 D8F5 fdiv st5 00000000 D8F6 fdiv st6 00000000 D8F7 fdiv st7 00000000 D8F8 fdivr st0 00000000 D8F9 fdivr st1 00000000 D8FA fdivr st2 00000000 D8FB fdivr st3 00000000 D8FC fdivr st4 00000000 D8FD fdivr st5 00000000 D8FE fdivr st6 00000000 D8FF fdivr st7 opcode d9 00000000 D900 fld dword [eax] 00000000 D901 fld dword [ecx] 00000000 D902 fld dword [edx] 00000000 D903 fld dword [ebx] 00000000 D90401 fld dword [ecx+eax] 00000000 D90501234567 fld dword [dword 0x67452301] 00000000 D906 fld dword [esi] 00000000 D907 fld dword [edi] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 D910 fst dword [eax] 00000000 D911 fst dword [ecx] 00000000 D912 fst dword [edx] 00000000 D913 fst dword [ebx] 00000000 D91401 fst dword [ecx+eax] 00000000 D91501234567 fst dword [dword 0x67452301] 00000000 D916 fst dword [esi] 00000000 D917 fst dword [edi] 00000000 D918 fstp dword [eax] 00000000 D919 fstp dword [ecx] 00000000 D91A fstp dword [edx] 00000000 D91B fstp dword [ebx] 00000000 D91C01 fstp dword [ecx+eax] 00000000 D91D01234567 fstp dword [dword 0x67452301] 00000000 D91E fstp dword [esi] 00000000 D91F fstp dword [edi] 00000000 D920 fldenv [eax] 00000000 D921 fldenv [ecx] 00000000 D922 fldenv [edx] 00000000 D923 fldenv [ebx] 00000000 D92401 fldenv [ecx+eax] 00000000 D92501234567 fldenv [dword 0x67452301] 00000000 D926 fldenv [esi] 00000000 D927 fldenv [edi] 00000000 D928 fldcw [eax] 00000000 D929 fldcw [ecx] 00000000 D92A fldcw [edx] 00000000 D92B fldcw [ebx] 00000000 D92C01 fldcw [ecx+eax] 00000000 D92D01234567 fldcw [dword 0x67452301] 00000000 D92E fldcw [esi] 00000000 D92F fldcw [edi] 00000000 D930 fnstenv [eax] 00000000 D931 fnstenv [ecx] 00000000 D932 fnstenv [edx] 00000000 D933 fnstenv [ebx] 00000000 D93401 fnstenv [ecx+eax] 00000000 D93501234567 fnstenv [dword 0x67452301] 00000000 D936 fnstenv [esi] 00000000 D937 fnstenv [edi] 00000000 D938 fnstcw [eax] 00000000 D939 fnstcw [ecx] 00000000 D93A fnstcw [edx] 00000000 D93B fnstcw [ebx] 00000000 D93C01 fnstcw [ecx+eax] 00000000 D93D01234567 fnstcw [dword 0x67452301] 00000000 D93E fnstcw [esi] 00000000 D93F fnstcw [edi] 00000000 D94001 fld dword [eax+0x1] 00000000 D94101 fld dword [ecx+0x1] 00000000 D94201 fld dword [edx+0x1] 00000000 D94301 fld dword [ebx+0x1] 00000000 D9440123 fld dword [ecx+eax+0x23] 00000000 D94501 fld dword [ebp+0x1] 00000000 D94601 fld dword [esi+0x1] 00000000 D94701 fld dword [edi+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 D95001 fst dword [eax+0x1] 00000000 D95101 fst dword [ecx+0x1] 00000000 D95201 fst dword [edx+0x1] 00000000 D95301 fst dword [ebx+0x1] 00000000 D9540123 fst dword [ecx+eax+0x23] 00000000 D95501 fst dword [ebp+0x1] 00000000 D95601 fst dword [esi+0x1] 00000000 D95701 fst dword [edi+0x1] 00000000 D95801 fstp dword [eax+0x1] 00000000 D95901 fstp dword [ecx+0x1] 00000000 D95A01 fstp dword [edx+0x1] 00000000 D95B01 fstp dword [ebx+0x1] 00000000 D95C0123 fstp dword [ecx+eax+0x23] 00000000 D95D01 fstp dword [ebp+0x1] 00000000 D95E01 fstp dword [esi+0x1] 00000000 D95F01 fstp dword [edi+0x1] 00000000 D96001 fldenv [eax+0x1] 00000000 D96101 fldenv [ecx+0x1] 00000000 D96201 fldenv [edx+0x1] 00000000 D96301 fldenv [ebx+0x1] 00000000 D9640123 fldenv [ecx+eax+0x23] 00000000 D96501 fldenv [ebp+0x1] 00000000 D96601 fldenv [esi+0x1] 00000000 D96701 fldenv [edi+0x1] 00000000 D96801 fldcw [eax+0x1] 00000000 D96901 fldcw [ecx+0x1] 00000000 D96A01 fldcw [edx+0x1] 00000000 D96B01 fldcw [ebx+0x1] 00000000 D96C0123 fldcw [ecx+eax+0x23] 00000000 D96D01 fldcw [ebp+0x1] 00000000 D96E01 fldcw [esi+0x1] 00000000 D96F01 fldcw [edi+0x1] 00000000 D97001 fnstenv [eax+0x1] 00000000 D97101 fnstenv [ecx+0x1] 00000000 D97201 fnstenv [edx+0x1] 00000000 D97301 fnstenv [ebx+0x1] 00000000 D9740123 fnstenv [ecx+eax+0x23] 00000000 D97501 fnstenv [ebp+0x1] 00000000 D97601 fnstenv [esi+0x1] 00000000 D97701 fnstenv [edi+0x1] 00000000 D97801 fnstcw [eax+0x1] 00000000 D97901 fnstcw [ecx+0x1] 00000000 D97A01 fnstcw [edx+0x1] 00000000 D97B01 fnstcw [ebx+0x1] 00000000 D97C0123 fnstcw [ecx+eax+0x23] 00000000 D97D01 fnstcw [ebp+0x1] 00000000 D97E01 fnstcw [esi+0x1] 00000000 D97F01 fnstcw [edi+0x1] 00000000 D98001234567 fld dword [eax+0x67452301] 00000000 D98101234567 fld dword [ecx+0x67452301] 00000000 D98201234567 fld dword [edx+0x67452301] 00000000 D98301234567 fld dword [ebx+0x67452301] 00000000 D9840123456789 fld dword [ecx+eax-0x7698badd] 00000000 D98501234567 fld dword [ebp+0x67452301] 00000000 D98601234567 fld dword [esi+0x67452301] 00000000 D98701234567 fld dword [edi+0x67452301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 D99001234567 fst dword [eax+0x67452301] 00000000 D99101234567 fst dword [ecx+0x67452301] 00000000 D99201234567 fst dword [edx+0x67452301] 00000000 D99301234567 fst dword [ebx+0x67452301] 00000000 D9940123456789 fst dword [ecx+eax-0x7698badd] 00000000 D99501234567 fst dword [ebp+0x67452301] 00000000 D99601234567 fst dword [esi+0x67452301] 00000000 D99701234567 fst dword [edi+0x67452301] 00000000 D99801234567 fstp dword [eax+0x67452301] 00000000 D99901234567 fstp dword [ecx+0x67452301] 00000000 D99A01234567 fstp dword [edx+0x67452301] 00000000 D99B01234567 fstp dword [ebx+0x67452301] 00000000 D99C0123456789 fstp dword [ecx+eax-0x7698badd] 00000000 D99D01234567 fstp dword [ebp+0x67452301] 00000000 D99E01234567 fstp dword [esi+0x67452301] 00000000 D99F01234567 fstp dword [edi+0x67452301] 00000000 D9A001234567 fldenv [eax+0x67452301] 00000000 D9A101234567 fldenv [ecx+0x67452301] 00000000 D9A201234567 fldenv [edx+0x67452301] 00000000 D9A301234567 fldenv [ebx+0x67452301] 00000000 D9A40123456789 fldenv [ecx+eax-0x7698badd] 00000000 D9A501234567 fldenv [ebp+0x67452301] 00000000 D9A601234567 fldenv [esi+0x67452301] 00000000 D9A701234567 fldenv [edi+0x67452301] 00000000 D9A801234567 fldcw [eax+0x67452301] 00000000 D9A901234567 fldcw [ecx+0x67452301] 00000000 D9AA01234567 fldcw [edx+0x67452301] 00000000 D9AB01234567 fldcw [ebx+0x67452301] 00000000 D9AC0123456789 fldcw [ecx+eax-0x7698badd] 00000000 D9AD01234567 fldcw [ebp+0x67452301] 00000000 D9AE01234567 fldcw [esi+0x67452301] 00000000 D9AF01234567 fldcw [edi+0x67452301] 00000000 D9B001234567 fnstenv [eax+0x67452301] 00000000 D9B101234567 fnstenv [ecx+0x67452301] 00000000 D9B201234567 fnstenv [edx+0x67452301] 00000000 D9B301234567 fnstenv [ebx+0x67452301] 00000000 D9B40123456789 fnstenv [ecx+eax-0x7698badd] 00000000 D9B501234567 fnstenv [ebp+0x67452301] 00000000 D9B601234567 fnstenv [esi+0x67452301] 00000000 D9B701234567 fnstenv [edi+0x67452301] 00000000 D9B801234567 fnstcw [eax+0x67452301] 00000000 D9B901234567 fnstcw [ecx+0x67452301] 00000000 D9BA01234567 fnstcw [edx+0x67452301] 00000000 D9BB01234567 fnstcw [ebx+0x67452301] 00000000 D9BC0123456789 fnstcw [ecx+eax-0x7698badd] 00000000 D9BD01234567 fnstcw [ebp+0x67452301] 00000000 D9BE01234567 fnstcw [esi+0x67452301] 00000000 D9BF01234567 fnstcw [edi+0x67452301] 00000000 D9C0 fld st0 00000000 D9C1 fld st1 00000000 D9C2 fld st2 00000000 D9C3 fld st3 00000000 D9C4 fld st4 00000000 D9C5 fld st5 00000000 D9C6 fld st6 00000000 D9C7 fld st7 00000000 D9C8 fxch st0 00000000 D9C9 fxch st1 00000000 D9CA fxch st2 00000000 D9CB fxch st3 00000000 D9CC fxch st4 00000000 D9CD fxch st5 00000000 D9CE fxch st6 00000000 D9CF fxch st7 00000000 D9D0 fnop illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 D9E0 fchs 00000000 D9E1 fabs illegal_opcode illegal_opcode 00000000 D9E4 ftst 00000000 D9E5 fxam illegal_opcode illegal_opcode 00000000 D9E8 fld1 00000000 D9E9 fldl2t 00000000 D9EA fldl2e 00000000 D9EB fldpi 00000000 D9EC fldlg2 00000000 D9ED fldln2 00000000 D9EE fldz illegal_opcode 00000000 D9F0 f2xm1 00000000 D9F1 fyl2x 00000000 D9F2 fptan 00000000 D9F3 fpatan 00000000 D9F4 fxtract 00000000 D9F5 fprem1 00000000 D9F6 fdecstp 00000000 D9F7 fincstp 00000000 D9F8 fprem 00000000 D9F9 fyl2xp1 00000000 D9FA fsqrt 00000000 D9FB fsincos 00000000 D9FC frndint 00000000 D9FD fscale 00000000 D9FE fsin 00000000 D9FF fcos opcode da 00000000 DA00 fiadd dword [eax] 00000000 DA01 fiadd dword [ecx] 00000000 DA02 fiadd dword [edx] 00000000 DA03 fiadd dword [ebx] 00000000 DA0401 fiadd dword [ecx+eax] 00000000 DA0501234567 fiadd dword [dword 0x67452301] 00000000 DA06 fiadd dword [esi] 00000000 DA07 fiadd dword [edi] 00000000 DA08 fimul dword [eax] 00000000 DA09 fimul dword [ecx] 00000000 DA0A fimul dword [edx] 00000000 DA0B fimul dword [ebx] 00000000 DA0C01 fimul dword [ecx+eax] 00000000 DA0D01234567 fimul dword [dword 0x67452301] 00000000 DA0E fimul dword [esi] 00000000 DA0F fimul dword [edi] 00000000 DA10 ficom dword [eax] 00000000 DA11 ficom dword [ecx] 00000000 DA12 ficom dword [edx] 00000000 DA13 ficom dword [ebx] 00000000 DA1401 ficom dword [ecx+eax] 00000000 DA1501234567 ficom dword [dword 0x67452301] 00000000 DA16 ficom dword [esi] 00000000 DA17 ficom dword [edi] 00000000 DA18 ficomp dword [eax] 00000000 DA19 ficomp dword [ecx] 00000000 DA1A ficomp dword [edx] 00000000 DA1B ficomp dword [ebx] 00000000 DA1C01 ficomp dword [ecx+eax] 00000000 DA1D01234567 ficomp dword [dword 0x67452301] 00000000 DA1E ficomp dword [esi] 00000000 DA1F ficomp dword [edi] 00000000 DA20 fisub dword [eax] 00000000 DA21 fisub dword [ecx] 00000000 DA22 fisub dword [edx] 00000000 DA23 fisub dword [ebx] 00000000 DA2401 fisub dword [ecx+eax] 00000000 DA2501234567 fisub dword [dword 0x67452301] 00000000 DA26 fisub dword [esi] 00000000 DA27 fisub dword [edi] 00000000 DA28 fisubr dword [eax] 00000000 DA29 fisubr dword [ecx] 00000000 DA2A fisubr dword [edx] 00000000 DA2B fisubr dword [ebx] 00000000 DA2C01 fisubr dword [ecx+eax] 00000000 DA2D01234567 fisubr dword [dword 0x67452301] 00000000 DA2E fisubr dword [esi] 00000000 DA2F fisubr dword [edi] 00000000 DA30 fidiv dword [eax] 00000000 DA31 fidiv dword [ecx] 00000000 DA32 fidiv dword [edx] 00000000 DA33 fidiv dword [ebx] 00000000 DA3401 fidiv dword [ecx+eax] 00000000 DA3501234567 fidiv dword [dword 0x67452301] 00000000 DA36 fidiv dword [esi] 00000000 DA37 fidiv dword [edi] 00000000 DA38 fidivr dword [eax] 00000000 DA39 fidivr dword [ecx] 00000000 DA3A fidivr dword [edx] 00000000 DA3B fidivr dword [ebx] 00000000 DA3C01 fidivr dword [ecx+eax] 00000000 DA3D01234567 fidivr dword [dword 0x67452301] 00000000 DA3E fidivr dword [esi] 00000000 DA3F fidivr dword [edi] 00000000 DA4001 fiadd dword [eax+0x1] 00000000 DA4101 fiadd dword [ecx+0x1] 00000000 DA4201 fiadd dword [edx+0x1] 00000000 DA4301 fiadd dword [ebx+0x1] 00000000 DA440123 fiadd dword [ecx+eax+0x23] 00000000 DA4501 fiadd dword [ebp+0x1] 00000000 DA4601 fiadd dword [esi+0x1] 00000000 DA4701 fiadd dword [edi+0x1] 00000000 DA4801 fimul dword [eax+0x1] 00000000 DA4901 fimul dword [ecx+0x1] 00000000 DA4A01 fimul dword [edx+0x1] 00000000 DA4B01 fimul dword [ebx+0x1] 00000000 DA4C0123 fimul dword [ecx+eax+0x23] 00000000 DA4D01 fimul dword [ebp+0x1] 00000000 DA4E01 fimul dword [esi+0x1] 00000000 DA4F01 fimul dword [edi+0x1] 00000000 DA5001 ficom dword [eax+0x1] 00000000 DA5101 ficom dword [ecx+0x1] 00000000 DA5201 ficom dword [edx+0x1] 00000000 DA5301 ficom dword [ebx+0x1] 00000000 DA540123 ficom dword [ecx+eax+0x23] 00000000 DA5501 ficom dword [ebp+0x1] 00000000 DA5601 ficom dword [esi+0x1] 00000000 DA5701 ficom dword [edi+0x1] 00000000 DA5801 ficomp dword [eax+0x1] 00000000 DA5901 ficomp dword [ecx+0x1] 00000000 DA5A01 ficomp dword [edx+0x1] 00000000 DA5B01 ficomp dword [ebx+0x1] 00000000 DA5C0123 ficomp dword [ecx+eax+0x23] 00000000 DA5D01 ficomp dword [ebp+0x1] 00000000 DA5E01 ficomp dword [esi+0x1] 00000000 DA5F01 ficomp dword [edi+0x1] 00000000 DA6001 fisub dword [eax+0x1] 00000000 DA6101 fisub dword [ecx+0x1] 00000000 DA6201 fisub dword [edx+0x1] 00000000 DA6301 fisub dword [ebx+0x1] 00000000 DA640123 fisub dword [ecx+eax+0x23] 00000000 DA6501 fisub dword [ebp+0x1] 00000000 DA6601 fisub dword [esi+0x1] 00000000 DA6701 fisub dword [edi+0x1] 00000000 DA6801 fisubr dword [eax+0x1] 00000000 DA6901 fisubr dword [ecx+0x1] 00000000 DA6A01 fisubr dword [edx+0x1] 00000000 DA6B01 fisubr dword [ebx+0x1] 00000000 DA6C0123 fisubr dword [ecx+eax+0x23] 00000000 DA6D01 fisubr dword [ebp+0x1] 00000000 DA6E01 fisubr dword [esi+0x1] 00000000 DA6F01 fisubr dword [edi+0x1] 00000000 DA7001 fidiv dword [eax+0x1] 00000000 DA7101 fidiv dword [ecx+0x1] 00000000 DA7201 fidiv dword [edx+0x1] 00000000 DA7301 fidiv dword [ebx+0x1] 00000000 DA740123 fidiv dword [ecx+eax+0x23] 00000000 DA7501 fidiv dword [ebp+0x1] 00000000 DA7601 fidiv dword [esi+0x1] 00000000 DA7701 fidiv dword [edi+0x1] 00000000 DA7801 fidivr dword [eax+0x1] 00000000 DA7901 fidivr dword [ecx+0x1] 00000000 DA7A01 fidivr dword [edx+0x1] 00000000 DA7B01 fidivr dword [ebx+0x1] 00000000 DA7C0123 fidivr dword [ecx+eax+0x23] 00000000 DA7D01 fidivr dword [ebp+0x1] 00000000 DA7E01 fidivr dword [esi+0x1] 00000000 DA7F01 fidivr dword [edi+0x1] 00000000 DA8001234567 fiadd dword [eax+0x67452301] 00000000 DA8101234567 fiadd dword [ecx+0x67452301] 00000000 DA8201234567 fiadd dword [edx+0x67452301] 00000000 DA8301234567 fiadd dword [ebx+0x67452301] 00000000 DA840123456789 fiadd dword [ecx+eax-0x7698badd] 00000000 DA8501234567 fiadd dword [ebp+0x67452301] 00000000 DA8601234567 fiadd dword [esi+0x67452301] 00000000 DA8701234567 fiadd dword [edi+0x67452301] 00000000 DA8801234567 fimul dword [eax+0x67452301] 00000000 DA8901234567 fimul dword [ecx+0x67452301] 00000000 DA8A01234567 fimul dword [edx+0x67452301] 00000000 DA8B01234567 fimul dword [ebx+0x67452301] 00000000 DA8C0123456789 fimul dword [ecx+eax-0x7698badd] 00000000 DA8D01234567 fimul dword [ebp+0x67452301] 00000000 DA8E01234567 fimul dword [esi+0x67452301] 00000000 DA8F01234567 fimul dword [edi+0x67452301] 00000000 DA9001234567 ficom dword [eax+0x67452301] 00000000 DA9101234567 ficom dword [ecx+0x67452301] 00000000 DA9201234567 ficom dword [edx+0x67452301] 00000000 DA9301234567 ficom dword [ebx+0x67452301] 00000000 DA940123456789 ficom dword [ecx+eax-0x7698badd] 00000000 DA9501234567 ficom dword [ebp+0x67452301] 00000000 DA9601234567 ficom dword [esi+0x67452301] 00000000 DA9701234567 ficom dword [edi+0x67452301] 00000000 DA9801234567 ficomp dword [eax+0x67452301] 00000000 DA9901234567 ficomp dword [ecx+0x67452301] 00000000 DA9A01234567 ficomp dword [edx+0x67452301] 00000000 DA9B01234567 ficomp dword [ebx+0x67452301] 00000000 DA9C0123456789 ficomp dword [ecx+eax-0x7698badd] 00000000 DA9D01234567 ficomp dword [ebp+0x67452301] 00000000 DA9E01234567 ficomp dword [esi+0x67452301] 00000000 DA9F01234567 ficomp dword [edi+0x67452301] 00000000 DAA001234567 fisub dword [eax+0x67452301] 00000000 DAA101234567 fisub dword [ecx+0x67452301] 00000000 DAA201234567 fisub dword [edx+0x67452301] 00000000 DAA301234567 fisub dword [ebx+0x67452301] 00000000 DAA40123456789 fisub dword [ecx+eax-0x7698badd] 00000000 DAA501234567 fisub dword [ebp+0x67452301] 00000000 DAA601234567 fisub dword [esi+0x67452301] 00000000 DAA701234567 fisub dword [edi+0x67452301] 00000000 DAA801234567 fisubr dword [eax+0x67452301] 00000000 DAA901234567 fisubr dword [ecx+0x67452301] 00000000 DAAA01234567 fisubr dword [edx+0x67452301] 00000000 DAAB01234567 fisubr dword [ebx+0x67452301] 00000000 DAAC0123456789 fisubr dword [ecx+eax-0x7698badd] 00000000 DAAD01234567 fisubr dword [ebp+0x67452301] 00000000 DAAE01234567 fisubr dword [esi+0x67452301] 00000000 DAAF01234567 fisubr dword [edi+0x67452301] 00000000 DAB001234567 fidiv dword [eax+0x67452301] 00000000 DAB101234567 fidiv dword [ecx+0x67452301] 00000000 DAB201234567 fidiv dword [edx+0x67452301] 00000000 DAB301234567 fidiv dword [ebx+0x67452301] 00000000 DAB40123456789 fidiv dword [ecx+eax-0x7698badd] 00000000 DAB501234567 fidiv dword [ebp+0x67452301] 00000000 DAB601234567 fidiv dword [esi+0x67452301] 00000000 DAB701234567 fidiv dword [edi+0x67452301] 00000000 DAB801234567 fidivr dword [eax+0x67452301] 00000000 DAB901234567 fidivr dword [ecx+0x67452301] 00000000 DABA01234567 fidivr dword [edx+0x67452301] 00000000 DABB01234567 fidivr dword [ebx+0x67452301] 00000000 DABC0123456789 fidivr dword [ecx+eax-0x7698badd] 00000000 DABD01234567 fidivr dword [ebp+0x67452301] 00000000 DABE01234567 fidivr dword [esi+0x67452301] 00000000 DABF01234567 fidivr dword [edi+0x67452301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DAE9 fucompp illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode db 00000000 DB00 fild dword [eax] 00000000 DB01 fild dword [ecx] 00000000 DB02 fild dword [edx] 00000000 DB03 fild dword [ebx] 00000000 DB0401 fild dword [ecx+eax] 00000000 DB0501234567 fild dword [dword 0x67452301] 00000000 DB06 fild dword [esi] 00000000 DB07 fild dword [edi] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB10 fist dword [eax] 00000000 DB11 fist dword [ecx] 00000000 DB12 fist dword [edx] 00000000 DB13 fist dword [ebx] 00000000 DB1401 fist dword [ecx+eax] 00000000 DB1501234567 fist dword [dword 0x67452301] 00000000 DB16 fist dword [esi] 00000000 DB17 fist dword [edi] 00000000 DB18 fistp dword [eax] 00000000 DB19 fistp dword [ecx] 00000000 DB1A fistp dword [edx] 00000000 DB1B fistp dword [ebx] 00000000 DB1C01 fistp dword [ecx+eax] 00000000 DB1D01234567 fistp dword [dword 0x67452301] 00000000 DB1E fistp dword [esi] 00000000 DB1F fistp dword [edi] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB28 fld tword [eax] 00000000 DB29 fld tword [ecx] 00000000 DB2A fld tword [edx] 00000000 DB2B fld tword [ebx] 00000000 DB2C01 fld tword [ecx+eax] 00000000 DB2D01234567 fld tword [dword 0x67452301] 00000000 DB2E fld tword [esi] 00000000 DB2F fld tword [edi] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB38 fstp tword [eax] 00000000 DB39 fstp tword [ecx] 00000000 DB3A fstp tword [edx] 00000000 DB3B fstp tword [ebx] 00000000 DB3C01 fstp tword [ecx+eax] 00000000 DB3D01234567 fstp tword [dword 0x67452301] 00000000 DB3E fstp tword [esi] 00000000 DB3F fstp tword [edi] 00000000 DB4001 fild dword [eax+0x1] 00000000 DB4101 fild dword [ecx+0x1] 00000000 DB4201 fild dword [edx+0x1] 00000000 DB4301 fild dword [ebx+0x1] 00000000 DB440123 fild dword [ecx+eax+0x23] 00000000 DB4501 fild dword [ebp+0x1] 00000000 DB4601 fild dword [esi+0x1] 00000000 DB4701 fild dword [edi+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB5001 fist dword [eax+0x1] 00000000 DB5101 fist dword [ecx+0x1] 00000000 DB5201 fist dword [edx+0x1] 00000000 DB5301 fist dword [ebx+0x1] 00000000 DB540123 fist dword [ecx+eax+0x23] 00000000 DB5501 fist dword [ebp+0x1] 00000000 DB5601 fist dword [esi+0x1] 00000000 DB5701 fist dword [edi+0x1] 00000000 DB5801 fistp dword [eax+0x1] 00000000 DB5901 fistp dword [ecx+0x1] 00000000 DB5A01 fistp dword [edx+0x1] 00000000 DB5B01 fistp dword [ebx+0x1] 00000000 DB5C0123 fistp dword [ecx+eax+0x23] 00000000 DB5D01 fistp dword [ebp+0x1] 00000000 DB5E01 fistp dword [esi+0x1] 00000000 DB5F01 fistp dword [edi+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB6801 fld tword [eax+0x1] 00000000 DB6901 fld tword [ecx+0x1] 00000000 DB6A01 fld tword [edx+0x1] 00000000 DB6B01 fld tword [ebx+0x1] 00000000 DB6C0123 fld tword [ecx+eax+0x23] 00000000 DB6D01 fld tword [ebp+0x1] 00000000 DB6E01 fld tword [esi+0x1] 00000000 DB6F01 fld tword [edi+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB7801 fstp tword [eax+0x1] 00000000 DB7901 fstp tword [ecx+0x1] 00000000 DB7A01 fstp tword [edx+0x1] 00000000 DB7B01 fstp tword [ebx+0x1] 00000000 DB7C0123 fstp tword [ecx+eax+0x23] 00000000 DB7D01 fstp tword [ebp+0x1] 00000000 DB7E01 fstp tword [esi+0x1] 00000000 DB7F01 fstp tword [edi+0x1] 00000000 DB8001234567 fild dword [eax+0x67452301] 00000000 DB8101234567 fild dword [ecx+0x67452301] 00000000 DB8201234567 fild dword [edx+0x67452301] 00000000 DB8301234567 fild dword [ebx+0x67452301] 00000000 DB840123456789 fild dword [ecx+eax-0x7698badd] 00000000 DB8501234567 fild dword [ebp+0x67452301] 00000000 DB8601234567 fild dword [esi+0x67452301] 00000000 DB8701234567 fild dword [edi+0x67452301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB9001234567 fist dword [eax+0x67452301] 00000000 DB9101234567 fist dword [ecx+0x67452301] 00000000 DB9201234567 fist dword [edx+0x67452301] 00000000 DB9301234567 fist dword [ebx+0x67452301] 00000000 DB940123456789 fist dword [ecx+eax-0x7698badd] 00000000 DB9501234567 fist dword [ebp+0x67452301] 00000000 DB9601234567 fist dword [esi+0x67452301] 00000000 DB9701234567 fist dword [edi+0x67452301] 00000000 DB9801234567 fistp dword [eax+0x67452301] 00000000 DB9901234567 fistp dword [ecx+0x67452301] 00000000 DB9A01234567 fistp dword [edx+0x67452301] 00000000 DB9B01234567 fistp dword [ebx+0x67452301] 00000000 DB9C0123456789 fistp dword [ecx+eax-0x7698badd] 00000000 DB9D01234567 fistp dword [ebp+0x67452301] 00000000 DB9E01234567 fistp dword [esi+0x67452301] 00000000 DB9F01234567 fistp dword [edi+0x67452301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DBA801234567 fld tword [eax+0x67452301] 00000000 DBA901234567 fld tword [ecx+0x67452301] 00000000 DBAA01234567 fld tword [edx+0x67452301] 00000000 DBAB01234567 fld tword [ebx+0x67452301] 00000000 DBAC0123456789 fld tword [ecx+eax-0x7698badd] 00000000 DBAD01234567 fld tword [ebp+0x67452301] 00000000 DBAE01234567 fld tword [esi+0x67452301] 00000000 DBAF01234567 fld tword [edi+0x67452301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DBB801234567 fstp tword [eax+0x67452301] 00000000 DBB901234567 fstp tword [ecx+0x67452301] 00000000 DBBA01234567 fstp tword [edx+0x67452301] 00000000 DBBB01234567 fstp tword [ebx+0x67452301] 00000000 DBBC0123456789 fstp tword [ecx+eax-0x7698badd] 00000000 DBBD01234567 fstp tword [ebp+0x67452301] 00000000 DBBE01234567 fstp tword [esi+0x67452301] 00000000 DBBF01234567 fstp tword [edi+0x67452301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DBE0 fneni 00000000 DBE1 fndisi 00000000 DBE2 fnclex 00000000 DBE3 fninit 00000000 DBE4 fsetpm illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode dc 00000000 DC00 fadd qword [eax] 00000000 DC01 fadd qword [ecx] 00000000 DC02 fadd qword [edx] 00000000 DC03 fadd qword [ebx] 00000000 DC0401 fadd qword [ecx+eax] 00000000 DC0501234567 fadd qword [dword 0x67452301] 00000000 DC06 fadd qword [esi] 00000000 DC07 fadd qword [edi] 00000000 DC08 fmul qword [eax] 00000000 DC09 fmul qword [ecx] 00000000 DC0A fmul qword [edx] 00000000 DC0B fmul qword [ebx] 00000000 DC0C01 fmul qword [ecx+eax] 00000000 DC0D01234567 fmul qword [dword 0x67452301] 00000000 DC0E fmul qword [esi] 00000000 DC0F fmul qword [edi] 00000000 DC10 fcom qword [eax] 00000000 DC11 fcom qword [ecx] 00000000 DC12 fcom qword [edx] 00000000 DC13 fcom qword [ebx] 00000000 DC1401 fcom qword [ecx+eax] 00000000 DC1501234567 fcom qword [dword 0x67452301] 00000000 DC16 fcom qword [esi] 00000000 DC17 fcom qword [edi] 00000000 DC18 fcomp qword [eax] 00000000 DC19 fcomp qword [ecx] 00000000 DC1A fcomp qword [edx] 00000000 DC1B fcomp qword [ebx] 00000000 DC1C01 fcomp qword [ecx+eax] 00000000 DC1D01234567 fcomp qword [dword 0x67452301] 00000000 DC1E fcomp qword [esi] 00000000 DC1F fcomp qword [edi] 00000000 DC20 fsub qword [eax] 00000000 DC21 fsub qword [ecx] 00000000 DC22 fsub qword [edx] 00000000 DC23 fsub qword [ebx] 00000000 DC2401 fsub qword [ecx+eax] 00000000 DC2501234567 fsub qword [dword 0x67452301] 00000000 DC26 fsub qword [esi] 00000000 DC27 fsub qword [edi] 00000000 DC28 fsubr qword [eax] 00000000 DC29 fsubr qword [ecx] 00000000 DC2A fsubr qword [edx] 00000000 DC2B fsubr qword [ebx] 00000000 DC2C01 fsubr qword [ecx+eax] 00000000 DC2D01234567 fsubr qword [dword 0x67452301] 00000000 DC2E fsubr qword [esi] 00000000 DC2F fsubr qword [edi] 00000000 DC30 fdiv qword [eax] 00000000 DC31 fdiv qword [ecx] 00000000 DC32 fdiv qword [edx] 00000000 DC33 fdiv qword [ebx] 00000000 DC3401 fdiv qword [ecx+eax] 00000000 DC3501234567 fdiv qword [dword 0x67452301] 00000000 DC36 fdiv qword [esi] 00000000 DC37 fdiv qword [edi] 00000000 DC38 fdivr qword [eax] 00000000 DC39 fdivr qword [ecx] 00000000 DC3A fdivr qword [edx] 00000000 DC3B fdivr qword [ebx] 00000000 DC3C01 fdivr qword [ecx+eax] 00000000 DC3D01234567 fdivr qword [dword 0x67452301] 00000000 DC3E fdivr qword [esi] 00000000 DC3F fdivr qword [edi] 00000000 DC4001 fadd qword [eax+0x1] 00000000 DC4101 fadd qword [ecx+0x1] 00000000 DC4201 fadd qword [edx+0x1] 00000000 DC4301 fadd qword [ebx+0x1] 00000000 DC440123 fadd qword [ecx+eax+0x23] 00000000 DC4501 fadd qword [ebp+0x1] 00000000 DC4601 fadd qword [esi+0x1] 00000000 DC4701 fadd qword [edi+0x1] 00000000 DC4801 fmul qword [eax+0x1] 00000000 DC4901 fmul qword [ecx+0x1] 00000000 DC4A01 fmul qword [edx+0x1] 00000000 DC4B01 fmul qword [ebx+0x1] 00000000 DC4C0123 fmul qword [ecx+eax+0x23] 00000000 DC4D01 fmul qword [ebp+0x1] 00000000 DC4E01 fmul qword [esi+0x1] 00000000 DC4F01 fmul qword [edi+0x1] 00000000 DC5001 fcom qword [eax+0x1] 00000000 DC5101 fcom qword [ecx+0x1] 00000000 DC5201 fcom qword [edx+0x1] 00000000 DC5301 fcom qword [ebx+0x1] 00000000 DC540123 fcom qword [ecx+eax+0x23] 00000000 DC5501 fcom qword [ebp+0x1] 00000000 DC5601 fcom qword [esi+0x1] 00000000 DC5701 fcom qword [edi+0x1] 00000000 DC5801 fcomp qword [eax+0x1] 00000000 DC5901 fcomp qword [ecx+0x1] 00000000 DC5A01 fcomp qword [edx+0x1] 00000000 DC5B01 fcomp qword [ebx+0x1] 00000000 DC5C0123 fcomp qword [ecx+eax+0x23] 00000000 DC5D01 fcomp qword [ebp+0x1] 00000000 DC5E01 fcomp qword [esi+0x1] 00000000 DC5F01 fcomp qword [edi+0x1] 00000000 DC6001 fsub qword [eax+0x1] 00000000 DC6101 fsub qword [ecx+0x1] 00000000 DC6201 fsub qword [edx+0x1] 00000000 DC6301 fsub qword [ebx+0x1] 00000000 DC640123 fsub qword [ecx+eax+0x23] 00000000 DC6501 fsub qword [ebp+0x1] 00000000 DC6601 fsub qword [esi+0x1] 00000000 DC6701 fsub qword [edi+0x1] 00000000 DC6801 fsubr qword [eax+0x1] 00000000 DC6901 fsubr qword [ecx+0x1] 00000000 DC6A01 fsubr qword [edx+0x1] 00000000 DC6B01 fsubr qword [ebx+0x1] 00000000 DC6C0123 fsubr qword [ecx+eax+0x23] 00000000 DC6D01 fsubr qword [ebp+0x1] 00000000 DC6E01 fsubr qword [esi+0x1] 00000000 DC6F01 fsubr qword [edi+0x1] 00000000 DC7001 fdiv qword [eax+0x1] 00000000 DC7101 fdiv qword [ecx+0x1] 00000000 DC7201 fdiv qword [edx+0x1] 00000000 DC7301 fdiv qword [ebx+0x1] 00000000 DC740123 fdiv qword [ecx+eax+0x23] 00000000 DC7501 fdiv qword [ebp+0x1] 00000000 DC7601 fdiv qword [esi+0x1] 00000000 DC7701 fdiv qword [edi+0x1] 00000000 DC7801 fdivr qword [eax+0x1] 00000000 DC7901 fdivr qword [ecx+0x1] 00000000 DC7A01 fdivr qword [edx+0x1] 00000000 DC7B01 fdivr qword [ebx+0x1] 00000000 DC7C0123 fdivr qword [ecx+eax+0x23] 00000000 DC7D01 fdivr qword [ebp+0x1] 00000000 DC7E01 fdivr qword [esi+0x1] 00000000 DC7F01 fdivr qword [edi+0x1] 00000000 DC8001234567 fadd qword [eax+0x67452301] 00000000 DC8101234567 fadd qword [ecx+0x67452301] 00000000 DC8201234567 fadd qword [edx+0x67452301] 00000000 DC8301234567 fadd qword [ebx+0x67452301] 00000000 DC840123456789 fadd qword [ecx+eax-0x7698badd] 00000000 DC8501234567 fadd qword [ebp+0x67452301] 00000000 DC8601234567 fadd qword [esi+0x67452301] 00000000 DC8701234567 fadd qword [edi+0x67452301] 00000000 DC8801234567 fmul qword [eax+0x67452301] 00000000 DC8901234567 fmul qword [ecx+0x67452301] 00000000 DC8A01234567 fmul qword [edx+0x67452301] 00000000 DC8B01234567 fmul qword [ebx+0x67452301] 00000000 DC8C0123456789 fmul qword [ecx+eax-0x7698badd] 00000000 DC8D01234567 fmul qword [ebp+0x67452301] 00000000 DC8E01234567 fmul qword [esi+0x67452301] 00000000 DC8F01234567 fmul qword [edi+0x67452301] 00000000 DC9001234567 fcom qword [eax+0x67452301] 00000000 DC9101234567 fcom qword [ecx+0x67452301] 00000000 DC9201234567 fcom qword [edx+0x67452301] 00000000 DC9301234567 fcom qword [ebx+0x67452301] 00000000 DC940123456789 fcom qword [ecx+eax-0x7698badd] 00000000 DC9501234567 fcom qword [ebp+0x67452301] 00000000 DC9601234567 fcom qword [esi+0x67452301] 00000000 DC9701234567 fcom qword [edi+0x67452301] 00000000 DC9801234567 fcomp qword [eax+0x67452301] 00000000 DC9901234567 fcomp qword [ecx+0x67452301] 00000000 DC9A01234567 fcomp qword [edx+0x67452301] 00000000 DC9B01234567 fcomp qword [ebx+0x67452301] 00000000 DC9C0123456789 fcomp qword [ecx+eax-0x7698badd] 00000000 DC9D01234567 fcomp qword [ebp+0x67452301] 00000000 DC9E01234567 fcomp qword [esi+0x67452301] 00000000 DC9F01234567 fcomp qword [edi+0x67452301] 00000000 DCA001234567 fsub qword [eax+0x67452301] 00000000 DCA101234567 fsub qword [ecx+0x67452301] 00000000 DCA201234567 fsub qword [edx+0x67452301] 00000000 DCA301234567 fsub qword [ebx+0x67452301] 00000000 DCA40123456789 fsub qword [ecx+eax-0x7698badd] 00000000 DCA501234567 fsub qword [ebp+0x67452301] 00000000 DCA601234567 fsub qword [esi+0x67452301] 00000000 DCA701234567 fsub qword [edi+0x67452301] 00000000 DCA801234567 fsubr qword [eax+0x67452301] 00000000 DCA901234567 fsubr qword [ecx+0x67452301] 00000000 DCAA01234567 fsubr qword [edx+0x67452301] 00000000 DCAB01234567 fsubr qword [ebx+0x67452301] 00000000 DCAC0123456789 fsubr qword [ecx+eax-0x7698badd] 00000000 DCAD01234567 fsubr qword [ebp+0x67452301] 00000000 DCAE01234567 fsubr qword [esi+0x67452301] 00000000 DCAF01234567 fsubr qword [edi+0x67452301] 00000000 DCB001234567 fdiv qword [eax+0x67452301] 00000000 DCB101234567 fdiv qword [ecx+0x67452301] 00000000 DCB201234567 fdiv qword [edx+0x67452301] 00000000 DCB301234567 fdiv qword [ebx+0x67452301] 00000000 DCB40123456789 fdiv qword [ecx+eax-0x7698badd] 00000000 DCB501234567 fdiv qword [ebp+0x67452301] 00000000 DCB601234567 fdiv qword [esi+0x67452301] 00000000 DCB701234567 fdiv qword [edi+0x67452301] 00000000 DCB801234567 fdivr qword [eax+0x67452301] 00000000 DCB901234567 fdivr qword [ecx+0x67452301] 00000000 DCBA01234567 fdivr qword [edx+0x67452301] 00000000 DCBB01234567 fdivr qword [ebx+0x67452301] 00000000 DCBC0123456789 fdivr qword [ecx+eax-0x7698badd] 00000000 DCBD01234567 fdivr qword [ebp+0x67452301] 00000000 DCBE01234567 fdivr qword [esi+0x67452301] 00000000 DCBF01234567 fdivr qword [edi+0x67452301] 00000000 DCC0 fadd to st0 00000000 DCC1 fadd to st1 00000000 DCC2 fadd to st2 00000000 DCC3 fadd to st3 00000000 DCC4 fadd to st4 00000000 DCC5 fadd to st5 00000000 DCC6 fadd to st6 00000000 DCC7 fadd to st7 00000000 DCC8 fmul to st0 00000000 DCC9 fmul to st1 00000000 DCCA fmul to st2 00000000 DCCB fmul to st3 00000000 DCCC fmul to st4 00000000 DCCD fmul to st5 00000000 DCCE fmul to st6 00000000 DCCF fmul to st7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DCE0 fsubr to st0 00000000 DCE1 fsubr to st1 00000000 DCE2 fsubr to st2 00000000 DCE3 fsubr to st3 00000000 DCE4 fsubr to st4 00000000 DCE5 fsubr to st5 00000000 DCE6 fsubr to st6 00000000 DCE7 fsubr to st7 00000000 DCE8 fsub to st0 00000000 DCE9 fsub to st1 00000000 DCEA fsub to st2 00000000 DCEB fsub to st3 00000000 DCEC fsub to st4 00000000 DCED fsub to st5 00000000 DCEE fsub to st6 00000000 DCEF fsub to st7 00000000 DCF0 fdivr to st0 00000000 DCF1 fdivr to st1 00000000 DCF2 fdivr to st2 00000000 DCF3 fdivr to st3 00000000 DCF4 fdivr to st4 00000000 DCF5 fdivr to st5 00000000 DCF6 fdivr to st6 00000000 DCF7 fdivr to st7 00000000 DCF8 fdiv to st0 00000000 DCF9 fdiv to st1 00000000 DCFA fdiv to st2 00000000 DCFB fdiv to st3 00000000 DCFC fdiv to st4 00000000 DCFD fdiv to st5 00000000 DCFE fdiv to st6 00000000 DCFF fdiv to st7 opcode dd 00000000 DD00 fld qword [eax] 00000000 DD01 fld qword [ecx] 00000000 DD02 fld qword [edx] 00000000 DD03 fld qword [ebx] 00000000 DD0401 fld qword [ecx+eax] 00000000 DD0501234567 fld qword [dword 0x67452301] 00000000 DD06 fld qword [esi] 00000000 DD07 fld qword [edi] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DD10 fst qword [eax] 00000000 DD11 fst qword [ecx] 00000000 DD12 fst qword [edx] 00000000 DD13 fst qword [ebx] 00000000 DD1401 fst qword [ecx+eax] 00000000 DD1501234567 fst qword [dword 0x67452301] 00000000 DD16 fst qword [esi] 00000000 DD17 fst qword [edi] 00000000 DD18 fstp qword [eax] 00000000 DD19 fstp qword [ecx] 00000000 DD1A fstp qword [edx] 00000000 DD1B fstp qword [ebx] 00000000 DD1C01 fstp qword [ecx+eax] 00000000 DD1D01234567 fstp qword [dword 0x67452301] 00000000 DD1E fstp qword [esi] 00000000 DD1F fstp qword [edi] 00000000 DD20 frstor [eax] 00000000 DD21 frstor [ecx] 00000000 DD22 frstor [edx] 00000000 DD23 frstor [ebx] 00000000 DD2401 frstor [ecx+eax] 00000000 DD2501234567 frstor [dword 0x67452301] 00000000 DD26 frstor [esi] 00000000 DD27 frstor [edi] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DD30 fnsave [eax] 00000000 DD31 fnsave [ecx] 00000000 DD32 fnsave [edx] 00000000 DD33 fnsave [ebx] 00000000 DD3401 fnsave [ecx+eax] 00000000 DD3501234567 fnsave [dword 0x67452301] 00000000 DD36 fnsave [esi] 00000000 DD37 fnsave [edi] 00000000 DD38 fnstsw [eax] 00000000 DD39 fnstsw [ecx] 00000000 DD3A fnstsw [edx] 00000000 DD3B fnstsw [ebx] 00000000 DD3C01 fnstsw [ecx+eax] 00000000 DD3D01234567 fnstsw [dword 0x67452301] 00000000 DD3E fnstsw [esi] 00000000 DD3F fnstsw [edi] 00000000 DD4001 fld qword [eax+0x1] 00000000 DD4101 fld qword [ecx+0x1] 00000000 DD4201 fld qword [edx+0x1] 00000000 DD4301 fld qword [ebx+0x1] 00000000 DD440123 fld qword [ecx+eax+0x23] 00000000 DD4501 fld qword [ebp+0x1] 00000000 DD4601 fld qword [esi+0x1] 00000000 DD4701 fld qword [edi+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DD5001 fst qword [eax+0x1] 00000000 DD5101 fst qword [ecx+0x1] 00000000 DD5201 fst qword [edx+0x1] 00000000 DD5301 fst qword [ebx+0x1] 00000000 DD540123 fst qword [ecx+eax+0x23] 00000000 DD5501 fst qword [ebp+0x1] 00000000 DD5601 fst qword [esi+0x1] 00000000 DD5701 fst qword [edi+0x1] 00000000 DD5801 fstp qword [eax+0x1] 00000000 DD5901 fstp qword [ecx+0x1] 00000000 DD5A01 fstp qword [edx+0x1] 00000000 DD5B01 fstp qword [ebx+0x1] 00000000 DD5C0123 fstp qword [ecx+eax+0x23] 00000000 DD5D01 fstp qword [ebp+0x1] 00000000 DD5E01 fstp qword [esi+0x1] 00000000 DD5F01 fstp qword [edi+0x1] 00000000 DD6001 frstor [eax+0x1] 00000000 DD6101 frstor [ecx+0x1] 00000000 DD6201 frstor [edx+0x1] 00000000 DD6301 frstor [ebx+0x1] 00000000 DD640123 frstor [ecx+eax+0x23] 00000000 DD6501 frstor [ebp+0x1] 00000000 DD6601 frstor [esi+0x1] 00000000 DD6701 frstor [edi+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DD7001 fnsave [eax+0x1] 00000000 DD7101 fnsave [ecx+0x1] 00000000 DD7201 fnsave [edx+0x1] 00000000 DD7301 fnsave [ebx+0x1] 00000000 DD740123 fnsave [ecx+eax+0x23] 00000000 DD7501 fnsave [ebp+0x1] 00000000 DD7601 fnsave [esi+0x1] 00000000 DD7701 fnsave [edi+0x1] 00000000 DD7801 fnstsw [eax+0x1] 00000000 DD7901 fnstsw [ecx+0x1] 00000000 DD7A01 fnstsw [edx+0x1] 00000000 DD7B01 fnstsw [ebx+0x1] 00000000 DD7C0123 fnstsw [ecx+eax+0x23] 00000000 DD7D01 fnstsw [ebp+0x1] 00000000 DD7E01 fnstsw [esi+0x1] 00000000 DD7F01 fnstsw [edi+0x1] 00000000 DD8001234567 fld qword [eax+0x67452301] 00000000 DD8101234567 fld qword [ecx+0x67452301] 00000000 DD8201234567 fld qword [edx+0x67452301] 00000000 DD8301234567 fld qword [ebx+0x67452301] 00000000 DD840123456789 fld qword [ecx+eax-0x7698badd] 00000000 DD8501234567 fld qword [ebp+0x67452301] 00000000 DD8601234567 fld qword [esi+0x67452301] 00000000 DD8701234567 fld qword [edi+0x67452301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DD9001234567 fst qword [eax+0x67452301] 00000000 DD9101234567 fst qword [ecx+0x67452301] 00000000 DD9201234567 fst qword [edx+0x67452301] 00000000 DD9301234567 fst qword [ebx+0x67452301] 00000000 DD940123456789 fst qword [ecx+eax-0x7698badd] 00000000 DD9501234567 fst qword [ebp+0x67452301] 00000000 DD9601234567 fst qword [esi+0x67452301] 00000000 DD9701234567 fst qword [edi+0x67452301] 00000000 DD9801234567 fstp qword [eax+0x67452301] 00000000 DD9901234567 fstp qword [ecx+0x67452301] 00000000 DD9A01234567 fstp qword [edx+0x67452301] 00000000 DD9B01234567 fstp qword [ebx+0x67452301] 00000000 DD9C0123456789 fstp qword [ecx+eax-0x7698badd] 00000000 DD9D01234567 fstp qword [ebp+0x67452301] 00000000 DD9E01234567 fstp qword [esi+0x67452301] 00000000 DD9F01234567 fstp qword [edi+0x67452301] 00000000 DDA001234567 frstor [eax+0x67452301] 00000000 DDA101234567 frstor [ecx+0x67452301] 00000000 DDA201234567 frstor [edx+0x67452301] 00000000 DDA301234567 frstor [ebx+0x67452301] 00000000 DDA40123456789 frstor [ecx+eax-0x7698badd] 00000000 DDA501234567 frstor [ebp+0x67452301] 00000000 DDA601234567 frstor [esi+0x67452301] 00000000 DDA701234567 frstor [edi+0x67452301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DDB001234567 fnsave [eax+0x67452301] 00000000 DDB101234567 fnsave [ecx+0x67452301] 00000000 DDB201234567 fnsave [edx+0x67452301] 00000000 DDB301234567 fnsave [ebx+0x67452301] 00000000 DDB40123456789 fnsave [ecx+eax-0x7698badd] 00000000 DDB501234567 fnsave [ebp+0x67452301] 00000000 DDB601234567 fnsave [esi+0x67452301] 00000000 DDB701234567 fnsave [edi+0x67452301] 00000000 DDB801234567 fnstsw [eax+0x67452301] 00000000 DDB901234567 fnstsw [ecx+0x67452301] 00000000 DDBA01234567 fnstsw [edx+0x67452301] 00000000 DDBB01234567 fnstsw [ebx+0x67452301] 00000000 DDBC0123456789 fnstsw [ecx+eax-0x7698badd] 00000000 DDBD01234567 fnstsw [ebp+0x67452301] 00000000 DDBE01234567 fnstsw [esi+0x67452301] 00000000 DDBF01234567 fnstsw [edi+0x67452301] 00000000 DDC0 ffree st0 00000000 DDC1 ffree st1 00000000 DDC2 ffree st2 00000000 DDC3 ffree st3 00000000 DDC4 ffree st4 00000000 DDC5 ffree st5 00000000 DDC6 ffree st6 00000000 DDC7 ffree st7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DDD0 fst st0 00000000 DDD1 fst st1 00000000 DDD2 fst st2 00000000 DDD3 fst st3 00000000 DDD4 fst st4 00000000 DDD5 fst st5 00000000 DDD6 fst st6 00000000 DDD7 fst st7 00000000 DDD8 fstp st0 00000000 DDD9 fstp st1 00000000 DDDA fstp st2 00000000 DDDB fstp st3 00000000 DDDC fstp st4 00000000 DDDD fstp st5 00000000 DDDE fstp st6 00000000 DDDF fstp st7 00000000 DDE0 fucom st0 00000000 DDE1 fucom st1 00000000 DDE2 fucom st2 00000000 DDE3 fucom st3 00000000 DDE4 fucom st4 00000000 DDE5 fucom st5 00000000 DDE6 fucom st6 00000000 DDE7 fucom st7 00000000 DDE8 fucomp st0 00000000 DDE9 fucomp st1 00000000 DDEA fucomp st2 00000000 DDEB fucomp st3 00000000 DDEC fucomp st4 00000000 DDED fucomp st5 00000000 DDEE fucomp st6 00000000 DDEF fucomp st7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode de 00000000 DE00 fiadd word [eax] 00000000 DE01 fiadd word [ecx] 00000000 DE02 fiadd word [edx] 00000000 DE03 fiadd word [ebx] 00000000 DE0401 fiadd word [ecx+eax] 00000000 DE0501234567 fiadd word [dword 0x67452301] 00000000 DE06 fiadd word [esi] 00000000 DE07 fiadd word [edi] 00000000 DE08 fimul word [eax] 00000000 DE09 fimul word [ecx] 00000000 DE0A fimul word [edx] 00000000 DE0B fimul word [ebx] 00000000 DE0C01 fimul word [ecx+eax] 00000000 DE0D01234567 fimul word [dword 0x67452301] 00000000 DE0E fimul word [esi] 00000000 DE0F fimul word [edi] 00000000 DE10 ficom word [eax] 00000000 DE11 ficom word [ecx] 00000000 DE12 ficom word [edx] 00000000 DE13 ficom word [ebx] 00000000 DE1401 ficom word [ecx+eax] 00000000 DE1501234567 ficom word [dword 0x67452301] 00000000 DE16 ficom word [esi] 00000000 DE17 ficom word [edi] 00000000 DE18 ficomp word [eax] 00000000 DE19 ficomp word [ecx] 00000000 DE1A ficomp word [edx] 00000000 DE1B ficomp word [ebx] 00000000 DE1C01 ficomp word [ecx+eax] 00000000 DE1D01234567 ficomp word [dword 0x67452301] 00000000 DE1E ficomp word [esi] 00000000 DE1F ficomp word [edi] 00000000 DE20 fisub word [eax] 00000000 DE21 fisub word [ecx] 00000000 DE22 fisub word [edx] 00000000 DE23 fisub word [ebx] 00000000 DE2401 fisub word [ecx+eax] 00000000 DE2501234567 fisub word [dword 0x67452301] 00000000 DE26 fisub word [esi] 00000000 DE27 fisub word [edi] 00000000 DE28 fisubr word [eax] 00000000 DE29 fisubr word [ecx] 00000000 DE2A fisubr word [edx] 00000000 DE2B fisubr word [ebx] 00000000 DE2C01 fisubr word [ecx+eax] 00000000 DE2D01234567 fisubr word [dword 0x67452301] 00000000 DE2E fisubr word [esi] 00000000 DE2F fisubr word [edi] 00000000 DE30 fidiv word [eax] 00000000 DE31 fidiv word [ecx] 00000000 DE32 fidiv word [edx] 00000000 DE33 fidiv word [ebx] 00000000 DE3401 fidiv word [ecx+eax] 00000000 DE3501234567 fidiv word [dword 0x67452301] 00000000 DE36 fidiv word [esi] 00000000 DE37 fidiv word [edi] 00000000 DE38 fidivr word [eax] 00000000 DE39 fidivr word [ecx] 00000000 DE3A fidivr word [edx] 00000000 DE3B fidivr word [ebx] 00000000 DE3C01 fidivr word [ecx+eax] 00000000 DE3D01234567 fidivr word [dword 0x67452301] 00000000 DE3E fidivr word [esi] 00000000 DE3F fidivr word [edi] 00000000 DE4001 fiadd word [eax+0x1] 00000000 DE4101 fiadd word [ecx+0x1] 00000000 DE4201 fiadd word [edx+0x1] 00000000 DE4301 fiadd word [ebx+0x1] 00000000 DE440123 fiadd word [ecx+eax+0x23] 00000000 DE4501 fiadd word [ebp+0x1] 00000000 DE4601 fiadd word [esi+0x1] 00000000 DE4701 fiadd word [edi+0x1] 00000000 DE4801 fimul word [eax+0x1] 00000000 DE4901 fimul word [ecx+0x1] 00000000 DE4A01 fimul word [edx+0x1] 00000000 DE4B01 fimul word [ebx+0x1] 00000000 DE4C0123 fimul word [ecx+eax+0x23] 00000000 DE4D01 fimul word [ebp+0x1] 00000000 DE4E01 fimul word [esi+0x1] 00000000 DE4F01 fimul word [edi+0x1] 00000000 DE5001 ficom word [eax+0x1] 00000000 DE5101 ficom word [ecx+0x1] 00000000 DE5201 ficom word [edx+0x1] 00000000 DE5301 ficom word [ebx+0x1] 00000000 DE540123 ficom word [ecx+eax+0x23] 00000000 DE5501 ficom word [ebp+0x1] 00000000 DE5601 ficom word [esi+0x1] 00000000 DE5701 ficom word [edi+0x1] 00000000 DE5801 ficomp word [eax+0x1] 00000000 DE5901 ficomp word [ecx+0x1] 00000000 DE5A01 ficomp word [edx+0x1] 00000000 DE5B01 ficomp word [ebx+0x1] 00000000 DE5C0123 ficomp word [ecx+eax+0x23] 00000000 DE5D01 ficomp word [ebp+0x1] 00000000 DE5E01 ficomp word [esi+0x1] 00000000 DE5F01 ficomp word [edi+0x1] 00000000 DE6001 fisub word [eax+0x1] 00000000 DE6101 fisub word [ecx+0x1] 00000000 DE6201 fisub word [edx+0x1] 00000000 DE6301 fisub word [ebx+0x1] 00000000 DE640123 fisub word [ecx+eax+0x23] 00000000 DE6501 fisub word [ebp+0x1] 00000000 DE6601 fisub word [esi+0x1] 00000000 DE6701 fisub word [edi+0x1] 00000000 DE6801 fisubr word [eax+0x1] 00000000 DE6901 fisubr word [ecx+0x1] 00000000 DE6A01 fisubr word [edx+0x1] 00000000 DE6B01 fisubr word [ebx+0x1] 00000000 DE6C0123 fisubr word [ecx+eax+0x23] 00000000 DE6D01 fisubr word [ebp+0x1] 00000000 DE6E01 fisubr word [esi+0x1] 00000000 DE6F01 fisubr word [edi+0x1] 00000000 DE7001 fidiv word [eax+0x1] 00000000 DE7101 fidiv word [ecx+0x1] 00000000 DE7201 fidiv word [edx+0x1] 00000000 DE7301 fidiv word [ebx+0x1] 00000000 DE740123 fidiv word [ecx+eax+0x23] 00000000 DE7501 fidiv word [ebp+0x1] 00000000 DE7601 fidiv word [esi+0x1] 00000000 DE7701 fidiv word [edi+0x1] 00000000 DE7801 fidivr word [eax+0x1] 00000000 DE7901 fidivr word [ecx+0x1] 00000000 DE7A01 fidivr word [edx+0x1] 00000000 DE7B01 fidivr word [ebx+0x1] 00000000 DE7C0123 fidivr word [ecx+eax+0x23] 00000000 DE7D01 fidivr word [ebp+0x1] 00000000 DE7E01 fidivr word [esi+0x1] 00000000 DE7F01 fidivr word [edi+0x1] 00000000 DE8001234567 fiadd word [eax+0x67452301] 00000000 DE8101234567 fiadd word [ecx+0x67452301] 00000000 DE8201234567 fiadd word [edx+0x67452301] 00000000 DE8301234567 fiadd word [ebx+0x67452301] 00000000 DE840123456789 fiadd word [ecx+eax-0x7698badd] 00000000 DE8501234567 fiadd word [ebp+0x67452301] 00000000 DE8601234567 fiadd word [esi+0x67452301] 00000000 DE8701234567 fiadd word [edi+0x67452301] 00000000 DE8801234567 fimul word [eax+0x67452301] 00000000 DE8901234567 fimul word [ecx+0x67452301] 00000000 DE8A01234567 fimul word [edx+0x67452301] 00000000 DE8B01234567 fimul word [ebx+0x67452301] 00000000 DE8C0123456789 fimul word [ecx+eax-0x7698badd] 00000000 DE8D01234567 fimul word [ebp+0x67452301] 00000000 DE8E01234567 fimul word [esi+0x67452301] 00000000 DE8F01234567 fimul word [edi+0x67452301] 00000000 DE9001234567 ficom word [eax+0x67452301] 00000000 DE9101234567 ficom word [ecx+0x67452301] 00000000 DE9201234567 ficom word [edx+0x67452301] 00000000 DE9301234567 ficom word [ebx+0x67452301] 00000000 DE940123456789 ficom word [ecx+eax-0x7698badd] 00000000 DE9501234567 ficom word [ebp+0x67452301] 00000000 DE9601234567 ficom word [esi+0x67452301] 00000000 DE9701234567 ficom word [edi+0x67452301] 00000000 DE9801234567 ficomp word [eax+0x67452301] 00000000 DE9901234567 ficomp word [ecx+0x67452301] 00000000 DE9A01234567 ficomp word [edx+0x67452301] 00000000 DE9B01234567 ficomp word [ebx+0x67452301] 00000000 DE9C0123456789 ficomp word [ecx+eax-0x7698badd] 00000000 DE9D01234567 ficomp word [ebp+0x67452301] 00000000 DE9E01234567 ficomp word [esi+0x67452301] 00000000 DE9F01234567 ficomp word [edi+0x67452301] 00000000 DEA001234567 fisub word [eax+0x67452301] 00000000 DEA101234567 fisub word [ecx+0x67452301] 00000000 DEA201234567 fisub word [edx+0x67452301] 00000000 DEA301234567 fisub word [ebx+0x67452301] 00000000 DEA40123456789 fisub word [ecx+eax-0x7698badd] 00000000 DEA501234567 fisub word [ebp+0x67452301] 00000000 DEA601234567 fisub word [esi+0x67452301] 00000000 DEA701234567 fisub word [edi+0x67452301] 00000000 DEA801234567 fisubr word [eax+0x67452301] 00000000 DEA901234567 fisubr word [ecx+0x67452301] 00000000 DEAA01234567 fisubr word [edx+0x67452301] 00000000 DEAB01234567 fisubr word [ebx+0x67452301] 00000000 DEAC0123456789 fisubr word [ecx+eax-0x7698badd] 00000000 DEAD01234567 fisubr word [ebp+0x67452301] 00000000 DEAE01234567 fisubr word [esi+0x67452301] 00000000 DEAF01234567 fisubr word [edi+0x67452301] 00000000 DEB001234567 fidiv word [eax+0x67452301] 00000000 DEB101234567 fidiv word [ecx+0x67452301] 00000000 DEB201234567 fidiv word [edx+0x67452301] 00000000 DEB301234567 fidiv word [ebx+0x67452301] 00000000 DEB40123456789 fidiv word [ecx+eax-0x7698badd] 00000000 DEB501234567 fidiv word [ebp+0x67452301] 00000000 DEB601234567 fidiv word [esi+0x67452301] 00000000 DEB701234567 fidiv word [edi+0x67452301] 00000000 DEB801234567 fidivr word [eax+0x67452301] 00000000 DEB901234567 fidivr word [ecx+0x67452301] 00000000 DEBA01234567 fidivr word [edx+0x67452301] 00000000 DEBB01234567 fidivr word [ebx+0x67452301] 00000000 DEBC0123456789 fidivr word [ecx+eax-0x7698badd] 00000000 DEBD01234567 fidivr word [ebp+0x67452301] 00000000 DEBE01234567 fidivr word [esi+0x67452301] 00000000 DEBF01234567 fidivr word [edi+0x67452301] 00000000 DEC0 faddp st0 00000000 DEC1 faddp st1 00000000 DEC2 faddp st2 00000000 DEC3 faddp st3 00000000 DEC4 faddp st4 00000000 DEC5 faddp st5 00000000 DEC6 faddp st6 00000000 DEC7 faddp st7 00000000 DEC8 fmulp st0 00000000 DEC9 fmulp st1 00000000 DECA fmulp st2 00000000 DECB fmulp st3 00000000 DECC fmulp st4 00000000 DECD fmulp st5 00000000 DECE fmulp st6 00000000 DECF fmulp st7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DED9 fcompp illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DEE0 fsubrp st0 00000000 DEE1 fsubrp st1 00000000 DEE2 fsubrp st2 00000000 DEE3 fsubrp st3 00000000 DEE4 fsubrp st4 00000000 DEE5 fsubrp st5 00000000 DEE6 fsubrp st6 00000000 DEE7 fsubrp st7 00000000 DEE8 fsubp st0 00000000 DEE9 fsubp st1 00000000 DEEA fsubp st2 00000000 DEEB fsubp st3 00000000 DEEC fsubp st4 00000000 DEED fsubp st5 00000000 DEEE fsubp st6 00000000 DEEF fsubp st7 00000000 DEF0 fdivrp st0 00000000 DEF1 fdivrp st1 00000000 DEF2 fdivrp st2 00000000 DEF3 fdivrp st3 00000000 DEF4 fdivrp st4 00000000 DEF5 fdivrp st5 00000000 DEF6 fdivrp st6 00000000 DEF7 fdivrp st7 00000000 DEF8 fdivp st0 00000000 DEF9 fdivp st1 00000000 DEFA fdivp st2 00000000 DEFB fdivp st3 00000000 DEFC fdivp st4 00000000 DEFD fdivp st5 00000000 DEFE fdivp st6 00000000 DEFF fdivp st7 opcode df 00000000 DF00 fild word [eax] 00000000 DF01 fild word [ecx] 00000000 DF02 fild word [edx] 00000000 DF03 fild word [ebx] 00000000 DF0401 fild word [ecx+eax] 00000000 DF0501234567 fild word [dword 0x67452301] 00000000 DF06 fild word [esi] 00000000 DF07 fild word [edi] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DF10 fist word [eax] 00000000 DF11 fist word [ecx] 00000000 DF12 fist word [edx] 00000000 DF13 fist word [ebx] 00000000 DF1401 fist word [ecx+eax] 00000000 DF1501234567 fist word [dword 0x67452301] 00000000 DF16 fist word [esi] 00000000 DF17 fist word [edi] 00000000 DF18 fistp word [eax] 00000000 DF19 fistp word [ecx] 00000000 DF1A fistp word [edx] 00000000 DF1B fistp word [ebx] 00000000 DF1C01 fistp word [ecx+eax] 00000000 DF1D01234567 fistp word [dword 0x67452301] 00000000 DF1E fistp word [esi] 00000000 DF1F fistp word [edi] 00000000 DF20 fbld tword [eax] 00000000 DF21 fbld tword [ecx] 00000000 DF22 fbld tword [edx] 00000000 DF23 fbld tword [ebx] 00000000 DF2401 fbld tword [ecx+eax] 00000000 DF2501234567 fbld tword [dword 0x67452301] 00000000 DF26 fbld tword [esi] 00000000 DF27 fbld tword [edi] 00000000 DF28 fild qword [eax] 00000000 DF29 fild qword [ecx] 00000000 DF2A fild qword [edx] 00000000 DF2B fild qword [ebx] 00000000 DF2C01 fild qword [ecx+eax] 00000000 DF2D01234567 fild qword [dword 0x67452301] 00000000 DF2E fild qword [esi] 00000000 DF2F fild qword [edi] 00000000 DF30 fbstp tword [eax] 00000000 DF31 fbstp tword [ecx] 00000000 DF32 fbstp tword [edx] 00000000 DF33 fbstp tword [ebx] 00000000 DF3401 fbstp tword [ecx+eax] 00000000 DF3501234567 fbstp tword [dword 0x67452301] 00000000 DF36 fbstp tword [esi] 00000000 DF37 fbstp tword [edi] 00000000 DF38 fistp qword [eax] 00000000 DF39 fistp qword [ecx] 00000000 DF3A fistp qword [edx] 00000000 DF3B fistp qword [ebx] 00000000 DF3C01 fistp qword [ecx+eax] 00000000 DF3D01234567 fistp qword [dword 0x67452301] 00000000 DF3E fistp qword [esi] 00000000 DF3F fistp qword [edi] 00000000 DF4001 fild word [eax+0x1] 00000000 DF4101 fild word [ecx+0x1] 00000000 DF4201 fild word [edx+0x1] 00000000 DF4301 fild word [ebx+0x1] 00000000 DF440123 fild word [ecx+eax+0x23] 00000000 DF4501 fild word [ebp+0x1] 00000000 DF4601 fild word [esi+0x1] 00000000 DF4701 fild word [edi+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DF5001 fist word [eax+0x1] 00000000 DF5101 fist word [ecx+0x1] 00000000 DF5201 fist word [edx+0x1] 00000000 DF5301 fist word [ebx+0x1] 00000000 DF540123 fist word [ecx+eax+0x23] 00000000 DF5501 fist word [ebp+0x1] 00000000 DF5601 fist word [esi+0x1] 00000000 DF5701 fist word [edi+0x1] 00000000 DF5801 fistp word [eax+0x1] 00000000 DF5901 fistp word [ecx+0x1] 00000000 DF5A01 fistp word [edx+0x1] 00000000 DF5B01 fistp word [ebx+0x1] 00000000 DF5C0123 fistp word [ecx+eax+0x23] 00000000 DF5D01 fistp word [ebp+0x1] 00000000 DF5E01 fistp word [esi+0x1] 00000000 DF5F01 fistp word [edi+0x1] 00000000 DF6001 fbld tword [eax+0x1] 00000000 DF6101 fbld tword [ecx+0x1] 00000000 DF6201 fbld tword [edx+0x1] 00000000 DF6301 fbld tword [ebx+0x1] 00000000 DF640123 fbld tword [ecx+eax+0x23] 00000000 DF6501 fbld tword [ebp+0x1] 00000000 DF6601 fbld tword [esi+0x1] 00000000 DF6701 fbld tword [edi+0x1] 00000000 DF6801 fild qword [eax+0x1] 00000000 DF6901 fild qword [ecx+0x1] 00000000 DF6A01 fild qword [edx+0x1] 00000000 DF6B01 fild qword [ebx+0x1] 00000000 DF6C0123 fild qword [ecx+eax+0x23] 00000000 DF6D01 fild qword [ebp+0x1] 00000000 DF6E01 fild qword [esi+0x1] 00000000 DF6F01 fild qword [edi+0x1] 00000000 DF7001 fbstp tword [eax+0x1] 00000000 DF7101 fbstp tword [ecx+0x1] 00000000 DF7201 fbstp tword [edx+0x1] 00000000 DF7301 fbstp tword [ebx+0x1] 00000000 DF740123 fbstp tword [ecx+eax+0x23] 00000000 DF7501 fbstp tword [ebp+0x1] 00000000 DF7601 fbstp tword [esi+0x1] 00000000 DF7701 fbstp tword [edi+0x1] 00000000 DF7801 fistp qword [eax+0x1] 00000000 DF7901 fistp qword [ecx+0x1] 00000000 DF7A01 fistp qword [edx+0x1] 00000000 DF7B01 fistp qword [ebx+0x1] 00000000 DF7C0123 fistp qword [ecx+eax+0x23] 00000000 DF7D01 fistp qword [ebp+0x1] 00000000 DF7E01 fistp qword [esi+0x1] 00000000 DF7F01 fistp qword [edi+0x1] 00000000 DF8001234567 fild word [eax+0x67452301] 00000000 DF8101234567 fild word [ecx+0x67452301] 00000000 DF8201234567 fild word [edx+0x67452301] 00000000 DF8301234567 fild word [ebx+0x67452301] 00000000 DF840123456789 fild word [ecx+eax-0x7698badd] 00000000 DF8501234567 fild word [ebp+0x67452301] 00000000 DF8601234567 fild word [esi+0x67452301] 00000000 DF8701234567 fild word [edi+0x67452301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DF9001234567 fist word [eax+0x67452301] 00000000 DF9101234567 fist word [ecx+0x67452301] 00000000 DF9201234567 fist word [edx+0x67452301] 00000000 DF9301234567 fist word [ebx+0x67452301] 00000000 DF940123456789 fist word [ecx+eax-0x7698badd] 00000000 DF9501234567 fist word [ebp+0x67452301] 00000000 DF9601234567 fist word [esi+0x67452301] 00000000 DF9701234567 fist word [edi+0x67452301] 00000000 DF9801234567 fistp word [eax+0x67452301] 00000000 DF9901234567 fistp word [ecx+0x67452301] 00000000 DF9A01234567 fistp word [edx+0x67452301] 00000000 DF9B01234567 fistp word [ebx+0x67452301] 00000000 DF9C0123456789 fistp word [ecx+eax-0x7698badd] 00000000 DF9D01234567 fistp word [ebp+0x67452301] 00000000 DF9E01234567 fistp word [esi+0x67452301] 00000000 DF9F01234567 fistp word [edi+0x67452301] 00000000 DFA001234567 fbld tword [eax+0x67452301] 00000000 DFA101234567 fbld tword [ecx+0x67452301] 00000000 DFA201234567 fbld tword [edx+0x67452301] 00000000 DFA301234567 fbld tword [ebx+0x67452301] 00000000 DFA40123456789 fbld tword [ecx+eax-0x7698badd] 00000000 DFA501234567 fbld tword [ebp+0x67452301] 00000000 DFA601234567 fbld tword [esi+0x67452301] 00000000 DFA701234567 fbld tword [edi+0x67452301] 00000000 DFA801234567 fild qword [eax+0x67452301] 00000000 DFA901234567 fild qword [ecx+0x67452301] 00000000 DFAA01234567 fild qword [edx+0x67452301] 00000000 DFAB01234567 fild qword [ebx+0x67452301] 00000000 DFAC0123456789 fild qword [ecx+eax-0x7698badd] 00000000 DFAD01234567 fild qword [ebp+0x67452301] 00000000 DFAE01234567 fild qword [esi+0x67452301] 00000000 DFAF01234567 fild qword [edi+0x67452301] 00000000 DFB001234567 fbstp tword [eax+0x67452301] 00000000 DFB101234567 fbstp tword [ecx+0x67452301] 00000000 DFB201234567 fbstp tword [edx+0x67452301] 00000000 DFB301234567 fbstp tword [ebx+0x67452301] 00000000 DFB40123456789 fbstp tword [ecx+eax-0x7698badd] 00000000 DFB501234567 fbstp tword [ebp+0x67452301] 00000000 DFB601234567 fbstp tword [esi+0x67452301] 00000000 DFB701234567 fbstp tword [edi+0x67452301] 00000000 DFB801234567 fistp qword [eax+0x67452301] 00000000 DFB901234567 fistp qword [ecx+0x67452301] 00000000 DFBA01234567 fistp qword [edx+0x67452301] 00000000 DFBB01234567 fistp qword [ebx+0x67452301] 00000000 DFBC0123456789 fistp qword [ecx+eax-0x7698badd] 00000000 DFBD01234567 fistp qword [ebp+0x67452301] 00000000 DFBE01234567 fistp qword [esi+0x67452301] 00000000 DFBF01234567 fistp qword [edi+0x67452301] 00000000 DFC0 ffreep st0 00000000 DFC1 ffreep st1 00000000 DFC2 ffreep st2 00000000 DFC3 ffreep st3 00000000 DFC4 ffreep st4 00000000 DFC5 ffreep st5 00000000 DFC6 ffreep st6 00000000 DFC7 ffreep st7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DFE0 fnstsw ax illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode e0 00000000 E000 loopne 0x2 00000000 E008 loopne 0xa 00000000 E010 loopne 0x12 00000000 E018 loopne 0x1a 00000000 E020 loopne 0x22 00000000 E028 loopne 0x2a 00000000 E030 loopne 0x32 00000000 E038 loopne 0x3a opcode e1 00000000 E100 loope 0x2 00000000 E108 loope 0xa 00000000 E110 loope 0x12 00000000 E118 loope 0x1a 00000000 E120 loope 0x22 00000000 E128 loope 0x2a 00000000 E130 loope 0x32 00000000 E138 loope 0x3a opcode e2 00000000 E200 loop 0x2 00000000 E208 loop 0xa 00000000 E210 loop 0x12 00000000 E218 loop 0x1a 00000000 E220 loop 0x22 00000000 E228 loop 0x2a 00000000 E230 loop 0x32 00000000 E238 loop 0x3a opcode e3 00000000 E300 jecxz 0x2 00000000 E308 jecxz 0xa 00000000 E310 jecxz 0x12 00000000 E318 jecxz 0x1a 00000000 E320 jecxz 0x22 00000000 E328 jecxz 0x2a 00000000 E330 jecxz 0x32 00000000 E338 jecxz 0x3a opcode e4 00000000 E400 in al,0x0 00000000 E408 in al,0x8 00000000 E410 in al,0x10 00000000 E418 in al,0x18 00000000 E420 in al,0x20 00000000 E428 in al,0x28 00000000 E430 in al,0x30 00000000 E438 in al,0x38 opcode e5 00000000 E500 in eax,0x0 00000000 E508 in eax,0x8 00000000 E510 in eax,0x10 00000000 E518 in eax,0x18 00000000 E520 in eax,0x20 00000000 E528 in eax,0x28 00000000 E530 in eax,0x30 00000000 E538 in eax,0x38 opcode e6 00000000 E600 out 0x0,al 00000000 E608 out 0x8,al 00000000 E610 out 0x10,al 00000000 E618 out 0x18,al 00000000 E620 out 0x20,al 00000000 E628 out 0x28,al 00000000 E630 out 0x30,al 00000000 E638 out 0x38,al opcode e7 00000000 E700 out 0x0,eax 00000000 E708 out 0x8,eax 00000000 E710 out 0x10,eax 00000000 E718 out 0x18,eax 00000000 E720 out 0x20,eax 00000000 E728 out 0x28,eax 00000000 E730 out 0x30,eax 00000000 E738 out 0x38,eax opcode e8 00000000 E800012345 call 0x45230105 00000000 E808012345 call 0x4523010d 00000000 E810012345 call 0x45230115 00000000 E818012345 call 0x4523011d 00000000 E820012345 call 0x45230125 00000000 E828012345 call 0x4523012d 00000000 E830012345 call 0x45230135 00000000 E838012345 call 0x4523013d opcode e9 00000000 E900012345 jmp 0x45230105 00000000 E908012345 jmp 0x4523010d 00000000 E910012345 jmp 0x45230115 00000000 E918012345 jmp 0x4523011d 00000000 E920012345 jmp 0x45230125 00000000 E928012345 jmp 0x4523012d 00000000 E930012345 jmp 0x45230135 00000000 E938012345 jmp 0x4523013d opcode ea 00000000 EA000123456789 jmp 0x8967:0x45230100 00000000 EA080123456789 jmp 0x8967:0x45230108 00000000 EA100123456789 jmp 0x8967:0x45230110 00000000 EA180123456789 jmp 0x8967:0x45230118 00000000 EA200123456789 jmp 0x8967:0x45230120 00000000 EA280123456789 jmp 0x8967:0x45230128 00000000 EA300123456789 jmp 0x8967:0x45230130 00000000 EA380123456789 jmp 0x8967:0x45230138 opcode eb 00000000 EB00 jmp short 0x2 00000000 EB08 jmp short 0xa 00000000 EB10 jmp short 0x12 00000000 EB18 jmp short 0x1a 00000000 EB20 jmp short 0x22 00000000 EB28 jmp short 0x2a 00000000 EB30 jmp short 0x32 00000000 EB38 jmp short 0x3a opcode ec 00000000 EC in al,dx 00000000 EC in al,dx 00000000 EC in al,dx 00000000 EC in al,dx 00000000 EC in al,dx 00000000 EC in al,dx 00000000 EC in al,dx 00000000 EC in al,dx opcode ed 00000000 ED in eax,dx 00000000 ED in eax,dx 00000000 ED in eax,dx 00000000 ED in eax,dx 00000000 ED in eax,dx 00000000 ED in eax,dx 00000000 ED in eax,dx 00000000 ED in eax,dx opcode ee 00000000 EE out dx,al 00000000 EE out dx,al 00000000 EE out dx,al 00000000 EE out dx,al 00000000 EE out dx,al 00000000 EE out dx,al 00000000 EE out dx,al 00000000 EE out dx,al opcode ef 00000000 EF out dx,eax 00000000 EF out dx,eax 00000000 EF out dx,eax 00000000 EF out dx,eax 00000000 EF out dx,eax 00000000 EF out dx,eax 00000000 EF out dx,eax 00000000 EF out dx,eax opcode f0 00000000 F00001 lock add [ecx],al 00000000 F00801 lock or [ecx],al 00000000 F01001 lock adc [ecx],al 00000000 F01801 lock sbb [ecx],al 00000000 F02001 lock and [ecx],al 00000000 F02801 lock sub [ecx],al 00000000 F03001 lock xor [ecx],al 00000000 F03801 lock cmp [ecx],al opcode f1 00000000 F1 int1 00000000 F1 int1 00000000 F1 int1 00000000 F1 int1 00000000 F1 int1 00000000 F1 int1 00000000 F1 int1 00000000 F1 int1 opcode f2 00000000 F20001 repne add [ecx],al 00000000 F20801 repne or [ecx],al 00000000 F21001 repne adc [ecx],al 00000000 F21801 repne sbb [ecx],al 00000000 F22001 repne and [ecx],al 00000000 F22801 repne sub [ecx],al 00000000 F23001 repne xor [ecx],al 00000000 F23801 repne cmp [ecx],al opcode f3 00000000 F30001 rep add [ecx],al 00000000 F30801 rep or [ecx],al 00000000 F31001 rep adc [ecx],al 00000000 F31801 rep sbb [ecx],al 00000000 F32001 rep and [ecx],al 00000000 F32801 rep sub [ecx],al 00000000 F33001 rep xor [ecx],al 00000000 F33801 rep cmp [ecx],al opcode f4 00000000 F4 hlt 00000000 F4 hlt 00000000 F4 hlt 00000000 F4 hlt 00000000 F4 hlt 00000000 F4 hlt 00000000 F4 hlt 00000000 F4 hlt opcode f5 00000000 F5 cmc 00000000 F5 cmc 00000000 F5 cmc 00000000 F5 cmc 00000000 F5 cmc 00000000 F5 cmc 00000000 F5 cmc 00000000 F5 cmc opcode f6 00000000 F60001 test byte [eax],0x1 illegal_opcode 00000000 F610 not byte [eax] 00000000 F618 neg byte [eax] 00000000 F620 mul byte [eax] 00000000 F628 imul byte [eax] 00000000 F630 div byte [eax] 00000000 F638 idiv byte [eax] opcode f7 00000000 F70001234567 test dword [eax],0x67452301 illegal_opcode 00000000 F710 not dword [eax] 00000000 F718 neg dword [eax] 00000000 F720 mul dword [eax] 00000000 F728 imul dword [eax] 00000000 F730 div dword [eax] 00000000 F738 idiv dword [eax] opcode f8 00000000 F8 clc 00000000 F8 clc 00000000 F8 clc 00000000 F8 clc 00000000 F8 clc 00000000 F8 clc 00000000 F8 clc 00000000 F8 clc opcode f9 00000000 F9 stc 00000000 F9 stc 00000000 F9 stc 00000000 F9 stc 00000000 F9 stc 00000000 F9 stc 00000000 F9 stc 00000000 F9 stc opcode fa 00000000 FA cli 00000000 FA cli 00000000 FA cli 00000000 FA cli 00000000 FA cli 00000000 FA cli 00000000 FA cli 00000000 FA cli opcode fb 00000000 FB sti 00000000 FB sti 00000000 FB sti 00000000 FB sti 00000000 FB sti 00000000 FB sti 00000000 FB sti 00000000 FB sti opcode fc 00000000 FC cld 00000000 FC cld 00000000 FC cld 00000000 FC cld 00000000 FC cld 00000000 FC cld 00000000 FC cld 00000000 FC cld opcode fd 00000000 FD std 00000000 FD std 00000000 FD std 00000000 FD std 00000000 FD std 00000000 FD std 00000000 FD std 00000000 FD std opcode fe 00000000 FE00 inc byte [eax] 00000000 FE08 dec byte [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode ff 00000000 FF00 inc dword [eax] 00000000 FF08 dec dword [eax] 00000000 FF10 call [eax] 00000000 FF18 call far [eax] 00000000 FF20 jmp [eax] 00000000 FF28 jmp far [eax] 00000000 FF30 push dword [eax] illegal_opcode opcodes 0f opcode 0f 00 00000000 0F0000 sldt [eax] 00000000 0F0008 str [eax] 00000000 0F0010 lldt [eax] 00000000 0F0018 ltr [eax] 00000000 0F0020 verr [eax] 00000000 0F0028 verw [eax] illegal_opcode illegal_opcode opcode 0f 01 00000000 0F0100 sgdt [eax] 00000000 0F0108 sidt [eax] 00000000 0F0110 lgdt [eax] 00000000 0F0118 lidt [eax] 00000000 0F0120 smsw [eax] illegal_opcode 00000000 0F0130 lmsw [eax] illegal_opcode opcode 0f 02 00000000 0F0200 lar eax,[eax] 00000000 0F0208 lar ecx,[eax] 00000000 0F0210 lar edx,[eax] 00000000 0F0218 lar ebx,[eax] 00000000 0F0220 lar esp,[eax] 00000000 0F0228 lar ebp,[eax] 00000000 0F0230 lar esi,[eax] 00000000 0F0238 lar edi,[eax] opcode 0f 03 00000000 0F0300 lsl eax,[eax] 00000000 0F0308 lsl ecx,[eax] 00000000 0F0310 lsl edx,[eax] 00000000 0F0318 lsl ebx,[eax] 00000000 0F0320 lsl esp,[eax] 00000000 0F0328 lsl ebp,[eax] 00000000 0F0330 lsl esi,[eax] 00000000 0F0338 lsl edi,[eax] opcode 0f 04 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 05 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 06 00000000 0F06 clts 00000000 0F06 clts 00000000 0F06 clts 00000000 0F06 clts 00000000 0F06 clts 00000000 0F06 clts 00000000 0F06 clts 00000000 0F06 clts opcode 0f 07 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 08 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 09 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 0a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 0b 00000000 0F0B ud2 00000000 0F0B ud2 00000000 0F0B ud2 00000000 0F0B ud2 00000000 0F0B ud2 00000000 0F0B ud2 00000000 0F0B ud2 00000000 0F0B ud2 opcode 0f 0c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 0d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 0e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 0f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 10 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 11 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 12 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 13 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 14 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 15 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 16 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 17 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 18 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 19 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 1a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 1b illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 1c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 1d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 1e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 1f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 20 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 21 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 22 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 23 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 24 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 25 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 26 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 27 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 28 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 29 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 2a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 2b illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 2c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 2d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 2e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 2f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 30 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 31 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 32 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 33 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 34 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 35 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 36 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 37 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 38 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 39 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 3a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 3b illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 3c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 3d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 3e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 3f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 40 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 41 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 42 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 43 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 44 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 45 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 46 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 47 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 48 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 49 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 4a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 4b illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 4c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 4d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 4e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 4f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 50 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 51 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 52 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 53 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 54 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 55 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 56 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 57 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 58 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 59 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 5a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 5b illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 5c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 5d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 5e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 5f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 60 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 61 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 62 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 63 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 64 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 65 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 66 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 67 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 68 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 69 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 6a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 6b illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 6c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 6d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 6e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 6f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 70 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 71 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 72 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 73 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 74 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 75 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 76 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 77 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 78 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 79 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 7a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 7b illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 7c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 7d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 7e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 7f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 80 00000000 0F8000012345 jo near 0x45230106 00000000 0F8008012345 jo near 0x4523010e 00000000 0F8010012345 jo near 0x45230116 00000000 0F8018012345 jo near 0x4523011e 00000000 0F8020012345 jo near 0x45230126 00000000 0F8028012345 jo near 0x4523012e 00000000 0F8030012345 jo near 0x45230136 00000000 0F8038012345 jo near 0x4523013e opcode 0f 81 00000000 0F8100012345 jno near 0x45230106 00000000 0F8108012345 jno near 0x4523010e 00000000 0F8110012345 jno near 0x45230116 00000000 0F8118012345 jno near 0x4523011e 00000000 0F8120012345 jno near 0x45230126 00000000 0F8128012345 jno near 0x4523012e 00000000 0F8130012345 jno near 0x45230136 00000000 0F8138012345 jno near 0x4523013e opcode 0f 82 00000000 0F8200012345 jc near 0x45230106 00000000 0F8208012345 jc near 0x4523010e 00000000 0F8210012345 jc near 0x45230116 00000000 0F8218012345 jc near 0x4523011e 00000000 0F8220012345 jc near 0x45230126 00000000 0F8228012345 jc near 0x4523012e 00000000 0F8230012345 jc near 0x45230136 00000000 0F8238012345 jc near 0x4523013e opcode 0f 83 00000000 0F8300012345 jnc near 0x45230106 00000000 0F8308012345 jnc near 0x4523010e 00000000 0F8310012345 jnc near 0x45230116 00000000 0F8318012345 jnc near 0x4523011e 00000000 0F8320012345 jnc near 0x45230126 00000000 0F8328012345 jnc near 0x4523012e 00000000 0F8330012345 jnc near 0x45230136 00000000 0F8338012345 jnc near 0x4523013e opcode 0f 84 00000000 0F8400012345 jz near 0x45230106 00000000 0F8408012345 jz near 0x4523010e 00000000 0F8410012345 jz near 0x45230116 00000000 0F8418012345 jz near 0x4523011e 00000000 0F8420012345 jz near 0x45230126 00000000 0F8428012345 jz near 0x4523012e 00000000 0F8430012345 jz near 0x45230136 00000000 0F8438012345 jz near 0x4523013e opcode 0f 85 00000000 0F8500012345 jnz near 0x45230106 00000000 0F8508012345 jnz near 0x4523010e 00000000 0F8510012345 jnz near 0x45230116 00000000 0F8518012345 jnz near 0x4523011e 00000000 0F8520012345 jnz near 0x45230126 00000000 0F8528012345 jnz near 0x4523012e 00000000 0F8530012345 jnz near 0x45230136 00000000 0F8538012345 jnz near 0x4523013e opcode 0f 86 00000000 0F8600012345 jna near 0x45230106 00000000 0F8608012345 jna near 0x4523010e 00000000 0F8610012345 jna near 0x45230116 00000000 0F8618012345 jna near 0x4523011e 00000000 0F8620012345 jna near 0x45230126 00000000 0F8628012345 jna near 0x4523012e 00000000 0F8630012345 jna near 0x45230136 00000000 0F8638012345 jna near 0x4523013e opcode 0f 87 00000000 0F8700012345 ja near 0x45230106 00000000 0F8708012345 ja near 0x4523010e 00000000 0F8710012345 ja near 0x45230116 00000000 0F8718012345 ja near 0x4523011e 00000000 0F8720012345 ja near 0x45230126 00000000 0F8728012345 ja near 0x4523012e 00000000 0F8730012345 ja near 0x45230136 00000000 0F8738012345 ja near 0x4523013e opcode 0f 88 00000000 0F8800012345 js near 0x45230106 00000000 0F8808012345 js near 0x4523010e 00000000 0F8810012345 js near 0x45230116 00000000 0F8818012345 js near 0x4523011e 00000000 0F8820012345 js near 0x45230126 00000000 0F8828012345 js near 0x4523012e 00000000 0F8830012345 js near 0x45230136 00000000 0F8838012345 js near 0x4523013e opcode 0f 89 00000000 0F8900012345 jns near 0x45230106 00000000 0F8908012345 jns near 0x4523010e 00000000 0F8910012345 jns near 0x45230116 00000000 0F8918012345 jns near 0x4523011e 00000000 0F8920012345 jns near 0x45230126 00000000 0F8928012345 jns near 0x4523012e 00000000 0F8930012345 jns near 0x45230136 00000000 0F8938012345 jns near 0x4523013e opcode 0f 8a 00000000 0F8A00012345 jpe near 0x45230106 00000000 0F8A08012345 jpe near 0x4523010e 00000000 0F8A10012345 jpe near 0x45230116 00000000 0F8A18012345 jpe near 0x4523011e 00000000 0F8A20012345 jpe near 0x45230126 00000000 0F8A28012345 jpe near 0x4523012e 00000000 0F8A30012345 jpe near 0x45230136 00000000 0F8A38012345 jpe near 0x4523013e opcode 0f 8b 00000000 0F8B00012345 jpo near 0x45230106 00000000 0F8B08012345 jpo near 0x4523010e 00000000 0F8B10012345 jpo near 0x45230116 00000000 0F8B18012345 jpo near 0x4523011e 00000000 0F8B20012345 jpo near 0x45230126 00000000 0F8B28012345 jpo near 0x4523012e 00000000 0F8B30012345 jpo near 0x45230136 00000000 0F8B38012345 jpo near 0x4523013e opcode 0f 8c 00000000 0F8C00012345 jl near 0x45230106 00000000 0F8C08012345 jl near 0x4523010e 00000000 0F8C10012345 jl near 0x45230116 00000000 0F8C18012345 jl near 0x4523011e 00000000 0F8C20012345 jl near 0x45230126 00000000 0F8C28012345 jl near 0x4523012e 00000000 0F8C30012345 jl near 0x45230136 00000000 0F8C38012345 jl near 0x4523013e opcode 0f 8d 00000000 0F8D00012345 jnl near 0x45230106 00000000 0F8D08012345 jnl near 0x4523010e 00000000 0F8D10012345 jnl near 0x45230116 00000000 0F8D18012345 jnl near 0x4523011e 00000000 0F8D20012345 jnl near 0x45230126 00000000 0F8D28012345 jnl near 0x4523012e 00000000 0F8D30012345 jnl near 0x45230136 00000000 0F8D38012345 jnl near 0x4523013e opcode 0f 8e 00000000 0F8E00012345 jng near 0x45230106 00000000 0F8E08012345 jng near 0x4523010e 00000000 0F8E10012345 jng near 0x45230116 00000000 0F8E18012345 jng near 0x4523011e 00000000 0F8E20012345 jng near 0x45230126 00000000 0F8E28012345 jng near 0x4523012e 00000000 0F8E30012345 jng near 0x45230136 00000000 0F8E38012345 jng near 0x4523013e opcode 0f 8f 00000000 0F8F00012345 jg near 0x45230106 00000000 0F8F08012345 jg near 0x4523010e 00000000 0F8F10012345 jg near 0x45230116 00000000 0F8F18012345 jg near 0x4523011e 00000000 0F8F20012345 jg near 0x45230126 00000000 0F8F28012345 jg near 0x4523012e 00000000 0F8F30012345 jg near 0x45230136 00000000 0F8F38012345 jg near 0x4523013e opcode 0f 90 00000000 0F9000 seto [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 91 00000000 0F9100 setno [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 92 00000000 0F9200 setc [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 93 00000000 0F9300 setnc [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 94 00000000 0F9400 setz [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 95 00000000 0F9500 setnz [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 96 00000000 0F9600 setna [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 97 00000000 0F9700 seta [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 98 00000000 0F9800 sets [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 99 00000000 0F9900 setns [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9a 00000000 0F9A00 setpe [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9b 00000000 0F9B00 setpo [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9c 00000000 0F9C00 setl [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9d 00000000 0F9D00 setnl [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9e 00000000 0F9E00 setng [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9f 00000000 0F9F00 setg [eax] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a0 00000000 0FA0 push fs 00000000 0FA0 push fs 00000000 0FA0 push fs 00000000 0FA0 push fs 00000000 0FA0 push fs 00000000 0FA0 push fs 00000000 0FA0 push fs 00000000 0FA0 push fs opcode 0f a1 00000000 0FA1 pop fs 00000000 0FA1 pop fs 00000000 0FA1 pop fs 00000000 0FA1 pop fs 00000000 0FA1 pop fs 00000000 0FA1 pop fs 00000000 0FA1 pop fs 00000000 0FA1 pop fs opcode 0f a2 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a3 00000000 0FA300 bt [eax],eax 00000000 0FA308 bt [eax],ecx 00000000 0FA310 bt [eax],edx 00000000 0FA318 bt [eax],ebx 00000000 0FA320 bt [eax],esp 00000000 0FA328 bt [eax],ebp 00000000 0FA330 bt [eax],esi 00000000 0FA338 bt [eax],edi opcode 0f a4 00000000 0FA40001 shld [eax],eax,0x1 00000000 0FA40801 shld [eax],ecx,0x1 00000000 0FA41001 shld [eax],edx,0x1 00000000 0FA41801 shld [eax],ebx,0x1 00000000 0FA42001 shld [eax],esp,0x1 00000000 0FA42801 shld [eax],ebp,0x1 00000000 0FA43001 shld [eax],esi,0x1 00000000 0FA43801 shld [eax],edi,0x1 opcode 0f a5 00000000 0FA500 shld [eax],eax,cl 00000000 0FA508 shld [eax],ecx,cl 00000000 0FA510 shld [eax],edx,cl 00000000 0FA518 shld [eax],ebx,cl 00000000 0FA520 shld [eax],esp,cl 00000000 0FA528 shld [eax],ebp,cl 00000000 0FA530 shld [eax],esi,cl 00000000 0FA538 shld [eax],edi,cl opcode 0f a6 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a8 00000000 0FA8 push gs 00000000 0FA8 push gs 00000000 0FA8 push gs 00000000 0FA8 push gs 00000000 0FA8 push gs 00000000 0FA8 push gs 00000000 0FA8 push gs 00000000 0FA8 push gs opcode 0f a9 00000000 0FA9 pop gs 00000000 0FA9 pop gs 00000000 0FA9 pop gs 00000000 0FA9 pop gs 00000000 0FA9 pop gs 00000000 0FA9 pop gs 00000000 0FA9 pop gs 00000000 0FA9 pop gs opcode 0f aa illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ab 00000000 0FAB00 bts [eax],eax 00000000 0FAB08 bts [eax],ecx 00000000 0FAB10 bts [eax],edx 00000000 0FAB18 bts [eax],ebx 00000000 0FAB20 bts [eax],esp 00000000 0FAB28 bts [eax],ebp 00000000 0FAB30 bts [eax],esi 00000000 0FAB38 bts [eax],edi opcode 0f ac 00000000 0FAC0001 shrd [eax],eax,0x1 00000000 0FAC0801 shrd [eax],ecx,0x1 00000000 0FAC1001 shrd [eax],edx,0x1 00000000 0FAC1801 shrd [eax],ebx,0x1 00000000 0FAC2001 shrd [eax],esp,0x1 00000000 0FAC2801 shrd [eax],ebp,0x1 00000000 0FAC3001 shrd [eax],esi,0x1 00000000 0FAC3801 shrd [eax],edi,0x1 opcode 0f ad 00000000 0FAD00 shrd [eax],eax,cl 00000000 0FAD08 shrd [eax],ecx,cl 00000000 0FAD10 shrd [eax],edx,cl 00000000 0FAD18 shrd [eax],ebx,cl 00000000 0FAD20 shrd [eax],esp,cl 00000000 0FAD28 shrd [eax],ebp,cl 00000000 0FAD30 shrd [eax],esi,cl 00000000 0FAD38 shrd [eax],edi,cl opcode 0f ae illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f af 00000000 0FAF00 imul eax,[eax] 00000000 0FAF08 imul ecx,[eax] 00000000 0FAF10 imul edx,[eax] 00000000 0FAF18 imul ebx,[eax] 00000000 0FAF20 imul esp,[eax] 00000000 0FAF28 imul ebp,[eax] 00000000 0FAF30 imul esi,[eax] 00000000 0FAF38 imul edi,[eax] opcode 0f b0 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f b1 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f b2 00000000 0FB200 lss eax,[eax] 00000000 0FB208 lss ecx,[eax] 00000000 0FB210 lss edx,[eax] 00000000 0FB218 lss ebx,[eax] 00000000 0FB220 lss esp,[eax] 00000000 0FB228 lss ebp,[eax] 00000000 0FB230 lss esi,[eax] 00000000 0FB238 lss edi,[eax] opcode 0f b3 00000000 0FB300 btr [eax],eax 00000000 0FB308 btr [eax],ecx 00000000 0FB310 btr [eax],edx 00000000 0FB318 btr [eax],ebx 00000000 0FB320 btr [eax],esp 00000000 0FB328 btr [eax],ebp 00000000 0FB330 btr [eax],esi 00000000 0FB338 btr [eax],edi opcode 0f b4 00000000 0FB400 lfs eax,[eax] 00000000 0FB408 lfs ecx,[eax] 00000000 0FB410 lfs edx,[eax] 00000000 0FB418 lfs ebx,[eax] 00000000 0FB420 lfs esp,[eax] 00000000 0FB428 lfs ebp,[eax] 00000000 0FB430 lfs esi,[eax] 00000000 0FB438 lfs edi,[eax] opcode 0f b5 00000000 0FB500 lgs eax,[eax] 00000000 0FB508 lgs ecx,[eax] 00000000 0FB510 lgs edx,[eax] 00000000 0FB518 lgs ebx,[eax] 00000000 0FB520 lgs esp,[eax] 00000000 0FB528 lgs ebp,[eax] 00000000 0FB530 lgs esi,[eax] 00000000 0FB538 lgs edi,[eax] opcode 0f b6 00000000 0FB600 movzx eax,byte [eax] 00000000 0FB608 movzx ecx,byte [eax] 00000000 0FB610 movzx edx,byte [eax] 00000000 0FB618 movzx ebx,byte [eax] 00000000 0FB620 movzx esp,byte [eax] 00000000 0FB628 movzx ebp,byte [eax] 00000000 0FB630 movzx esi,byte [eax] 00000000 0FB638 movzx edi,byte [eax] opcode 0f b7 00000000 0FB700 movzx eax,word [eax] 00000000 0FB708 movzx ecx,word [eax] 00000000 0FB710 movzx edx,word [eax] 00000000 0FB718 movzx ebx,word [eax] 00000000 0FB720 movzx esp,word [eax] 00000000 0FB728 movzx ebp,word [eax] 00000000 0FB730 movzx esi,word [eax] 00000000 0FB738 movzx edi,word [eax] opcode 0f b8 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f b9 00000000 0FB900 ud1 eax,dword [eax] 00000000 0FB908 ud1 ecx,dword [eax] 00000000 0FB910 ud1 edx,dword [eax] 00000000 0FB918 ud1 ebx,dword [eax] 00000000 0FB920 ud1 esp,dword [eax] 00000000 0FB928 ud1 ebp,dword [eax] 00000000 0FB930 ud1 esi,dword [eax] 00000000 0FB938 ud1 edi,dword [eax] opcode 0f ba illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 0FBA2001 bt dword [eax],byte 0x1 00000000 0FBA2801 bts dword [eax],byte 0x1 00000000 0FBA3001 btr dword [eax],byte 0x1 00000000 0FBA3801 btc dword [eax],byte 0x1 opcode 0f bb 00000000 0FBB00 btc [eax],eax 00000000 0FBB08 btc [eax],ecx 00000000 0FBB10 btc [eax],edx 00000000 0FBB18 btc [eax],ebx 00000000 0FBB20 btc [eax],esp 00000000 0FBB28 btc [eax],ebp 00000000 0FBB30 btc [eax],esi 00000000 0FBB38 btc [eax],edi opcode 0f bc 00000000 0FBC00 bsf eax,[eax] 00000000 0FBC08 bsf ecx,[eax] 00000000 0FBC10 bsf edx,[eax] 00000000 0FBC18 bsf ebx,[eax] 00000000 0FBC20 bsf esp,[eax] 00000000 0FBC28 bsf ebp,[eax] 00000000 0FBC30 bsf esi,[eax] 00000000 0FBC38 bsf edi,[eax] opcode 0f bd 00000000 0FBD00 bsr eax,[eax] 00000000 0FBD08 bsr ecx,[eax] 00000000 0FBD10 bsr edx,[eax] 00000000 0FBD18 bsr ebx,[eax] 00000000 0FBD20 bsr esp,[eax] 00000000 0FBD28 bsr ebp,[eax] 00000000 0FBD30 bsr esi,[eax] 00000000 0FBD38 bsr edi,[eax] opcode 0f be 00000000 0FBE00 movsx eax,byte [eax] 00000000 0FBE08 movsx ecx,byte [eax] 00000000 0FBE10 movsx edx,byte [eax] 00000000 0FBE18 movsx ebx,byte [eax] 00000000 0FBE20 movsx esp,byte [eax] 00000000 0FBE28 movsx ebp,byte [eax] 00000000 0FBE30 movsx esi,byte [eax] 00000000 0FBE38 movsx edi,byte [eax] opcode 0f bf 00000000 0FBF00 movsx eax,word [eax] 00000000 0FBF08 movsx ecx,word [eax] 00000000 0FBF10 movsx edx,word [eax] 00000000 0FBF18 movsx ebx,word [eax] 00000000 0FBF20 movsx esp,word [eax] 00000000 0FBF28 movsx ebp,word [eax] 00000000 0FBF30 movsx esi,word [eax] 00000000 0FBF38 movsx edi,word [eax] opcode 0f c0 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f c1 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f c2 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f c3 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f c4 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f c5 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f c6 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f c7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f c8 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f c9 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ca illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f cb illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f cc illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f cd illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ce illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f cf illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f d0 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f d1 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f d2 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f d3 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f d4 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f d5 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f d6 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f d7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f d8 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f d9 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f da illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f db illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f dc illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f dd illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f de illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f df illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f e0 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f e1 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f e2 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f e3 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f e4 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f e5 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f e6 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f e7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f e8 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f e9 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ea illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f eb illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ec illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ed illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ee illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ef illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f f0 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f f1 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f f2 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f f3 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f f4 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f f5 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f f6 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f f7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f f8 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f f9 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f fa illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f fb illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f fc illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f fd illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f fe illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ff 00000000 0FFF ud0 00000000 0FFF ud0 00000000 0FFF ud0 00000000 0FFF ud0 00000000 0FFF ud0 00000000 0FFF ud0 00000000 0FFF ud0 00000000 0FFF ud0