addressing modes 00 00000000 0000 add [bx+si],al 00000000 0001 add [bx+di],al 00000000 0002 add [bp+si],al 00000000 0003 add [bp+di],al 00000000 0004 add [si],al 00000000 0005 add [di],al 00000000 00060123 add [0x2301],al 00000000 0007 add [bx],al 00000000 004001 add [bx+si+0x1],al 00000000 004101 add [bx+di+0x1],al 00000000 004201 add [bp+si+0x1],al 00000000 004301 add [bp+di+0x1],al 00000000 004401 add [si+0x1],al 00000000 004501 add [di+0x1],al 00000000 004601 add [bp+0x1],al 00000000 004701 add [bx+0x1],al 00000000 00800123 add [bx+si+0x2301],al 00000000 00810123 add [bx+di+0x2301],al 00000000 00820123 add [bp+si+0x2301],al 00000000 00830123 add [bp+di+0x2301],al 00000000 00840123 add [si+0x2301],al 00000000 00850123 add [di+0x2301],al 00000000 00860123 add [bp+0x2301],al 00000000 00870123 add [bx+0x2301],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 [bx+si],ax 00000000 0101 add [bx+di],ax 00000000 0102 add [bp+si],ax 00000000 0103 add [bp+di],ax 00000000 0104 add [si],ax 00000000 0105 add [di],ax 00000000 01060123 add [0x2301],ax 00000000 0107 add [bx],ax 00000000 014001 add [bx+si+0x1],ax 00000000 014101 add [bx+di+0x1],ax 00000000 014201 add [bp+si+0x1],ax 00000000 014301 add [bp+di+0x1],ax 00000000 014401 add [si+0x1],ax 00000000 014501 add [di+0x1],ax 00000000 014601 add [bp+0x1],ax 00000000 014701 add [bx+0x1],ax 00000000 01800123 add [bx+si+0x2301],ax 00000000 01810123 add [bx+di+0x2301],ax 00000000 01820123 add [bp+si+0x2301],ax 00000000 01830123 add [bp+di+0x2301],ax 00000000 01840123 add [si+0x2301],ax 00000000 01850123 add [di+0x2301],ax 00000000 01860123 add [bp+0x2301],ax 00000000 01870123 add [bx+0x2301],ax 00000000 01C0 add ax,ax 00000000 01C1 add cx,ax 00000000 01C2 add dx,ax 00000000 01C3 add bx,ax 00000000 01C4 add sp,ax 00000000 01C5 add bp,ax 00000000 01C6 add si,ax 00000000 01C7 add di,ax opcodes opcode 00 00000000 0000 add [bx+si],al 00000000 0008 add [bx+si],cl 00000000 0010 add [bx+si],dl 00000000 0018 add [bx+si],bl 00000000 0020 add [bx+si],ah 00000000 0028 add [bx+si],ch 00000000 0030 add [bx+si],dh 00000000 0038 add [bx+si],bh opcode 01 00000000 0100 add [bx+si],ax 00000000 0108 add [bx+si],cx 00000000 0110 add [bx+si],dx 00000000 0118 add [bx+si],bx 00000000 0120 add [bx+si],sp 00000000 0128 add [bx+si],bp 00000000 0130 add [bx+si],si 00000000 0138 add [bx+si],di opcode 02 00000000 0200 add al,[bx+si] 00000000 0208 add cl,[bx+si] 00000000 0210 add dl,[bx+si] 00000000 0218 add bl,[bx+si] 00000000 0220 add ah,[bx+si] 00000000 0228 add ch,[bx+si] 00000000 0230 add dh,[bx+si] 00000000 0238 add bh,[bx+si] opcode 03 00000000 0300 add ax,[bx+si] 00000000 0308 add cx,[bx+si] 00000000 0310 add dx,[bx+si] 00000000 0318 add bx,[bx+si] 00000000 0320 add sp,[bx+si] 00000000 0328 add bp,[bx+si] 00000000 0330 add si,[bx+si] 00000000 0338 add di,[bx+si] 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 050001 add ax,0x100 00000000 050801 add ax,0x108 00000000 051001 add ax,0x110 00000000 051801 add ax,0x118 00000000 052001 add ax,0x120 00000000 052801 add ax,0x128 00000000 053001 add ax,0x130 00000000 053801 add ax,0x138 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 [bx+si],al 00000000 0808 or [bx+si],cl 00000000 0810 or [bx+si],dl 00000000 0818 or [bx+si],bl 00000000 0820 or [bx+si],ah 00000000 0828 or [bx+si],ch 00000000 0830 or [bx+si],dh 00000000 0838 or [bx+si],bh opcode 09 00000000 0900 or [bx+si],ax 00000000 0908 or [bx+si],cx 00000000 0910 or [bx+si],dx 00000000 0918 or [bx+si],bx 00000000 0920 or [bx+si],sp 00000000 0928 or [bx+si],bp 00000000 0930 or [bx+si],si 00000000 0938 or [bx+si],di opcode 0a 00000000 0A00 or al,[bx+si] 00000000 0A08 or cl,[bx+si] 00000000 0A10 or dl,[bx+si] 00000000 0A18 or bl,[bx+si] 00000000 0A20 or ah,[bx+si] 00000000 0A28 or ch,[bx+si] 00000000 0A30 or dh,[bx+si] 00000000 0A38 or bh,[bx+si] opcode 0b 00000000 0B00 or ax,[bx+si] 00000000 0B08 or cx,[bx+si] 00000000 0B10 or dx,[bx+si] 00000000 0B18 or bx,[bx+si] 00000000 0B20 or sp,[bx+si] 00000000 0B28 or bp,[bx+si] 00000000 0B30 or si,[bx+si] 00000000 0B38 or di,[bx+si] 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 0D0001 or ax,0x100 00000000 0D0801 or ax,0x108 00000000 0D1001 or ax,0x110 00000000 0D1801 or ax,0x118 00000000 0D2001 or ax,0x120 00000000 0D2801 or ax,0x128 00000000 0D3001 or ax,0x130 00000000 0D3801 or ax,0x138 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 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 10 00000000 1000 adc [bx+si],al 00000000 1008 adc [bx+si],cl 00000000 1010 adc [bx+si],dl 00000000 1018 adc [bx+si],bl 00000000 1020 adc [bx+si],ah 00000000 1028 adc [bx+si],ch 00000000 1030 adc [bx+si],dh 00000000 1038 adc [bx+si],bh opcode 11 00000000 1100 adc [bx+si],ax 00000000 1108 adc [bx+si],cx 00000000 1110 adc [bx+si],dx 00000000 1118 adc [bx+si],bx 00000000 1120 adc [bx+si],sp 00000000 1128 adc [bx+si],bp 00000000 1130 adc [bx+si],si 00000000 1138 adc [bx+si],di opcode 12 00000000 1200 adc al,[bx+si] 00000000 1208 adc cl,[bx+si] 00000000 1210 adc dl,[bx+si] 00000000 1218 adc bl,[bx+si] 00000000 1220 adc ah,[bx+si] 00000000 1228 adc ch,[bx+si] 00000000 1230 adc dh,[bx+si] 00000000 1238 adc bh,[bx+si] opcode 13 00000000 1300 adc ax,[bx+si] 00000000 1308 adc cx,[bx+si] 00000000 1310 adc dx,[bx+si] 00000000 1318 adc bx,[bx+si] 00000000 1320 adc sp,[bx+si] 00000000 1328 adc bp,[bx+si] 00000000 1330 adc si,[bx+si] 00000000 1338 adc di,[bx+si] 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 150001 adc ax,0x100 00000000 150801 adc ax,0x108 00000000 151001 adc ax,0x110 00000000 151801 adc ax,0x118 00000000 152001 adc ax,0x120 00000000 152801 adc ax,0x128 00000000 153001 adc ax,0x130 00000000 153801 adc ax,0x138 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 [bx+si],al 00000000 1808 sbb [bx+si],cl 00000000 1810 sbb [bx+si],dl 00000000 1818 sbb [bx+si],bl 00000000 1820 sbb [bx+si],ah 00000000 1828 sbb [bx+si],ch 00000000 1830 sbb [bx+si],dh 00000000 1838 sbb [bx+si],bh opcode 19 00000000 1900 sbb [bx+si],ax 00000000 1908 sbb [bx+si],cx 00000000 1910 sbb [bx+si],dx 00000000 1918 sbb [bx+si],bx 00000000 1920 sbb [bx+si],sp 00000000 1928 sbb [bx+si],bp 00000000 1930 sbb [bx+si],si 00000000 1938 sbb [bx+si],di opcode 1a 00000000 1A00 sbb al,[bx+si] 00000000 1A08 sbb cl,[bx+si] 00000000 1A10 sbb dl,[bx+si] 00000000 1A18 sbb bl,[bx+si] 00000000 1A20 sbb ah,[bx+si] 00000000 1A28 sbb ch,[bx+si] 00000000 1A30 sbb dh,[bx+si] 00000000 1A38 sbb bh,[bx+si] opcode 1b 00000000 1B00 sbb ax,[bx+si] 00000000 1B08 sbb cx,[bx+si] 00000000 1B10 sbb dx,[bx+si] 00000000 1B18 sbb bx,[bx+si] 00000000 1B20 sbb sp,[bx+si] 00000000 1B28 sbb bp,[bx+si] 00000000 1B30 sbb si,[bx+si] 00000000 1B38 sbb di,[bx+si] 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 1D0001 sbb ax,0x100 00000000 1D0801 sbb ax,0x108 00000000 1D1001 sbb ax,0x110 00000000 1D1801 sbb ax,0x118 00000000 1D2001 sbb ax,0x120 00000000 1D2801 sbb ax,0x128 00000000 1D3001 sbb ax,0x130 00000000 1D3801 sbb ax,0x138 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 [bx+si],al 00000000 2008 and [bx+si],cl 00000000 2010 and [bx+si],dl 00000000 2018 and [bx+si],bl 00000000 2020 and [bx+si],ah 00000000 2028 and [bx+si],ch 00000000 2030 and [bx+si],dh 00000000 2038 and [bx+si],bh opcode 21 00000000 2100 and [bx+si],ax 00000000 2108 and [bx+si],cx 00000000 2110 and [bx+si],dx 00000000 2118 and [bx+si],bx 00000000 2120 and [bx+si],sp 00000000 2128 and [bx+si],bp 00000000 2130 and [bx+si],si 00000000 2138 and [bx+si],di opcode 22 00000000 2200 and al,[bx+si] 00000000 2208 and cl,[bx+si] 00000000 2210 and dl,[bx+si] 00000000 2218 and bl,[bx+si] 00000000 2220 and ah,[bx+si] 00000000 2228 and ch,[bx+si] 00000000 2230 and dh,[bx+si] 00000000 2238 and bh,[bx+si] opcode 23 00000000 2300 and ax,[bx+si] 00000000 2308 and cx,[bx+si] 00000000 2310 and dx,[bx+si] 00000000 2318 and bx,[bx+si] 00000000 2320 and sp,[bx+si] 00000000 2328 and bp,[bx+si] 00000000 2330 and si,[bx+si] 00000000 2338 and di,[bx+si] 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 250001 and ax,0x100 00000000 250801 and ax,0x108 00000000 251001 and ax,0x110 00000000 251801 and ax,0x118 00000000 252001 and ax,0x120 00000000 252801 and ax,0x128 00000000 253001 and ax,0x130 00000000 253801 and ax,0x138 opcode 26 00000000 260001 add [es:bx+di],al 00000000 260801 or [es:bx+di],al 00000000 261001 adc [es:bx+di],al 00000000 261801 sbb [es:bx+di],al 00000000 262001 and [es:bx+di],al 00000000 262801 sub [es:bx+di],al 00000000 263001 xor [es:bx+di],al 00000000 263801 cmp [es:bx+di],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 [bx+si],al 00000000 2808 sub [bx+si],cl 00000000 2810 sub [bx+si],dl 00000000 2818 sub [bx+si],bl 00000000 2820 sub [bx+si],ah 00000000 2828 sub [bx+si],ch 00000000 2830 sub [bx+si],dh 00000000 2838 sub [bx+si],bh opcode 29 00000000 2900 sub [bx+si],ax 00000000 2908 sub [bx+si],cx 00000000 2910 sub [bx+si],dx 00000000 2918 sub [bx+si],bx 00000000 2920 sub [bx+si],sp 00000000 2928 sub [bx+si],bp 00000000 2930 sub [bx+si],si 00000000 2938 sub [bx+si],di opcode 2a 00000000 2A00 sub al,[bx+si] 00000000 2A08 sub cl,[bx+si] 00000000 2A10 sub dl,[bx+si] 00000000 2A18 sub bl,[bx+si] 00000000 2A20 sub ah,[bx+si] 00000000 2A28 sub ch,[bx+si] 00000000 2A30 sub dh,[bx+si] 00000000 2A38 sub bh,[bx+si] opcode 2b 00000000 2B00 sub ax,[bx+si] 00000000 2B08 sub cx,[bx+si] 00000000 2B10 sub dx,[bx+si] 00000000 2B18 sub bx,[bx+si] 00000000 2B20 sub sp,[bx+si] 00000000 2B28 sub bp,[bx+si] 00000000 2B30 sub si,[bx+si] 00000000 2B38 sub di,[bx+si] 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 2D0001 sub ax,0x100 00000000 2D0801 sub ax,0x108 00000000 2D1001 sub ax,0x110 00000000 2D1801 sub ax,0x118 00000000 2D2001 sub ax,0x120 00000000 2D2801 sub ax,0x128 00000000 2D3001 sub ax,0x130 00000000 2D3801 sub ax,0x138 opcode 2e 00000000 2E0001 add [cs:bx+di],al 00000000 2E0801 or [cs:bx+di],al 00000000 2E1001 adc [cs:bx+di],al 00000000 2E1801 sbb [cs:bx+di],al 00000000 2E2001 and [cs:bx+di],al 00000000 2E2801 sub [cs:bx+di],al 00000000 2E3001 xor [cs:bx+di],al 00000000 2E3801 cmp [cs:bx+di],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 [bx+si],al 00000000 3008 xor [bx+si],cl 00000000 3010 xor [bx+si],dl 00000000 3018 xor [bx+si],bl 00000000 3020 xor [bx+si],ah 00000000 3028 xor [bx+si],ch 00000000 3030 xor [bx+si],dh 00000000 3038 xor [bx+si],bh opcode 31 00000000 3100 xor [bx+si],ax 00000000 3108 xor [bx+si],cx 00000000 3110 xor [bx+si],dx 00000000 3118 xor [bx+si],bx 00000000 3120 xor [bx+si],sp 00000000 3128 xor [bx+si],bp 00000000 3130 xor [bx+si],si 00000000 3138 xor [bx+si],di opcode 32 00000000 3200 xor al,[bx+si] 00000000 3208 xor cl,[bx+si] 00000000 3210 xor dl,[bx+si] 00000000 3218 xor bl,[bx+si] 00000000 3220 xor ah,[bx+si] 00000000 3228 xor ch,[bx+si] 00000000 3230 xor dh,[bx+si] 00000000 3238 xor bh,[bx+si] opcode 33 00000000 3300 xor ax,[bx+si] 00000000 3308 xor cx,[bx+si] 00000000 3310 xor dx,[bx+si] 00000000 3318 xor bx,[bx+si] 00000000 3320 xor sp,[bx+si] 00000000 3328 xor bp,[bx+si] 00000000 3330 xor si,[bx+si] 00000000 3338 xor di,[bx+si] 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 350001 xor ax,0x100 00000000 350801 xor ax,0x108 00000000 351001 xor ax,0x110 00000000 351801 xor ax,0x118 00000000 352001 xor ax,0x120 00000000 352801 xor ax,0x128 00000000 353001 xor ax,0x130 00000000 353801 xor ax,0x138 opcode 36 00000000 360001 add [ss:bx+di],al 00000000 360801 or [ss:bx+di],al 00000000 361001 adc [ss:bx+di],al 00000000 361801 sbb [ss:bx+di],al 00000000 362001 and [ss:bx+di],al 00000000 362801 sub [ss:bx+di],al 00000000 363001 xor [ss:bx+di],al 00000000 363801 cmp [ss:bx+di],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 [bx+si],al 00000000 3808 cmp [bx+si],cl 00000000 3810 cmp [bx+si],dl 00000000 3818 cmp [bx+si],bl 00000000 3820 cmp [bx+si],ah 00000000 3828 cmp [bx+si],ch 00000000 3830 cmp [bx+si],dh 00000000 3838 cmp [bx+si],bh opcode 39 00000000 3900 cmp [bx+si],ax 00000000 3908 cmp [bx+si],cx 00000000 3910 cmp [bx+si],dx 00000000 3918 cmp [bx+si],bx 00000000 3920 cmp [bx+si],sp 00000000 3928 cmp [bx+si],bp 00000000 3930 cmp [bx+si],si 00000000 3938 cmp [bx+si],di opcode 3a 00000000 3A00 cmp al,[bx+si] 00000000 3A08 cmp cl,[bx+si] 00000000 3A10 cmp dl,[bx+si] 00000000 3A18 cmp bl,[bx+si] 00000000 3A20 cmp ah,[bx+si] 00000000 3A28 cmp ch,[bx+si] 00000000 3A30 cmp dh,[bx+si] 00000000 3A38 cmp bh,[bx+si] opcode 3b 00000000 3B00 cmp ax,[bx+si] 00000000 3B08 cmp cx,[bx+si] 00000000 3B10 cmp dx,[bx+si] 00000000 3B18 cmp bx,[bx+si] 00000000 3B20 cmp sp,[bx+si] 00000000 3B28 cmp bp,[bx+si] 00000000 3B30 cmp si,[bx+si] 00000000 3B38 cmp di,[bx+si] 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 3D0001 cmp ax,0x100 00000000 3D0801 cmp ax,0x108 00000000 3D1001 cmp ax,0x110 00000000 3D1801 cmp ax,0x118 00000000 3D2001 cmp ax,0x120 00000000 3D2801 cmp ax,0x128 00000000 3D3001 cmp ax,0x130 00000000 3D3801 cmp ax,0x138 opcode 3e 00000000 3E0001 add [ds:bx+di],al 00000000 3E0801 or [ds:bx+di],al 00000000 3E1001 adc [ds:bx+di],al 00000000 3E1801 sbb [ds:bx+di],al 00000000 3E2001 and [ds:bx+di],al 00000000 3E2801 sub [ds:bx+di],al 00000000 3E3001 xor [ds:bx+di],al 00000000 3E3801 cmp [ds:bx+di],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 ax 00000000 40 inc ax 00000000 40 inc ax 00000000 40 inc ax 00000000 40 inc ax 00000000 40 inc ax 00000000 40 inc ax 00000000 40 inc ax opcode 41 00000000 41 inc cx 00000000 41 inc cx 00000000 41 inc cx 00000000 41 inc cx 00000000 41 inc cx 00000000 41 inc cx 00000000 41 inc cx 00000000 41 inc cx opcode 42 00000000 42 inc dx 00000000 42 inc dx 00000000 42 inc dx 00000000 42 inc dx 00000000 42 inc dx 00000000 42 inc dx 00000000 42 inc dx 00000000 42 inc dx opcode 43 00000000 43 inc bx 00000000 43 inc bx 00000000 43 inc bx 00000000 43 inc bx 00000000 43 inc bx 00000000 43 inc bx 00000000 43 inc bx 00000000 43 inc bx opcode 44 00000000 44 inc sp 00000000 44 inc sp 00000000 44 inc sp 00000000 44 inc sp 00000000 44 inc sp 00000000 44 inc sp 00000000 44 inc sp 00000000 44 inc sp opcode 45 00000000 45 inc bp 00000000 45 inc bp 00000000 45 inc bp 00000000 45 inc bp 00000000 45 inc bp 00000000 45 inc bp 00000000 45 inc bp 00000000 45 inc bp opcode 46 00000000 46 inc si 00000000 46 inc si 00000000 46 inc si 00000000 46 inc si 00000000 46 inc si 00000000 46 inc si 00000000 46 inc si 00000000 46 inc si opcode 47 00000000 47 inc di 00000000 47 inc di 00000000 47 inc di 00000000 47 inc di 00000000 47 inc di 00000000 47 inc di 00000000 47 inc di 00000000 47 inc di opcode 48 00000000 48 dec ax 00000000 48 dec ax 00000000 48 dec ax 00000000 48 dec ax 00000000 48 dec ax 00000000 48 dec ax 00000000 48 dec ax 00000000 48 dec ax opcode 49 00000000 49 dec cx 00000000 49 dec cx 00000000 49 dec cx 00000000 49 dec cx 00000000 49 dec cx 00000000 49 dec cx 00000000 49 dec cx 00000000 49 dec cx opcode 4a 00000000 4A dec dx 00000000 4A dec dx 00000000 4A dec dx 00000000 4A dec dx 00000000 4A dec dx 00000000 4A dec dx 00000000 4A dec dx 00000000 4A dec dx opcode 4b 00000000 4B dec bx 00000000 4B dec bx 00000000 4B dec bx 00000000 4B dec bx 00000000 4B dec bx 00000000 4B dec bx 00000000 4B dec bx 00000000 4B dec bx opcode 4c 00000000 4C dec sp 00000000 4C dec sp 00000000 4C dec sp 00000000 4C dec sp 00000000 4C dec sp 00000000 4C dec sp 00000000 4C dec sp 00000000 4C dec sp opcode 4d 00000000 4D dec bp 00000000 4D dec bp 00000000 4D dec bp 00000000 4D dec bp 00000000 4D dec bp 00000000 4D dec bp 00000000 4D dec bp 00000000 4D dec bp opcode 4e 00000000 4E dec si 00000000 4E dec si 00000000 4E dec si 00000000 4E dec si 00000000 4E dec si 00000000 4E dec si 00000000 4E dec si 00000000 4E dec si opcode 4f 00000000 4F dec di 00000000 4F dec di 00000000 4F dec di 00000000 4F dec di 00000000 4F dec di 00000000 4F dec di 00000000 4F dec di 00000000 4F dec di opcode 50 00000000 50 push ax 00000000 50 push ax 00000000 50 push ax 00000000 50 push ax 00000000 50 push ax 00000000 50 push ax 00000000 50 push ax 00000000 50 push ax opcode 51 00000000 51 push cx 00000000 51 push cx 00000000 51 push cx 00000000 51 push cx 00000000 51 push cx 00000000 51 push cx 00000000 51 push cx 00000000 51 push cx opcode 52 00000000 52 push dx 00000000 52 push dx 00000000 52 push dx 00000000 52 push dx 00000000 52 push dx 00000000 52 push dx 00000000 52 push dx 00000000 52 push dx opcode 53 00000000 53 push bx 00000000 53 push bx 00000000 53 push bx 00000000 53 push bx 00000000 53 push bx 00000000 53 push bx 00000000 53 push bx 00000000 53 push bx opcode 54 00000000 54 push sp 00000000 54 push sp 00000000 54 push sp 00000000 54 push sp 00000000 54 push sp 00000000 54 push sp 00000000 54 push sp 00000000 54 push sp opcode 55 00000000 55 push bp 00000000 55 push bp 00000000 55 push bp 00000000 55 push bp 00000000 55 push bp 00000000 55 push bp 00000000 55 push bp 00000000 55 push bp opcode 56 00000000 56 push si 00000000 56 push si 00000000 56 push si 00000000 56 push si 00000000 56 push si 00000000 56 push si 00000000 56 push si 00000000 56 push si opcode 57 00000000 57 push di 00000000 57 push di 00000000 57 push di 00000000 57 push di 00000000 57 push di 00000000 57 push di 00000000 57 push di 00000000 57 push di opcode 58 00000000 58 pop ax 00000000 58 pop ax 00000000 58 pop ax 00000000 58 pop ax 00000000 58 pop ax 00000000 58 pop ax 00000000 58 pop ax 00000000 58 pop ax opcode 59 00000000 59 pop cx 00000000 59 pop cx 00000000 59 pop cx 00000000 59 pop cx 00000000 59 pop cx 00000000 59 pop cx 00000000 59 pop cx 00000000 59 pop cx opcode 5a 00000000 5A pop dx 00000000 5A pop dx 00000000 5A pop dx 00000000 5A pop dx 00000000 5A pop dx 00000000 5A pop dx 00000000 5A pop dx 00000000 5A pop dx opcode 5b 00000000 5B pop bx 00000000 5B pop bx 00000000 5B pop bx 00000000 5B pop bx 00000000 5B pop bx 00000000 5B pop bx 00000000 5B pop bx 00000000 5B pop bx opcode 5c 00000000 5C pop sp 00000000 5C pop sp 00000000 5C pop sp 00000000 5C pop sp 00000000 5C pop sp 00000000 5C pop sp 00000000 5C pop sp 00000000 5C pop sp opcode 5d 00000000 5D pop bp 00000000 5D pop bp 00000000 5D pop bp 00000000 5D pop bp 00000000 5D pop bp 00000000 5D pop bp 00000000 5D pop bp 00000000 5D pop bp opcode 5e 00000000 5E pop si 00000000 5E pop si 00000000 5E pop si 00000000 5E pop si 00000000 5E pop si 00000000 5E pop si 00000000 5E pop si 00000000 5E pop si opcode 5f 00000000 5F pop di 00000000 5F pop di 00000000 5F pop di 00000000 5F pop di 00000000 5F pop di 00000000 5F pop di 00000000 5F pop di 00000000 5F pop di opcode 60 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 61 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 62 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 63 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 64 00000000 640001 add [fs:bx+di],al 00000000 640801 or [fs:bx+di],al 00000000 641001 adc [fs:bx+di],al 00000000 641801 sbb [fs:bx+di],al 00000000 642001 and [fs:bx+di],al 00000000 642801 sub [fs:bx+di],al 00000000 643001 xor [fs:bx+di],al 00000000 643801 cmp [fs:bx+di],al opcode 65 00000000 650001 add [gs:bx+di],al 00000000 650801 or [gs:bx+di],al 00000000 651001 adc [gs:bx+di],al 00000000 651801 sbb [gs:bx+di],al 00000000 652001 and [gs:bx+di],al 00000000 652801 sub [gs:bx+di],al 00000000 653001 xor [gs:bx+di],al 00000000 653801 cmp [gs:bx+di],al opcode 66 00000000 660001 o32 add [bx+di],al 00000000 660801 o32 or [bx+di],al 00000000 661001 o32 adc [bx+di],al 00000000 661801 o32 sbb [bx+di],al 00000000 662001 o32 and [bx+di],al 00000000 662801 o32 sub [bx+di],al 00000000 663001 o32 xor [bx+di],al 00000000 663801 o32 cmp [bx+di],al opcode 67 00000000 670001 add [ecx],al 00000000 670801 or [ecx],al 00000000 671001 adc [ecx],al 00000000 671801 sbb [ecx],al 00000000 672001 and [ecx],al 00000000 672801 sub [ecx],al 00000000 673001 xor [ecx],al 00000000 673801 cmp [ecx],al opcode 68 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 69 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 6a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 6b illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 6c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 6d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 6e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 6f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 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 [bx+si],0x1 00000000 800801 or byte [bx+si],0x1 00000000 801001 adc byte [bx+si],0x1 00000000 801801 sbb byte [bx+si],0x1 00000000 802001 and byte [bx+si],0x1 00000000 802801 sub byte [bx+si],0x1 00000000 803001 xor byte [bx+si],0x1 00000000 803801 cmp byte [bx+si],0x1 opcode 81 00000000 81000123 add word [bx+si],0x2301 00000000 81080123 or word [bx+si],0x2301 00000000 81100123 adc word [bx+si],0x2301 00000000 81180123 sbb word [bx+si],0x2301 00000000 81200123 and word [bx+si],0x2301 00000000 81280123 sub word [bx+si],0x2301 00000000 81300123 xor word [bx+si],0x2301 00000000 81380123 cmp word [bx+si],0x2301 opcode 82 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 83 00000000 830001 add word [bx+si],byte +0x1 00000000 830801 or word [bx+si],byte +0x1 00000000 831001 adc word [bx+si],byte +0x1 00000000 831801 sbb word [bx+si],byte +0x1 00000000 832001 and word [bx+si],byte +0x1 00000000 832801 sub word [bx+si],byte +0x1 00000000 833001 xor word [bx+si],byte +0x1 00000000 833801 cmp word [bx+si],byte +0x1 opcode 84 00000000 8400 test [bx+si],al 00000000 8408 test [bx+si],cl 00000000 8410 test [bx+si],dl 00000000 8418 test [bx+si],bl 00000000 8420 test [bx+si],ah 00000000 8428 test [bx+si],ch 00000000 8430 test [bx+si],dh 00000000 8438 test [bx+si],bh opcode 85 00000000 8500 test [bx+si],ax 00000000 8508 test [bx+si],cx 00000000 8510 test [bx+si],dx 00000000 8518 test [bx+si],bx 00000000 8520 test [bx+si],sp 00000000 8528 test [bx+si],bp 00000000 8530 test [bx+si],si 00000000 8538 test [bx+si],di opcode 86 00000000 8600 xchg al,[bx+si] 00000000 8608 xchg cl,[bx+si] 00000000 8610 xchg dl,[bx+si] 00000000 8618 xchg bl,[bx+si] 00000000 8620 xchg ah,[bx+si] 00000000 8628 xchg ch,[bx+si] 00000000 8630 xchg dh,[bx+si] 00000000 8638 xchg bh,[bx+si] opcode 87 00000000 8700 xchg ax,[bx+si] 00000000 8708 xchg cx,[bx+si] 00000000 8710 xchg dx,[bx+si] 00000000 8718 xchg bx,[bx+si] 00000000 8720 xchg sp,[bx+si] 00000000 8728 xchg bp,[bx+si] 00000000 8730 xchg si,[bx+si] 00000000 8738 xchg di,[bx+si] opcode 88 00000000 8800 mov [bx+si],al 00000000 8808 mov [bx+si],cl 00000000 8810 mov [bx+si],dl 00000000 8818 mov [bx+si],bl 00000000 8820 mov [bx+si],ah 00000000 8828 mov [bx+si],ch 00000000 8830 mov [bx+si],dh 00000000 8838 mov [bx+si],bh opcode 89 00000000 8900 mov [bx+si],ax 00000000 8908 mov [bx+si],cx 00000000 8910 mov [bx+si],dx 00000000 8918 mov [bx+si],bx 00000000 8920 mov [bx+si],sp 00000000 8928 mov [bx+si],bp 00000000 8930 mov [bx+si],si 00000000 8938 mov [bx+si],di opcode 8a 00000000 8A00 mov al,[bx+si] 00000000 8A08 mov cl,[bx+si] 00000000 8A10 mov dl,[bx+si] 00000000 8A18 mov bl,[bx+si] 00000000 8A20 mov ah,[bx+si] 00000000 8A28 mov ch,[bx+si] 00000000 8A30 mov dh,[bx+si] 00000000 8A38 mov bh,[bx+si] opcode 8b 00000000 8B00 mov ax,[bx+si] 00000000 8B08 mov cx,[bx+si] 00000000 8B10 mov dx,[bx+si] 00000000 8B18 mov bx,[bx+si] 00000000 8B20 mov sp,[bx+si] 00000000 8B28 mov bp,[bx+si] 00000000 8B30 mov si,[bx+si] 00000000 8B38 mov di,[bx+si] opcode 8c 00000000 8C00 mov [bx+si],es 00000000 8C08 mov [bx+si],cs 00000000 8C10 mov [bx+si],ss 00000000 8C18 mov [bx+si],ds 00000000 8C20 mov [bx+si],fs 00000000 8C28 mov [bx+si],gs 00000000 8C30 mov [bx+si],segr6 00000000 8C38 mov [bx+si],segr7 opcode 8d 00000000 8D00 lea ax,[bx+si] 00000000 8D08 lea cx,[bx+si] 00000000 8D10 lea dx,[bx+si] 00000000 8D18 lea bx,[bx+si] 00000000 8D20 lea sp,[bx+si] 00000000 8D28 lea bp,[bx+si] 00000000 8D30 lea si,[bx+si] 00000000 8D38 lea di,[bx+si] opcode 8e 00000000 8E00 mov es,[bx+si] 00000000 8E08 mov cs,[bx+si] 00000000 8E10 mov ss,[bx+si] 00000000 8E18 mov ds,[bx+si] 00000000 8E20 mov fs,[bx+si] 00000000 8E28 mov gs,[bx+si] 00000000 8E30 mov segr6,[bx+si] 00000000 8E38 mov segr7,[bx+si] opcode 8f 00000000 8F00 pop word [bx+si] 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 ax,cx 00000000 91 xchg ax,cx 00000000 91 xchg ax,cx 00000000 91 xchg ax,cx 00000000 91 xchg ax,cx 00000000 91 xchg ax,cx 00000000 91 xchg ax,cx 00000000 91 xchg ax,cx opcode 92 00000000 92 xchg ax,dx 00000000 92 xchg ax,dx 00000000 92 xchg ax,dx 00000000 92 xchg ax,dx 00000000 92 xchg ax,dx 00000000 92 xchg ax,dx 00000000 92 xchg ax,dx 00000000 92 xchg ax,dx opcode 93 00000000 93 xchg ax,bx 00000000 93 xchg ax,bx 00000000 93 xchg ax,bx 00000000 93 xchg ax,bx 00000000 93 xchg ax,bx 00000000 93 xchg ax,bx 00000000 93 xchg ax,bx 00000000 93 xchg ax,bx opcode 94 00000000 94 xchg ax,sp 00000000 94 xchg ax,sp 00000000 94 xchg ax,sp 00000000 94 xchg ax,sp 00000000 94 xchg ax,sp 00000000 94 xchg ax,sp 00000000 94 xchg ax,sp 00000000 94 xchg ax,sp opcode 95 00000000 95 xchg ax,bp 00000000 95 xchg ax,bp 00000000 95 xchg ax,bp 00000000 95 xchg ax,bp 00000000 95 xchg ax,bp 00000000 95 xchg ax,bp 00000000 95 xchg ax,bp 00000000 95 xchg ax,bp opcode 96 00000000 96 xchg ax,si 00000000 96 xchg ax,si 00000000 96 xchg ax,si 00000000 96 xchg ax,si 00000000 96 xchg ax,si 00000000 96 xchg ax,si 00000000 96 xchg ax,si 00000000 96 xchg ax,si opcode 97 00000000 97 xchg ax,di 00000000 97 xchg ax,di 00000000 97 xchg ax,di 00000000 97 xchg ax,di 00000000 97 xchg ax,di 00000000 97 xchg ax,di 00000000 97 xchg ax,di 00000000 97 xchg ax,di opcode 98 00000000 98 cbw 00000000 98 cbw 00000000 98 cbw 00000000 98 cbw 00000000 98 cbw 00000000 98 cbw 00000000 98 cbw 00000000 98 cbw opcode 99 00000000 99 cwd 00000000 99 cwd 00000000 99 cwd 00000000 99 cwd 00000000 99 cwd 00000000 99 cwd 00000000 99 cwd 00000000 99 cwd opcode 9a 00000000 9A00012345 call 0x4523:0x100 00000000 9A08012345 call 0x4523:0x108 00000000 9A10012345 call 0x4523:0x110 00000000 9A18012345 call 0x4523:0x118 00000000 9A20012345 call 0x4523:0x120 00000000 9A28012345 call 0x4523:0x128 00000000 9A30012345 call 0x4523:0x130 00000000 9A38012345 call 0x4523:0x138 opcode 9b 00000000 9B0001 wait add [bx+di],al 00000000 9B0801 wait or [bx+di],al 00000000 9B1001 wait adc [bx+di],al 00000000 9B1801 wait sbb [bx+di],al 00000000 9B2001 wait and [bx+di],al 00000000 9B2801 wait sub [bx+di],al 00000000 9B3001 wait xor [bx+di],al 00000000 9B3801 wait cmp [bx+di],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 A00001 mov al,[0x100] 00000000 A00801 mov al,[0x108] 00000000 A01001 mov al,[0x110] 00000000 A01801 mov al,[0x118] 00000000 A02001 mov al,[0x120] 00000000 A02801 mov al,[0x128] 00000000 A03001 mov al,[0x130] 00000000 A03801 mov al,[0x138] opcode a1 00000000 A10001 mov ax,[0x100] 00000000 A10801 mov ax,[0x108] 00000000 A11001 mov ax,[0x110] 00000000 A11801 mov ax,[0x118] 00000000 A12001 mov ax,[0x120] 00000000 A12801 mov ax,[0x128] 00000000 A13001 mov ax,[0x130] 00000000 A13801 mov ax,[0x138] opcode a2 00000000 A20001 mov [0x100],al 00000000 A20801 mov [0x108],al 00000000 A21001 mov [0x110],al 00000000 A21801 mov [0x118],al 00000000 A22001 mov [0x120],al 00000000 A22801 mov [0x128],al 00000000 A23001 mov [0x130],al 00000000 A23801 mov [0x138],al opcode a3 00000000 A30001 mov [0x100],ax 00000000 A30801 mov [0x108],ax 00000000 A31001 mov [0x110],ax 00000000 A31801 mov [0x118],ax 00000000 A32001 mov [0x120],ax 00000000 A32801 mov [0x128],ax 00000000 A33001 mov [0x130],ax 00000000 A33801 mov [0x138],ax 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 movsw 00000000 A5 movsw 00000000 A5 movsw 00000000 A5 movsw 00000000 A5 movsw 00000000 A5 movsw 00000000 A5 movsw 00000000 A5 movsw 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 cmpsw 00000000 A7 cmpsw 00000000 A7 cmpsw 00000000 A7 cmpsw 00000000 A7 cmpsw 00000000 A7 cmpsw 00000000 A7 cmpsw 00000000 A7 cmpsw 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 A90001 test ax,0x100 00000000 A90801 test ax,0x108 00000000 A91001 test ax,0x110 00000000 A91801 test ax,0x118 00000000 A92001 test ax,0x120 00000000 A92801 test ax,0x128 00000000 A93001 test ax,0x130 00000000 A93801 test ax,0x138 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 stosw 00000000 AB stosw 00000000 AB stosw 00000000 AB stosw 00000000 AB stosw 00000000 AB stosw 00000000 AB stosw 00000000 AB stosw 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 lodsw 00000000 AD lodsw 00000000 AD lodsw 00000000 AD lodsw 00000000 AD lodsw 00000000 AD lodsw 00000000 AD lodsw 00000000 AD lodsw 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 scasw 00000000 AF scasw 00000000 AF scasw 00000000 AF scasw 00000000 AF scasw 00000000 AF scasw 00000000 AF scasw 00000000 AF scasw 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 B80001 mov ax,0x100 00000000 B80801 mov ax,0x108 00000000 B81001 mov ax,0x110 00000000 B81801 mov ax,0x118 00000000 B82001 mov ax,0x120 00000000 B82801 mov ax,0x128 00000000 B83001 mov ax,0x130 00000000 B83801 mov ax,0x138 opcode b9 00000000 B90001 mov cx,0x100 00000000 B90801 mov cx,0x108 00000000 B91001 mov cx,0x110 00000000 B91801 mov cx,0x118 00000000 B92001 mov cx,0x120 00000000 B92801 mov cx,0x128 00000000 B93001 mov cx,0x130 00000000 B93801 mov cx,0x138 opcode ba 00000000 BA0001 mov dx,0x100 00000000 BA0801 mov dx,0x108 00000000 BA1001 mov dx,0x110 00000000 BA1801 mov dx,0x118 00000000 BA2001 mov dx,0x120 00000000 BA2801 mov dx,0x128 00000000 BA3001 mov dx,0x130 00000000 BA3801 mov dx,0x138 opcode bb 00000000 BB0001 mov bx,0x100 00000000 BB0801 mov bx,0x108 00000000 BB1001 mov bx,0x110 00000000 BB1801 mov bx,0x118 00000000 BB2001 mov bx,0x120 00000000 BB2801 mov bx,0x128 00000000 BB3001 mov bx,0x130 00000000 BB3801 mov bx,0x138 opcode bc 00000000 BC0001 mov sp,0x100 00000000 BC0801 mov sp,0x108 00000000 BC1001 mov sp,0x110 00000000 BC1801 mov sp,0x118 00000000 BC2001 mov sp,0x120 00000000 BC2801 mov sp,0x128 00000000 BC3001 mov sp,0x130 00000000 BC3801 mov sp,0x138 opcode bd 00000000 BD0001 mov bp,0x100 00000000 BD0801 mov bp,0x108 00000000 BD1001 mov bp,0x110 00000000 BD1801 mov bp,0x118 00000000 BD2001 mov bp,0x120 00000000 BD2801 mov bp,0x128 00000000 BD3001 mov bp,0x130 00000000 BD3801 mov bp,0x138 opcode be 00000000 BE0001 mov si,0x100 00000000 BE0801 mov si,0x108 00000000 BE1001 mov si,0x110 00000000 BE1801 mov si,0x118 00000000 BE2001 mov si,0x120 00000000 BE2801 mov si,0x128 00000000 BE3001 mov si,0x130 00000000 BE3801 mov si,0x138 opcode bf 00000000 BF0001 mov di,0x100 00000000 BF0801 mov di,0x108 00000000 BF1001 mov di,0x110 00000000 BF1801 mov di,0x118 00000000 BF2001 mov di,0x120 00000000 BF2801 mov di,0x128 00000000 BF3001 mov di,0x130 00000000 BF3801 mov di,0x138 opcode c0 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode c1 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 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 ax,[bx+si] 00000000 C408 les cx,[bx+si] 00000000 C410 les dx,[bx+si] 00000000 C418 les bx,[bx+si] 00000000 C420 les sp,[bx+si] 00000000 C428 les bp,[bx+si] 00000000 C430 les si,[bx+si] 00000000 C438 les di,[bx+si] opcode c5 00000000 C500 lds ax,[bx+si] 00000000 C508 lds cx,[bx+si] 00000000 C510 lds dx,[bx+si] 00000000 C518 lds bx,[bx+si] 00000000 C520 lds sp,[bx+si] 00000000 C528 lds bp,[bx+si] 00000000 C530 lds si,[bx+si] 00000000 C538 lds di,[bx+si] opcode c6 00000000 C60001 mov byte [bx+si],0x1 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode c7 00000000 C7000123 mov word [bx+si],0x2301 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode c8 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode c9 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 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 [bx+si],1 00000000 D008 ror byte [bx+si],1 00000000 D010 rcl byte [bx+si],1 00000000 D018 rcr byte [bx+si],1 00000000 D020 shl byte [bx+si],1 00000000 D028 shr byte [bx+si],1 illegal_opcode 00000000 D038 sar byte [bx+si],1 opcode d1 00000000 D100 rol word [bx+si],1 00000000 D108 ror word [bx+si],1 00000000 D110 rcl word [bx+si],1 00000000 D118 rcr word [bx+si],1 00000000 D120 shl word [bx+si],1 00000000 D128 shr word [bx+si],1 illegal_opcode 00000000 D138 sar word [bx+si],1 opcode d2 00000000 D200 rol byte [bx+si],cl 00000000 D208 ror byte [bx+si],cl 00000000 D210 rcl byte [bx+si],cl 00000000 D218 rcr byte [bx+si],cl 00000000 D220 shl byte [bx+si],cl 00000000 D228 shr byte [bx+si],cl illegal_opcode 00000000 D238 sar byte [bx+si],cl opcode d3 00000000 D300 rol word [bx+si],cl 00000000 D308 ror word [bx+si],cl 00000000 D310 rcl word [bx+si],cl 00000000 D318 rcr word [bx+si],cl 00000000 D320 shl word [bx+si],cl 00000000 D328 shr word [bx+si],cl illegal_opcode 00000000 D338 sar word [bx+si],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 [bx+si] 00000000 D801 fadd dword [bx+di] 00000000 D802 fadd dword [bp+si] 00000000 D803 fadd dword [bp+di] 00000000 D804 fadd dword [si] 00000000 D805 fadd dword [di] 00000000 D8060123 fadd dword [0x2301] 00000000 D807 fadd dword [bx] 00000000 D808 fmul dword [bx+si] 00000000 D809 fmul dword [bx+di] 00000000 D80A fmul dword [bp+si] 00000000 D80B fmul dword [bp+di] 00000000 D80C fmul dword [si] 00000000 D80D fmul dword [di] 00000000 D80E0123 fmul dword [0x2301] 00000000 D80F fmul dword [bx] 00000000 D810 fcom dword [bx+si] 00000000 D811 fcom dword [bx+di] 00000000 D812 fcom dword [bp+si] 00000000 D813 fcom dword [bp+di] 00000000 D814 fcom dword [si] 00000000 D815 fcom dword [di] 00000000 D8160123 fcom dword [0x2301] 00000000 D817 fcom dword [bx] 00000000 D818 fcomp dword [bx+si] 00000000 D819 fcomp dword [bx+di] 00000000 D81A fcomp dword [bp+si] 00000000 D81B fcomp dword [bp+di] 00000000 D81C fcomp dword [si] 00000000 D81D fcomp dword [di] 00000000 D81E0123 fcomp dword [0x2301] 00000000 D81F fcomp dword [bx] 00000000 D820 fsub dword [bx+si] 00000000 D821 fsub dword [bx+di] 00000000 D822 fsub dword [bp+si] 00000000 D823 fsub dword [bp+di] 00000000 D824 fsub dword [si] 00000000 D825 fsub dword [di] 00000000 D8260123 fsub dword [0x2301] 00000000 D827 fsub dword [bx] 00000000 D828 fsubr dword [bx+si] 00000000 D829 fsubr dword [bx+di] 00000000 D82A fsubr dword [bp+si] 00000000 D82B fsubr dword [bp+di] 00000000 D82C fsubr dword [si] 00000000 D82D fsubr dword [di] 00000000 D82E0123 fsubr dword [0x2301] 00000000 D82F fsubr dword [bx] 00000000 D830 fdiv dword [bx+si] 00000000 D831 fdiv dword [bx+di] 00000000 D832 fdiv dword [bp+si] 00000000 D833 fdiv dword [bp+di] 00000000 D834 fdiv dword [si] 00000000 D835 fdiv dword [di] 00000000 D8360123 fdiv dword [0x2301] 00000000 D837 fdiv dword [bx] 00000000 D838 fdivr dword [bx+si] 00000000 D839 fdivr dword [bx+di] 00000000 D83A fdivr dword [bp+si] 00000000 D83B fdivr dword [bp+di] 00000000 D83C fdivr dword [si] 00000000 D83D fdivr dword [di] 00000000 D83E0123 fdivr dword [0x2301] 00000000 D83F fdivr dword [bx] 00000000 D84001 fadd dword [bx+si+0x1] 00000000 D84101 fadd dword [bx+di+0x1] 00000000 D84201 fadd dword [bp+si+0x1] 00000000 D84301 fadd dword [bp+di+0x1] 00000000 D84401 fadd dword [si+0x1] 00000000 D84501 fadd dword [di+0x1] 00000000 D84601 fadd dword [bp+0x1] 00000000 D84701 fadd dword [bx+0x1] 00000000 D84801 fmul dword [bx+si+0x1] 00000000 D84901 fmul dword [bx+di+0x1] 00000000 D84A01 fmul dword [bp+si+0x1] 00000000 D84B01 fmul dword [bp+di+0x1] 00000000 D84C01 fmul dword [si+0x1] 00000000 D84D01 fmul dword [di+0x1] 00000000 D84E01 fmul dword [bp+0x1] 00000000 D84F01 fmul dword [bx+0x1] 00000000 D85001 fcom dword [bx+si+0x1] 00000000 D85101 fcom dword [bx+di+0x1] 00000000 D85201 fcom dword [bp+si+0x1] 00000000 D85301 fcom dword [bp+di+0x1] 00000000 D85401 fcom dword [si+0x1] 00000000 D85501 fcom dword [di+0x1] 00000000 D85601 fcom dword [bp+0x1] 00000000 D85701 fcom dword [bx+0x1] 00000000 D85801 fcomp dword [bx+si+0x1] 00000000 D85901 fcomp dword [bx+di+0x1] 00000000 D85A01 fcomp dword [bp+si+0x1] 00000000 D85B01 fcomp dword [bp+di+0x1] 00000000 D85C01 fcomp dword [si+0x1] 00000000 D85D01 fcomp dword [di+0x1] 00000000 D85E01 fcomp dword [bp+0x1] 00000000 D85F01 fcomp dword [bx+0x1] 00000000 D86001 fsub dword [bx+si+0x1] 00000000 D86101 fsub dword [bx+di+0x1] 00000000 D86201 fsub dword [bp+si+0x1] 00000000 D86301 fsub dword [bp+di+0x1] 00000000 D86401 fsub dword [si+0x1] 00000000 D86501 fsub dword [di+0x1] 00000000 D86601 fsub dword [bp+0x1] 00000000 D86701 fsub dword [bx+0x1] 00000000 D86801 fsubr dword [bx+si+0x1] 00000000 D86901 fsubr dword [bx+di+0x1] 00000000 D86A01 fsubr dword [bp+si+0x1] 00000000 D86B01 fsubr dword [bp+di+0x1] 00000000 D86C01 fsubr dword [si+0x1] 00000000 D86D01 fsubr dword [di+0x1] 00000000 D86E01 fsubr dword [bp+0x1] 00000000 D86F01 fsubr dword [bx+0x1] 00000000 D87001 fdiv dword [bx+si+0x1] 00000000 D87101 fdiv dword [bx+di+0x1] 00000000 D87201 fdiv dword [bp+si+0x1] 00000000 D87301 fdiv dword [bp+di+0x1] 00000000 D87401 fdiv dword [si+0x1] 00000000 D87501 fdiv dword [di+0x1] 00000000 D87601 fdiv dword [bp+0x1] 00000000 D87701 fdiv dword [bx+0x1] 00000000 D87801 fdivr dword [bx+si+0x1] 00000000 D87901 fdivr dword [bx+di+0x1] 00000000 D87A01 fdivr dword [bp+si+0x1] 00000000 D87B01 fdivr dword [bp+di+0x1] 00000000 D87C01 fdivr dword [si+0x1] 00000000 D87D01 fdivr dword [di+0x1] 00000000 D87E01 fdivr dword [bp+0x1] 00000000 D87F01 fdivr dword [bx+0x1] 00000000 D8800123 fadd dword [bx+si+0x2301] 00000000 D8810123 fadd dword [bx+di+0x2301] 00000000 D8820123 fadd dword [bp+si+0x2301] 00000000 D8830123 fadd dword [bp+di+0x2301] 00000000 D8840123 fadd dword [si+0x2301] 00000000 D8850123 fadd dword [di+0x2301] 00000000 D8860123 fadd dword [bp+0x2301] 00000000 D8870123 fadd dword [bx+0x2301] 00000000 D8880123 fmul dword [bx+si+0x2301] 00000000 D8890123 fmul dword [bx+di+0x2301] 00000000 D88A0123 fmul dword [bp+si+0x2301] 00000000 D88B0123 fmul dword [bp+di+0x2301] 00000000 D88C0123 fmul dword [si+0x2301] 00000000 D88D0123 fmul dword [di+0x2301] 00000000 D88E0123 fmul dword [bp+0x2301] 00000000 D88F0123 fmul dword [bx+0x2301] 00000000 D8900123 fcom dword [bx+si+0x2301] 00000000 D8910123 fcom dword [bx+di+0x2301] 00000000 D8920123 fcom dword [bp+si+0x2301] 00000000 D8930123 fcom dword [bp+di+0x2301] 00000000 D8940123 fcom dword [si+0x2301] 00000000 D8950123 fcom dword [di+0x2301] 00000000 D8960123 fcom dword [bp+0x2301] 00000000 D8970123 fcom dword [bx+0x2301] 00000000 D8980123 fcomp dword [bx+si+0x2301] 00000000 D8990123 fcomp dword [bx+di+0x2301] 00000000 D89A0123 fcomp dword [bp+si+0x2301] 00000000 D89B0123 fcomp dword [bp+di+0x2301] 00000000 D89C0123 fcomp dword [si+0x2301] 00000000 D89D0123 fcomp dword [di+0x2301] 00000000 D89E0123 fcomp dword [bp+0x2301] 00000000 D89F0123 fcomp dword [bx+0x2301] 00000000 D8A00123 fsub dword [bx+si+0x2301] 00000000 D8A10123 fsub dword [bx+di+0x2301] 00000000 D8A20123 fsub dword [bp+si+0x2301] 00000000 D8A30123 fsub dword [bp+di+0x2301] 00000000 D8A40123 fsub dword [si+0x2301] 00000000 D8A50123 fsub dword [di+0x2301] 00000000 D8A60123 fsub dword [bp+0x2301] 00000000 D8A70123 fsub dword [bx+0x2301] 00000000 D8A80123 fsubr dword [bx+si+0x2301] 00000000 D8A90123 fsubr dword [bx+di+0x2301] 00000000 D8AA0123 fsubr dword [bp+si+0x2301] 00000000 D8AB0123 fsubr dword [bp+di+0x2301] 00000000 D8AC0123 fsubr dword [si+0x2301] 00000000 D8AD0123 fsubr dword [di+0x2301] 00000000 D8AE0123 fsubr dword [bp+0x2301] 00000000 D8AF0123 fsubr dword [bx+0x2301] 00000000 D8B00123 fdiv dword [bx+si+0x2301] 00000000 D8B10123 fdiv dword [bx+di+0x2301] 00000000 D8B20123 fdiv dword [bp+si+0x2301] 00000000 D8B30123 fdiv dword [bp+di+0x2301] 00000000 D8B40123 fdiv dword [si+0x2301] 00000000 D8B50123 fdiv dword [di+0x2301] 00000000 D8B60123 fdiv dword [bp+0x2301] 00000000 D8B70123 fdiv dword [bx+0x2301] 00000000 D8B80123 fdivr dword [bx+si+0x2301] 00000000 D8B90123 fdivr dword [bx+di+0x2301] 00000000 D8BA0123 fdivr dword [bp+si+0x2301] 00000000 D8BB0123 fdivr dword [bp+di+0x2301] 00000000 D8BC0123 fdivr dword [si+0x2301] 00000000 D8BD0123 fdivr dword [di+0x2301] 00000000 D8BE0123 fdivr dword [bp+0x2301] 00000000 D8BF0123 fdivr dword [bx+0x2301] 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 [bx+si] 00000000 D901 fld dword [bx+di] 00000000 D902 fld dword [bp+si] 00000000 D903 fld dword [bp+di] 00000000 D904 fld dword [si] 00000000 D905 fld dword [di] 00000000 D9060123 fld dword [0x2301] 00000000 D907 fld dword [bx] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 D910 fst dword [bx+si] 00000000 D911 fst dword [bx+di] 00000000 D912 fst dword [bp+si] 00000000 D913 fst dword [bp+di] 00000000 D914 fst dword [si] 00000000 D915 fst dword [di] 00000000 D9160123 fst dword [0x2301] 00000000 D917 fst dword [bx] 00000000 D918 fstp dword [bx+si] 00000000 D919 fstp dword [bx+di] 00000000 D91A fstp dword [bp+si] 00000000 D91B fstp dword [bp+di] 00000000 D91C fstp dword [si] 00000000 D91D fstp dword [di] 00000000 D91E0123 fstp dword [0x2301] 00000000 D91F fstp dword [bx] 00000000 D920 fldenv [bx+si] 00000000 D921 fldenv [bx+di] 00000000 D922 fldenv [bp+si] 00000000 D923 fldenv [bp+di] 00000000 D924 fldenv [si] 00000000 D925 fldenv [di] 00000000 D9260123 fldenv [0x2301] 00000000 D927 fldenv [bx] 00000000 D928 fldcw [bx+si] 00000000 D929 fldcw [bx+di] 00000000 D92A fldcw [bp+si] 00000000 D92B fldcw [bp+di] 00000000 D92C fldcw [si] 00000000 D92D fldcw [di] 00000000 D92E0123 fldcw [0x2301] 00000000 D92F fldcw [bx] 00000000 D930 fnstenv [bx+si] 00000000 D931 fnstenv [bx+di] 00000000 D932 fnstenv [bp+si] 00000000 D933 fnstenv [bp+di] 00000000 D934 fnstenv [si] 00000000 D935 fnstenv [di] 00000000 D9360123 fnstenv [0x2301] 00000000 D937 fnstenv [bx] 00000000 D938 fnstcw [bx+si] 00000000 D939 fnstcw [bx+di] 00000000 D93A fnstcw [bp+si] 00000000 D93B fnstcw [bp+di] 00000000 D93C fnstcw [si] 00000000 D93D fnstcw [di] 00000000 D93E0123 fnstcw [0x2301] 00000000 D93F fnstcw [bx] 00000000 D94001 fld dword [bx+si+0x1] 00000000 D94101 fld dword [bx+di+0x1] 00000000 D94201 fld dword [bp+si+0x1] 00000000 D94301 fld dword [bp+di+0x1] 00000000 D94401 fld dword [si+0x1] 00000000 D94501 fld dword [di+0x1] 00000000 D94601 fld dword [bp+0x1] 00000000 D94701 fld dword [bx+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 D95001 fst dword [bx+si+0x1] 00000000 D95101 fst dword [bx+di+0x1] 00000000 D95201 fst dword [bp+si+0x1] 00000000 D95301 fst dword [bp+di+0x1] 00000000 D95401 fst dword [si+0x1] 00000000 D95501 fst dword [di+0x1] 00000000 D95601 fst dword [bp+0x1] 00000000 D95701 fst dword [bx+0x1] 00000000 D95801 fstp dword [bx+si+0x1] 00000000 D95901 fstp dword [bx+di+0x1] 00000000 D95A01 fstp dword [bp+si+0x1] 00000000 D95B01 fstp dword [bp+di+0x1] 00000000 D95C01 fstp dword [si+0x1] 00000000 D95D01 fstp dword [di+0x1] 00000000 D95E01 fstp dword [bp+0x1] 00000000 D95F01 fstp dword [bx+0x1] 00000000 D96001 fldenv [bx+si+0x1] 00000000 D96101 fldenv [bx+di+0x1] 00000000 D96201 fldenv [bp+si+0x1] 00000000 D96301 fldenv [bp+di+0x1] 00000000 D96401 fldenv [si+0x1] 00000000 D96501 fldenv [di+0x1] 00000000 D96601 fldenv [bp+0x1] 00000000 D96701 fldenv [bx+0x1] 00000000 D96801 fldcw [bx+si+0x1] 00000000 D96901 fldcw [bx+di+0x1] 00000000 D96A01 fldcw [bp+si+0x1] 00000000 D96B01 fldcw [bp+di+0x1] 00000000 D96C01 fldcw [si+0x1] 00000000 D96D01 fldcw [di+0x1] 00000000 D96E01 fldcw [bp+0x1] 00000000 D96F01 fldcw [bx+0x1] 00000000 D97001 fnstenv [bx+si+0x1] 00000000 D97101 fnstenv [bx+di+0x1] 00000000 D97201 fnstenv [bp+si+0x1] 00000000 D97301 fnstenv [bp+di+0x1] 00000000 D97401 fnstenv [si+0x1] 00000000 D97501 fnstenv [di+0x1] 00000000 D97601 fnstenv [bp+0x1] 00000000 D97701 fnstenv [bx+0x1] 00000000 D97801 fnstcw [bx+si+0x1] 00000000 D97901 fnstcw [bx+di+0x1] 00000000 D97A01 fnstcw [bp+si+0x1] 00000000 D97B01 fnstcw [bp+di+0x1] 00000000 D97C01 fnstcw [si+0x1] 00000000 D97D01 fnstcw [di+0x1] 00000000 D97E01 fnstcw [bp+0x1] 00000000 D97F01 fnstcw [bx+0x1] 00000000 D9800123 fld dword [bx+si+0x2301] 00000000 D9810123 fld dword [bx+di+0x2301] 00000000 D9820123 fld dword [bp+si+0x2301] 00000000 D9830123 fld dword [bp+di+0x2301] 00000000 D9840123 fld dword [si+0x2301] 00000000 D9850123 fld dword [di+0x2301] 00000000 D9860123 fld dword [bp+0x2301] 00000000 D9870123 fld dword [bx+0x2301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 D9900123 fst dword [bx+si+0x2301] 00000000 D9910123 fst dword [bx+di+0x2301] 00000000 D9920123 fst dword [bp+si+0x2301] 00000000 D9930123 fst dword [bp+di+0x2301] 00000000 D9940123 fst dword [si+0x2301] 00000000 D9950123 fst dword [di+0x2301] 00000000 D9960123 fst dword [bp+0x2301] 00000000 D9970123 fst dword [bx+0x2301] 00000000 D9980123 fstp dword [bx+si+0x2301] 00000000 D9990123 fstp dword [bx+di+0x2301] 00000000 D99A0123 fstp dword [bp+si+0x2301] 00000000 D99B0123 fstp dword [bp+di+0x2301] 00000000 D99C0123 fstp dword [si+0x2301] 00000000 D99D0123 fstp dword [di+0x2301] 00000000 D99E0123 fstp dword [bp+0x2301] 00000000 D99F0123 fstp dword [bx+0x2301] 00000000 D9A00123 fldenv [bx+si+0x2301] 00000000 D9A10123 fldenv [bx+di+0x2301] 00000000 D9A20123 fldenv [bp+si+0x2301] 00000000 D9A30123 fldenv [bp+di+0x2301] 00000000 D9A40123 fldenv [si+0x2301] 00000000 D9A50123 fldenv [di+0x2301] 00000000 D9A60123 fldenv [bp+0x2301] 00000000 D9A70123 fldenv [bx+0x2301] 00000000 D9A80123 fldcw [bx+si+0x2301] 00000000 D9A90123 fldcw [bx+di+0x2301] 00000000 D9AA0123 fldcw [bp+si+0x2301] 00000000 D9AB0123 fldcw [bp+di+0x2301] 00000000 D9AC0123 fldcw [si+0x2301] 00000000 D9AD0123 fldcw [di+0x2301] 00000000 D9AE0123 fldcw [bp+0x2301] 00000000 D9AF0123 fldcw [bx+0x2301] 00000000 D9B00123 fnstenv [bx+si+0x2301] 00000000 D9B10123 fnstenv [bx+di+0x2301] 00000000 D9B20123 fnstenv [bp+si+0x2301] 00000000 D9B30123 fnstenv [bp+di+0x2301] 00000000 D9B40123 fnstenv [si+0x2301] 00000000 D9B50123 fnstenv [di+0x2301] 00000000 D9B60123 fnstenv [bp+0x2301] 00000000 D9B70123 fnstenv [bx+0x2301] 00000000 D9B80123 fnstcw [bx+si+0x2301] 00000000 D9B90123 fnstcw [bx+di+0x2301] 00000000 D9BA0123 fnstcw [bp+si+0x2301] 00000000 D9BB0123 fnstcw [bp+di+0x2301] 00000000 D9BC0123 fnstcw [si+0x2301] 00000000 D9BD0123 fnstcw [di+0x2301] 00000000 D9BE0123 fnstcw [bp+0x2301] 00000000 D9BF0123 fnstcw [bx+0x2301] 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 illegal_opcode 00000000 D9F6 fdecstp 00000000 D9F7 fincstp 00000000 D9F8 fprem 00000000 D9F9 fyl2xp1 00000000 D9FA fsqrt illegal_opcode 00000000 D9FC frndint 00000000 D9FD fscale illegal_opcode illegal_opcode opcode da 00000000 DA00 fiadd dword [bx+si] 00000000 DA01 fiadd dword [bx+di] 00000000 DA02 fiadd dword [bp+si] 00000000 DA03 fiadd dword [bp+di] 00000000 DA04 fiadd dword [si] 00000000 DA05 fiadd dword [di] 00000000 DA060123 fiadd dword [0x2301] 00000000 DA07 fiadd dword [bx] 00000000 DA08 fimul dword [bx+si] 00000000 DA09 fimul dword [bx+di] 00000000 DA0A fimul dword [bp+si] 00000000 DA0B fimul dword [bp+di] 00000000 DA0C fimul dword [si] 00000000 DA0D fimul dword [di] 00000000 DA0E0123 fimul dword [0x2301] 00000000 DA0F fimul dword [bx] 00000000 DA10 ficom dword [bx+si] 00000000 DA11 ficom dword [bx+di] 00000000 DA12 ficom dword [bp+si] 00000000 DA13 ficom dword [bp+di] 00000000 DA14 ficom dword [si] 00000000 DA15 ficom dword [di] 00000000 DA160123 ficom dword [0x2301] 00000000 DA17 ficom dword [bx] 00000000 DA18 ficomp dword [bx+si] 00000000 DA19 ficomp dword [bx+di] 00000000 DA1A ficomp dword [bp+si] 00000000 DA1B ficomp dword [bp+di] 00000000 DA1C ficomp dword [si] 00000000 DA1D ficomp dword [di] 00000000 DA1E0123 ficomp dword [0x2301] 00000000 DA1F ficomp dword [bx] 00000000 DA20 fisub dword [bx+si] 00000000 DA21 fisub dword [bx+di] 00000000 DA22 fisub dword [bp+si] 00000000 DA23 fisub dword [bp+di] 00000000 DA24 fisub dword [si] 00000000 DA25 fisub dword [di] 00000000 DA260123 fisub dword [0x2301] 00000000 DA27 fisub dword [bx] 00000000 DA28 fisubr dword [bx+si] 00000000 DA29 fisubr dword [bx+di] 00000000 DA2A fisubr dword [bp+si] 00000000 DA2B fisubr dword [bp+di] 00000000 DA2C fisubr dword [si] 00000000 DA2D fisubr dword [di] 00000000 DA2E0123 fisubr dword [0x2301] 00000000 DA2F fisubr dword [bx] 00000000 DA30 fidiv dword [bx+si] 00000000 DA31 fidiv dword [bx+di] 00000000 DA32 fidiv dword [bp+si] 00000000 DA33 fidiv dword [bp+di] 00000000 DA34 fidiv dword [si] 00000000 DA35 fidiv dword [di] 00000000 DA360123 fidiv dword [0x2301] 00000000 DA37 fidiv dword [bx] 00000000 DA38 fidivr dword [bx+si] 00000000 DA39 fidivr dword [bx+di] 00000000 DA3A fidivr dword [bp+si] 00000000 DA3B fidivr dword [bp+di] 00000000 DA3C fidivr dword [si] 00000000 DA3D fidivr dword [di] 00000000 DA3E0123 fidivr dword [0x2301] 00000000 DA3F fidivr dword [bx] 00000000 DA4001 fiadd dword [bx+si+0x1] 00000000 DA4101 fiadd dword [bx+di+0x1] 00000000 DA4201 fiadd dword [bp+si+0x1] 00000000 DA4301 fiadd dword [bp+di+0x1] 00000000 DA4401 fiadd dword [si+0x1] 00000000 DA4501 fiadd dword [di+0x1] 00000000 DA4601 fiadd dword [bp+0x1] 00000000 DA4701 fiadd dword [bx+0x1] 00000000 DA4801 fimul dword [bx+si+0x1] 00000000 DA4901 fimul dword [bx+di+0x1] 00000000 DA4A01 fimul dword [bp+si+0x1] 00000000 DA4B01 fimul dword [bp+di+0x1] 00000000 DA4C01 fimul dword [si+0x1] 00000000 DA4D01 fimul dword [di+0x1] 00000000 DA4E01 fimul dword [bp+0x1] 00000000 DA4F01 fimul dword [bx+0x1] 00000000 DA5001 ficom dword [bx+si+0x1] 00000000 DA5101 ficom dword [bx+di+0x1] 00000000 DA5201 ficom dword [bp+si+0x1] 00000000 DA5301 ficom dword [bp+di+0x1] 00000000 DA5401 ficom dword [si+0x1] 00000000 DA5501 ficom dword [di+0x1] 00000000 DA5601 ficom dword [bp+0x1] 00000000 DA5701 ficom dword [bx+0x1] 00000000 DA5801 ficomp dword [bx+si+0x1] 00000000 DA5901 ficomp dword [bx+di+0x1] 00000000 DA5A01 ficomp dword [bp+si+0x1] 00000000 DA5B01 ficomp dword [bp+di+0x1] 00000000 DA5C01 ficomp dword [si+0x1] 00000000 DA5D01 ficomp dword [di+0x1] 00000000 DA5E01 ficomp dword [bp+0x1] 00000000 DA5F01 ficomp dword [bx+0x1] 00000000 DA6001 fisub dword [bx+si+0x1] 00000000 DA6101 fisub dword [bx+di+0x1] 00000000 DA6201 fisub dword [bp+si+0x1] 00000000 DA6301 fisub dword [bp+di+0x1] 00000000 DA6401 fisub dword [si+0x1] 00000000 DA6501 fisub dword [di+0x1] 00000000 DA6601 fisub dword [bp+0x1] 00000000 DA6701 fisub dword [bx+0x1] 00000000 DA6801 fisubr dword [bx+si+0x1] 00000000 DA6901 fisubr dword [bx+di+0x1] 00000000 DA6A01 fisubr dword [bp+si+0x1] 00000000 DA6B01 fisubr dword [bp+di+0x1] 00000000 DA6C01 fisubr dword [si+0x1] 00000000 DA6D01 fisubr dword [di+0x1] 00000000 DA6E01 fisubr dword [bp+0x1] 00000000 DA6F01 fisubr dword [bx+0x1] 00000000 DA7001 fidiv dword [bx+si+0x1] 00000000 DA7101 fidiv dword [bx+di+0x1] 00000000 DA7201 fidiv dword [bp+si+0x1] 00000000 DA7301 fidiv dword [bp+di+0x1] 00000000 DA7401 fidiv dword [si+0x1] 00000000 DA7501 fidiv dword [di+0x1] 00000000 DA7601 fidiv dword [bp+0x1] 00000000 DA7701 fidiv dword [bx+0x1] 00000000 DA7801 fidivr dword [bx+si+0x1] 00000000 DA7901 fidivr dword [bx+di+0x1] 00000000 DA7A01 fidivr dword [bp+si+0x1] 00000000 DA7B01 fidivr dword [bp+di+0x1] 00000000 DA7C01 fidivr dword [si+0x1] 00000000 DA7D01 fidivr dword [di+0x1] 00000000 DA7E01 fidivr dword [bp+0x1] 00000000 DA7F01 fidivr dword [bx+0x1] 00000000 DA800123 fiadd dword [bx+si+0x2301] 00000000 DA810123 fiadd dword [bx+di+0x2301] 00000000 DA820123 fiadd dword [bp+si+0x2301] 00000000 DA830123 fiadd dword [bp+di+0x2301] 00000000 DA840123 fiadd dword [si+0x2301] 00000000 DA850123 fiadd dword [di+0x2301] 00000000 DA860123 fiadd dword [bp+0x2301] 00000000 DA870123 fiadd dword [bx+0x2301] 00000000 DA880123 fimul dword [bx+si+0x2301] 00000000 DA890123 fimul dword [bx+di+0x2301] 00000000 DA8A0123 fimul dword [bp+si+0x2301] 00000000 DA8B0123 fimul dword [bp+di+0x2301] 00000000 DA8C0123 fimul dword [si+0x2301] 00000000 DA8D0123 fimul dword [di+0x2301] 00000000 DA8E0123 fimul dword [bp+0x2301] 00000000 DA8F0123 fimul dword [bx+0x2301] 00000000 DA900123 ficom dword [bx+si+0x2301] 00000000 DA910123 ficom dword [bx+di+0x2301] 00000000 DA920123 ficom dword [bp+si+0x2301] 00000000 DA930123 ficom dword [bp+di+0x2301] 00000000 DA940123 ficom dword [si+0x2301] 00000000 DA950123 ficom dword [di+0x2301] 00000000 DA960123 ficom dword [bp+0x2301] 00000000 DA970123 ficom dword [bx+0x2301] 00000000 DA980123 ficomp dword [bx+si+0x2301] 00000000 DA990123 ficomp dword [bx+di+0x2301] 00000000 DA9A0123 ficomp dword [bp+si+0x2301] 00000000 DA9B0123 ficomp dword [bp+di+0x2301] 00000000 DA9C0123 ficomp dword [si+0x2301] 00000000 DA9D0123 ficomp dword [di+0x2301] 00000000 DA9E0123 ficomp dword [bp+0x2301] 00000000 DA9F0123 ficomp dword [bx+0x2301] 00000000 DAA00123 fisub dword [bx+si+0x2301] 00000000 DAA10123 fisub dword [bx+di+0x2301] 00000000 DAA20123 fisub dword [bp+si+0x2301] 00000000 DAA30123 fisub dword [bp+di+0x2301] 00000000 DAA40123 fisub dword [si+0x2301] 00000000 DAA50123 fisub dword [di+0x2301] 00000000 DAA60123 fisub dword [bp+0x2301] 00000000 DAA70123 fisub dword [bx+0x2301] 00000000 DAA80123 fisubr dword [bx+si+0x2301] 00000000 DAA90123 fisubr dword [bx+di+0x2301] 00000000 DAAA0123 fisubr dword [bp+si+0x2301] 00000000 DAAB0123 fisubr dword [bp+di+0x2301] 00000000 DAAC0123 fisubr dword [si+0x2301] 00000000 DAAD0123 fisubr dword [di+0x2301] 00000000 DAAE0123 fisubr dword [bp+0x2301] 00000000 DAAF0123 fisubr dword [bx+0x2301] 00000000 DAB00123 fidiv dword [bx+si+0x2301] 00000000 DAB10123 fidiv dword [bx+di+0x2301] 00000000 DAB20123 fidiv dword [bp+si+0x2301] 00000000 DAB30123 fidiv dword [bp+di+0x2301] 00000000 DAB40123 fidiv dword [si+0x2301] 00000000 DAB50123 fidiv dword [di+0x2301] 00000000 DAB60123 fidiv dword [bp+0x2301] 00000000 DAB70123 fidiv dword [bx+0x2301] 00000000 DAB80123 fidivr dword [bx+si+0x2301] 00000000 DAB90123 fidivr dword [bx+di+0x2301] 00000000 DABA0123 fidivr dword [bp+si+0x2301] 00000000 DABB0123 fidivr dword [bp+di+0x2301] 00000000 DABC0123 fidivr dword [si+0x2301] 00000000 DABD0123 fidivr dword [di+0x2301] 00000000 DABE0123 fidivr dword [bp+0x2301] 00000000 DABF0123 fidivr dword [bx+0x2301] 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 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 db 00000000 DB00 fild dword [bx+si] 00000000 DB01 fild dword [bx+di] 00000000 DB02 fild dword [bp+si] 00000000 DB03 fild dword [bp+di] 00000000 DB04 fild dword [si] 00000000 DB05 fild dword [di] 00000000 DB060123 fild dword [0x2301] 00000000 DB07 fild dword [bx] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB10 fist dword [bx+si] 00000000 DB11 fist dword [bx+di] 00000000 DB12 fist dword [bp+si] 00000000 DB13 fist dword [bp+di] 00000000 DB14 fist dword [si] 00000000 DB15 fist dword [di] 00000000 DB160123 fist dword [0x2301] 00000000 DB17 fist dword [bx] 00000000 DB18 fistp dword [bx+si] 00000000 DB19 fistp dword [bx+di] 00000000 DB1A fistp dword [bp+si] 00000000 DB1B fistp dword [bp+di] 00000000 DB1C fistp dword [si] 00000000 DB1D fistp dword [di] 00000000 DB1E0123 fistp dword [0x2301] 00000000 DB1F fistp dword [bx] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB28 fld tword [bx+si] 00000000 DB29 fld tword [bx+di] 00000000 DB2A fld tword [bp+si] 00000000 DB2B fld tword [bp+di] 00000000 DB2C fld tword [si] 00000000 DB2D fld tword [di] 00000000 DB2E0123 fld tword [0x2301] 00000000 DB2F fld tword [bx] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB38 fstp tword [bx+si] 00000000 DB39 fstp tword [bx+di] 00000000 DB3A fstp tword [bp+si] 00000000 DB3B fstp tword [bp+di] 00000000 DB3C fstp tword [si] 00000000 DB3D fstp tword [di] 00000000 DB3E0123 fstp tword [0x2301] 00000000 DB3F fstp tword [bx] 00000000 DB4001 fild dword [bx+si+0x1] 00000000 DB4101 fild dword [bx+di+0x1] 00000000 DB4201 fild dword [bp+si+0x1] 00000000 DB4301 fild dword [bp+di+0x1] 00000000 DB4401 fild dword [si+0x1] 00000000 DB4501 fild dword [di+0x1] 00000000 DB4601 fild dword [bp+0x1] 00000000 DB4701 fild dword [bx+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB5001 fist dword [bx+si+0x1] 00000000 DB5101 fist dword [bx+di+0x1] 00000000 DB5201 fist dword [bp+si+0x1] 00000000 DB5301 fist dword [bp+di+0x1] 00000000 DB5401 fist dword [si+0x1] 00000000 DB5501 fist dword [di+0x1] 00000000 DB5601 fist dword [bp+0x1] 00000000 DB5701 fist dword [bx+0x1] 00000000 DB5801 fistp dword [bx+si+0x1] 00000000 DB5901 fistp dword [bx+di+0x1] 00000000 DB5A01 fistp dword [bp+si+0x1] 00000000 DB5B01 fistp dword [bp+di+0x1] 00000000 DB5C01 fistp dword [si+0x1] 00000000 DB5D01 fistp dword [di+0x1] 00000000 DB5E01 fistp dword [bp+0x1] 00000000 DB5F01 fistp dword [bx+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB6801 fld tword [bx+si+0x1] 00000000 DB6901 fld tword [bx+di+0x1] 00000000 DB6A01 fld tword [bp+si+0x1] 00000000 DB6B01 fld tword [bp+di+0x1] 00000000 DB6C01 fld tword [si+0x1] 00000000 DB6D01 fld tword [di+0x1] 00000000 DB6E01 fld tword [bp+0x1] 00000000 DB6F01 fld tword [bx+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB7801 fstp tword [bx+si+0x1] 00000000 DB7901 fstp tword [bx+di+0x1] 00000000 DB7A01 fstp tword [bp+si+0x1] 00000000 DB7B01 fstp tword [bp+di+0x1] 00000000 DB7C01 fstp tword [si+0x1] 00000000 DB7D01 fstp tword [di+0x1] 00000000 DB7E01 fstp tword [bp+0x1] 00000000 DB7F01 fstp tword [bx+0x1] 00000000 DB800123 fild dword [bx+si+0x2301] 00000000 DB810123 fild dword [bx+di+0x2301] 00000000 DB820123 fild dword [bp+si+0x2301] 00000000 DB830123 fild dword [bp+di+0x2301] 00000000 DB840123 fild dword [si+0x2301] 00000000 DB850123 fild dword [di+0x2301] 00000000 DB860123 fild dword [bp+0x2301] 00000000 DB870123 fild dword [bx+0x2301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DB900123 fist dword [bx+si+0x2301] 00000000 DB910123 fist dword [bx+di+0x2301] 00000000 DB920123 fist dword [bp+si+0x2301] 00000000 DB930123 fist dword [bp+di+0x2301] 00000000 DB940123 fist dword [si+0x2301] 00000000 DB950123 fist dword [di+0x2301] 00000000 DB960123 fist dword [bp+0x2301] 00000000 DB970123 fist dword [bx+0x2301] 00000000 DB980123 fistp dword [bx+si+0x2301] 00000000 DB990123 fistp dword [bx+di+0x2301] 00000000 DB9A0123 fistp dword [bp+si+0x2301] 00000000 DB9B0123 fistp dword [bp+di+0x2301] 00000000 DB9C0123 fistp dword [si+0x2301] 00000000 DB9D0123 fistp dword [di+0x2301] 00000000 DB9E0123 fistp dword [bp+0x2301] 00000000 DB9F0123 fistp dword [bx+0x2301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DBA80123 fld tword [bx+si+0x2301] 00000000 DBA90123 fld tword [bx+di+0x2301] 00000000 DBAA0123 fld tword [bp+si+0x2301] 00000000 DBAB0123 fld tword [bp+di+0x2301] 00000000 DBAC0123 fld tword [si+0x2301] 00000000 DBAD0123 fld tword [di+0x2301] 00000000 DBAE0123 fld tword [bp+0x2301] 00000000 DBAF0123 fld tword [bx+0x2301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DBB80123 fstp tword [bx+si+0x2301] 00000000 DBB90123 fstp tword [bx+di+0x2301] 00000000 DBBA0123 fstp tword [bp+si+0x2301] 00000000 DBBB0123 fstp tword [bp+di+0x2301] 00000000 DBBC0123 fstp tword [si+0x2301] 00000000 DBBD0123 fstp tword [di+0x2301] 00000000 DBBE0123 fstp tword [bp+0x2301] 00000000 DBBF0123 fstp tword [bx+0x2301] 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 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 dc 00000000 DC00 fadd qword [bx+si] 00000000 DC01 fadd qword [bx+di] 00000000 DC02 fadd qword [bp+si] 00000000 DC03 fadd qword [bp+di] 00000000 DC04 fadd qword [si] 00000000 DC05 fadd qword [di] 00000000 DC060123 fadd qword [0x2301] 00000000 DC07 fadd qword [bx] 00000000 DC08 fmul qword [bx+si] 00000000 DC09 fmul qword [bx+di] 00000000 DC0A fmul qword [bp+si] 00000000 DC0B fmul qword [bp+di] 00000000 DC0C fmul qword [si] 00000000 DC0D fmul qword [di] 00000000 DC0E0123 fmul qword [0x2301] 00000000 DC0F fmul qword [bx] 00000000 DC10 fcom qword [bx+si] 00000000 DC11 fcom qword [bx+di] 00000000 DC12 fcom qword [bp+si] 00000000 DC13 fcom qword [bp+di] 00000000 DC14 fcom qword [si] 00000000 DC15 fcom qword [di] 00000000 DC160123 fcom qword [0x2301] 00000000 DC17 fcom qword [bx] 00000000 DC18 fcomp qword [bx+si] 00000000 DC19 fcomp qword [bx+di] 00000000 DC1A fcomp qword [bp+si] 00000000 DC1B fcomp qword [bp+di] 00000000 DC1C fcomp qword [si] 00000000 DC1D fcomp qword [di] 00000000 DC1E0123 fcomp qword [0x2301] 00000000 DC1F fcomp qword [bx] 00000000 DC20 fsub qword [bx+si] 00000000 DC21 fsub qword [bx+di] 00000000 DC22 fsub qword [bp+si] 00000000 DC23 fsub qword [bp+di] 00000000 DC24 fsub qword [si] 00000000 DC25 fsub qword [di] 00000000 DC260123 fsub qword [0x2301] 00000000 DC27 fsub qword [bx] 00000000 DC28 fsubr qword [bx+si] 00000000 DC29 fsubr qword [bx+di] 00000000 DC2A fsubr qword [bp+si] 00000000 DC2B fsubr qword [bp+di] 00000000 DC2C fsubr qword [si] 00000000 DC2D fsubr qword [di] 00000000 DC2E0123 fsubr qword [0x2301] 00000000 DC2F fsubr qword [bx] 00000000 DC30 fdiv qword [bx+si] 00000000 DC31 fdiv qword [bx+di] 00000000 DC32 fdiv qword [bp+si] 00000000 DC33 fdiv qword [bp+di] 00000000 DC34 fdiv qword [si] 00000000 DC35 fdiv qword [di] 00000000 DC360123 fdiv qword [0x2301] 00000000 DC37 fdiv qword [bx] 00000000 DC38 fdivr qword [bx+si] 00000000 DC39 fdivr qword [bx+di] 00000000 DC3A fdivr qword [bp+si] 00000000 DC3B fdivr qword [bp+di] 00000000 DC3C fdivr qword [si] 00000000 DC3D fdivr qword [di] 00000000 DC3E0123 fdivr qword [0x2301] 00000000 DC3F fdivr qword [bx] 00000000 DC4001 fadd qword [bx+si+0x1] 00000000 DC4101 fadd qword [bx+di+0x1] 00000000 DC4201 fadd qword [bp+si+0x1] 00000000 DC4301 fadd qword [bp+di+0x1] 00000000 DC4401 fadd qword [si+0x1] 00000000 DC4501 fadd qword [di+0x1] 00000000 DC4601 fadd qword [bp+0x1] 00000000 DC4701 fadd qword [bx+0x1] 00000000 DC4801 fmul qword [bx+si+0x1] 00000000 DC4901 fmul qword [bx+di+0x1] 00000000 DC4A01 fmul qword [bp+si+0x1] 00000000 DC4B01 fmul qword [bp+di+0x1] 00000000 DC4C01 fmul qword [si+0x1] 00000000 DC4D01 fmul qword [di+0x1] 00000000 DC4E01 fmul qword [bp+0x1] 00000000 DC4F01 fmul qword [bx+0x1] 00000000 DC5001 fcom qword [bx+si+0x1] 00000000 DC5101 fcom qword [bx+di+0x1] 00000000 DC5201 fcom qword [bp+si+0x1] 00000000 DC5301 fcom qword [bp+di+0x1] 00000000 DC5401 fcom qword [si+0x1] 00000000 DC5501 fcom qword [di+0x1] 00000000 DC5601 fcom qword [bp+0x1] 00000000 DC5701 fcom qword [bx+0x1] 00000000 DC5801 fcomp qword [bx+si+0x1] 00000000 DC5901 fcomp qword [bx+di+0x1] 00000000 DC5A01 fcomp qword [bp+si+0x1] 00000000 DC5B01 fcomp qword [bp+di+0x1] 00000000 DC5C01 fcomp qword [si+0x1] 00000000 DC5D01 fcomp qword [di+0x1] 00000000 DC5E01 fcomp qword [bp+0x1] 00000000 DC5F01 fcomp qword [bx+0x1] 00000000 DC6001 fsub qword [bx+si+0x1] 00000000 DC6101 fsub qword [bx+di+0x1] 00000000 DC6201 fsub qword [bp+si+0x1] 00000000 DC6301 fsub qword [bp+di+0x1] 00000000 DC6401 fsub qword [si+0x1] 00000000 DC6501 fsub qword [di+0x1] 00000000 DC6601 fsub qword [bp+0x1] 00000000 DC6701 fsub qword [bx+0x1] 00000000 DC6801 fsubr qword [bx+si+0x1] 00000000 DC6901 fsubr qword [bx+di+0x1] 00000000 DC6A01 fsubr qword [bp+si+0x1] 00000000 DC6B01 fsubr qword [bp+di+0x1] 00000000 DC6C01 fsubr qword [si+0x1] 00000000 DC6D01 fsubr qword [di+0x1] 00000000 DC6E01 fsubr qword [bp+0x1] 00000000 DC6F01 fsubr qword [bx+0x1] 00000000 DC7001 fdiv qword [bx+si+0x1] 00000000 DC7101 fdiv qword [bx+di+0x1] 00000000 DC7201 fdiv qword [bp+si+0x1] 00000000 DC7301 fdiv qword [bp+di+0x1] 00000000 DC7401 fdiv qword [si+0x1] 00000000 DC7501 fdiv qword [di+0x1] 00000000 DC7601 fdiv qword [bp+0x1] 00000000 DC7701 fdiv qword [bx+0x1] 00000000 DC7801 fdivr qword [bx+si+0x1] 00000000 DC7901 fdivr qword [bx+di+0x1] 00000000 DC7A01 fdivr qword [bp+si+0x1] 00000000 DC7B01 fdivr qword [bp+di+0x1] 00000000 DC7C01 fdivr qword [si+0x1] 00000000 DC7D01 fdivr qword [di+0x1] 00000000 DC7E01 fdivr qword [bp+0x1] 00000000 DC7F01 fdivr qword [bx+0x1] 00000000 DC800123 fadd qword [bx+si+0x2301] 00000000 DC810123 fadd qword [bx+di+0x2301] 00000000 DC820123 fadd qword [bp+si+0x2301] 00000000 DC830123 fadd qword [bp+di+0x2301] 00000000 DC840123 fadd qword [si+0x2301] 00000000 DC850123 fadd qword [di+0x2301] 00000000 DC860123 fadd qword [bp+0x2301] 00000000 DC870123 fadd qword [bx+0x2301] 00000000 DC880123 fmul qword [bx+si+0x2301] 00000000 DC890123 fmul qword [bx+di+0x2301] 00000000 DC8A0123 fmul qword [bp+si+0x2301] 00000000 DC8B0123 fmul qword [bp+di+0x2301] 00000000 DC8C0123 fmul qword [si+0x2301] 00000000 DC8D0123 fmul qword [di+0x2301] 00000000 DC8E0123 fmul qword [bp+0x2301] 00000000 DC8F0123 fmul qword [bx+0x2301] 00000000 DC900123 fcom qword [bx+si+0x2301] 00000000 DC910123 fcom qword [bx+di+0x2301] 00000000 DC920123 fcom qword [bp+si+0x2301] 00000000 DC930123 fcom qword [bp+di+0x2301] 00000000 DC940123 fcom qword [si+0x2301] 00000000 DC950123 fcom qword [di+0x2301] 00000000 DC960123 fcom qword [bp+0x2301] 00000000 DC970123 fcom qword [bx+0x2301] 00000000 DC980123 fcomp qword [bx+si+0x2301] 00000000 DC990123 fcomp qword [bx+di+0x2301] 00000000 DC9A0123 fcomp qword [bp+si+0x2301] 00000000 DC9B0123 fcomp qword [bp+di+0x2301] 00000000 DC9C0123 fcomp qword [si+0x2301] 00000000 DC9D0123 fcomp qword [di+0x2301] 00000000 DC9E0123 fcomp qword [bp+0x2301] 00000000 DC9F0123 fcomp qword [bx+0x2301] 00000000 DCA00123 fsub qword [bx+si+0x2301] 00000000 DCA10123 fsub qword [bx+di+0x2301] 00000000 DCA20123 fsub qword [bp+si+0x2301] 00000000 DCA30123 fsub qword [bp+di+0x2301] 00000000 DCA40123 fsub qword [si+0x2301] 00000000 DCA50123 fsub qword [di+0x2301] 00000000 DCA60123 fsub qword [bp+0x2301] 00000000 DCA70123 fsub qword [bx+0x2301] 00000000 DCA80123 fsubr qword [bx+si+0x2301] 00000000 DCA90123 fsubr qword [bx+di+0x2301] 00000000 DCAA0123 fsubr qword [bp+si+0x2301] 00000000 DCAB0123 fsubr qword [bp+di+0x2301] 00000000 DCAC0123 fsubr qword [si+0x2301] 00000000 DCAD0123 fsubr qword [di+0x2301] 00000000 DCAE0123 fsubr qword [bp+0x2301] 00000000 DCAF0123 fsubr qword [bx+0x2301] 00000000 DCB00123 fdiv qword [bx+si+0x2301] 00000000 DCB10123 fdiv qword [bx+di+0x2301] 00000000 DCB20123 fdiv qword [bp+si+0x2301] 00000000 DCB30123 fdiv qword [bp+di+0x2301] 00000000 DCB40123 fdiv qword [si+0x2301] 00000000 DCB50123 fdiv qword [di+0x2301] 00000000 DCB60123 fdiv qword [bp+0x2301] 00000000 DCB70123 fdiv qword [bx+0x2301] 00000000 DCB80123 fdivr qword [bx+si+0x2301] 00000000 DCB90123 fdivr qword [bx+di+0x2301] 00000000 DCBA0123 fdivr qword [bp+si+0x2301] 00000000 DCBB0123 fdivr qword [bp+di+0x2301] 00000000 DCBC0123 fdivr qword [si+0x2301] 00000000 DCBD0123 fdivr qword [di+0x2301] 00000000 DCBE0123 fdivr qword [bp+0x2301] 00000000 DCBF0123 fdivr qword [bx+0x2301] 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 [bx+si] 00000000 DD01 fld qword [bx+di] 00000000 DD02 fld qword [bp+si] 00000000 DD03 fld qword [bp+di] 00000000 DD04 fld qword [si] 00000000 DD05 fld qword [di] 00000000 DD060123 fld qword [0x2301] 00000000 DD07 fld qword [bx] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DD10 fst qword [bx+si] 00000000 DD11 fst qword [bx+di] 00000000 DD12 fst qword [bp+si] 00000000 DD13 fst qword [bp+di] 00000000 DD14 fst qword [si] 00000000 DD15 fst qword [di] 00000000 DD160123 fst qword [0x2301] 00000000 DD17 fst qword [bx] 00000000 DD18 fstp qword [bx+si] 00000000 DD19 fstp qword [bx+di] 00000000 DD1A fstp qword [bp+si] 00000000 DD1B fstp qword [bp+di] 00000000 DD1C fstp qword [si] 00000000 DD1D fstp qword [di] 00000000 DD1E0123 fstp qword [0x2301] 00000000 DD1F fstp qword [bx] 00000000 DD20 frstor [bx+si] 00000000 DD21 frstor [bx+di] 00000000 DD22 frstor [bp+si] 00000000 DD23 frstor [bp+di] 00000000 DD24 frstor [si] 00000000 DD25 frstor [di] 00000000 DD260123 frstor [0x2301] 00000000 DD27 frstor [bx] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DD30 fnsave [bx+si] 00000000 DD31 fnsave [bx+di] 00000000 DD32 fnsave [bp+si] 00000000 DD33 fnsave [bp+di] 00000000 DD34 fnsave [si] 00000000 DD35 fnsave [di] 00000000 DD360123 fnsave [0x2301] 00000000 DD37 fnsave [bx] 00000000 DD38 fnstsw [bx+si] 00000000 DD39 fnstsw [bx+di] 00000000 DD3A fnstsw [bp+si] 00000000 DD3B fnstsw [bp+di] 00000000 DD3C fnstsw [si] 00000000 DD3D fnstsw [di] 00000000 DD3E0123 fnstsw [0x2301] 00000000 DD3F fnstsw [bx] 00000000 DD4001 fld qword [bx+si+0x1] 00000000 DD4101 fld qword [bx+di+0x1] 00000000 DD4201 fld qword [bp+si+0x1] 00000000 DD4301 fld qword [bp+di+0x1] 00000000 DD4401 fld qword [si+0x1] 00000000 DD4501 fld qword [di+0x1] 00000000 DD4601 fld qword [bp+0x1] 00000000 DD4701 fld qword [bx+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DD5001 fst qword [bx+si+0x1] 00000000 DD5101 fst qword [bx+di+0x1] 00000000 DD5201 fst qword [bp+si+0x1] 00000000 DD5301 fst qword [bp+di+0x1] 00000000 DD5401 fst qword [si+0x1] 00000000 DD5501 fst qword [di+0x1] 00000000 DD5601 fst qword [bp+0x1] 00000000 DD5701 fst qword [bx+0x1] 00000000 DD5801 fstp qword [bx+si+0x1] 00000000 DD5901 fstp qword [bx+di+0x1] 00000000 DD5A01 fstp qword [bp+si+0x1] 00000000 DD5B01 fstp qword [bp+di+0x1] 00000000 DD5C01 fstp qword [si+0x1] 00000000 DD5D01 fstp qword [di+0x1] 00000000 DD5E01 fstp qword [bp+0x1] 00000000 DD5F01 fstp qword [bx+0x1] 00000000 DD6001 frstor [bx+si+0x1] 00000000 DD6101 frstor [bx+di+0x1] 00000000 DD6201 frstor [bp+si+0x1] 00000000 DD6301 frstor [bp+di+0x1] 00000000 DD6401 frstor [si+0x1] 00000000 DD6501 frstor [di+0x1] 00000000 DD6601 frstor [bp+0x1] 00000000 DD6701 frstor [bx+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DD7001 fnsave [bx+si+0x1] 00000000 DD7101 fnsave [bx+di+0x1] 00000000 DD7201 fnsave [bp+si+0x1] 00000000 DD7301 fnsave [bp+di+0x1] 00000000 DD7401 fnsave [si+0x1] 00000000 DD7501 fnsave [di+0x1] 00000000 DD7601 fnsave [bp+0x1] 00000000 DD7701 fnsave [bx+0x1] 00000000 DD7801 fnstsw [bx+si+0x1] 00000000 DD7901 fnstsw [bx+di+0x1] 00000000 DD7A01 fnstsw [bp+si+0x1] 00000000 DD7B01 fnstsw [bp+di+0x1] 00000000 DD7C01 fnstsw [si+0x1] 00000000 DD7D01 fnstsw [di+0x1] 00000000 DD7E01 fnstsw [bp+0x1] 00000000 DD7F01 fnstsw [bx+0x1] 00000000 DD800123 fld qword [bx+si+0x2301] 00000000 DD810123 fld qword [bx+di+0x2301] 00000000 DD820123 fld qword [bp+si+0x2301] 00000000 DD830123 fld qword [bp+di+0x2301] 00000000 DD840123 fld qword [si+0x2301] 00000000 DD850123 fld qword [di+0x2301] 00000000 DD860123 fld qword [bp+0x2301] 00000000 DD870123 fld qword [bx+0x2301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DD900123 fst qword [bx+si+0x2301] 00000000 DD910123 fst qword [bx+di+0x2301] 00000000 DD920123 fst qword [bp+si+0x2301] 00000000 DD930123 fst qword [bp+di+0x2301] 00000000 DD940123 fst qword [si+0x2301] 00000000 DD950123 fst qword [di+0x2301] 00000000 DD960123 fst qword [bp+0x2301] 00000000 DD970123 fst qword [bx+0x2301] 00000000 DD980123 fstp qword [bx+si+0x2301] 00000000 DD990123 fstp qword [bx+di+0x2301] 00000000 DD9A0123 fstp qword [bp+si+0x2301] 00000000 DD9B0123 fstp qword [bp+di+0x2301] 00000000 DD9C0123 fstp qword [si+0x2301] 00000000 DD9D0123 fstp qword [di+0x2301] 00000000 DD9E0123 fstp qword [bp+0x2301] 00000000 DD9F0123 fstp qword [bx+0x2301] 00000000 DDA00123 frstor [bx+si+0x2301] 00000000 DDA10123 frstor [bx+di+0x2301] 00000000 DDA20123 frstor [bp+si+0x2301] 00000000 DDA30123 frstor [bp+di+0x2301] 00000000 DDA40123 frstor [si+0x2301] 00000000 DDA50123 frstor [di+0x2301] 00000000 DDA60123 frstor [bp+0x2301] 00000000 DDA70123 frstor [bx+0x2301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DDB00123 fnsave [bx+si+0x2301] 00000000 DDB10123 fnsave [bx+di+0x2301] 00000000 DDB20123 fnsave [bp+si+0x2301] 00000000 DDB30123 fnsave [bp+di+0x2301] 00000000 DDB40123 fnsave [si+0x2301] 00000000 DDB50123 fnsave [di+0x2301] 00000000 DDB60123 fnsave [bp+0x2301] 00000000 DDB70123 fnsave [bx+0x2301] 00000000 DDB80123 fnstsw [bx+si+0x2301] 00000000 DDB90123 fnstsw [bx+di+0x2301] 00000000 DDBA0123 fnstsw [bp+si+0x2301] 00000000 DDBB0123 fnstsw [bp+di+0x2301] 00000000 DDBC0123 fnstsw [si+0x2301] 00000000 DDBD0123 fnstsw [di+0x2301] 00000000 DDBE0123 fnstsw [bp+0x2301] 00000000 DDBF0123 fnstsw [bx+0x2301] 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 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 opcode de 00000000 DE00 fiadd word [bx+si] 00000000 DE01 fiadd word [bx+di] 00000000 DE02 fiadd word [bp+si] 00000000 DE03 fiadd word [bp+di] 00000000 DE04 fiadd word [si] 00000000 DE05 fiadd word [di] 00000000 DE060123 fiadd word [0x2301] 00000000 DE07 fiadd word [bx] 00000000 DE08 fimul word [bx+si] 00000000 DE09 fimul word [bx+di] 00000000 DE0A fimul word [bp+si] 00000000 DE0B fimul word [bp+di] 00000000 DE0C fimul word [si] 00000000 DE0D fimul word [di] 00000000 DE0E0123 fimul word [0x2301] 00000000 DE0F fimul word [bx] 00000000 DE10 ficom word [bx+si] 00000000 DE11 ficom word [bx+di] 00000000 DE12 ficom word [bp+si] 00000000 DE13 ficom word [bp+di] 00000000 DE14 ficom word [si] 00000000 DE15 ficom word [di] 00000000 DE160123 ficom word [0x2301] 00000000 DE17 ficom word [bx] 00000000 DE18 ficomp word [bx+si] 00000000 DE19 ficomp word [bx+di] 00000000 DE1A ficomp word [bp+si] 00000000 DE1B ficomp word [bp+di] 00000000 DE1C ficomp word [si] 00000000 DE1D ficomp word [di] 00000000 DE1E0123 ficomp word [0x2301] 00000000 DE1F ficomp word [bx] 00000000 DE20 fisub word [bx+si] 00000000 DE21 fisub word [bx+di] 00000000 DE22 fisub word [bp+si] 00000000 DE23 fisub word [bp+di] 00000000 DE24 fisub word [si] 00000000 DE25 fisub word [di] 00000000 DE260123 fisub word [0x2301] 00000000 DE27 fisub word [bx] 00000000 DE28 fisubr word [bx+si] 00000000 DE29 fisubr word [bx+di] 00000000 DE2A fisubr word [bp+si] 00000000 DE2B fisubr word [bp+di] 00000000 DE2C fisubr word [si] 00000000 DE2D fisubr word [di] 00000000 DE2E0123 fisubr word [0x2301] 00000000 DE2F fisubr word [bx] 00000000 DE30 fidiv word [bx+si] 00000000 DE31 fidiv word [bx+di] 00000000 DE32 fidiv word [bp+si] 00000000 DE33 fidiv word [bp+di] 00000000 DE34 fidiv word [si] 00000000 DE35 fidiv word [di] 00000000 DE360123 fidiv word [0x2301] 00000000 DE37 fidiv word [bx] 00000000 DE38 fidivr word [bx+si] 00000000 DE39 fidivr word [bx+di] 00000000 DE3A fidivr word [bp+si] 00000000 DE3B fidivr word [bp+di] 00000000 DE3C fidivr word [si] 00000000 DE3D fidivr word [di] 00000000 DE3E0123 fidivr word [0x2301] 00000000 DE3F fidivr word [bx] 00000000 DE4001 fiadd word [bx+si+0x1] 00000000 DE4101 fiadd word [bx+di+0x1] 00000000 DE4201 fiadd word [bp+si+0x1] 00000000 DE4301 fiadd word [bp+di+0x1] 00000000 DE4401 fiadd word [si+0x1] 00000000 DE4501 fiadd word [di+0x1] 00000000 DE4601 fiadd word [bp+0x1] 00000000 DE4701 fiadd word [bx+0x1] 00000000 DE4801 fimul word [bx+si+0x1] 00000000 DE4901 fimul word [bx+di+0x1] 00000000 DE4A01 fimul word [bp+si+0x1] 00000000 DE4B01 fimul word [bp+di+0x1] 00000000 DE4C01 fimul word [si+0x1] 00000000 DE4D01 fimul word [di+0x1] 00000000 DE4E01 fimul word [bp+0x1] 00000000 DE4F01 fimul word [bx+0x1] 00000000 DE5001 ficom word [bx+si+0x1] 00000000 DE5101 ficom word [bx+di+0x1] 00000000 DE5201 ficom word [bp+si+0x1] 00000000 DE5301 ficom word [bp+di+0x1] 00000000 DE5401 ficom word [si+0x1] 00000000 DE5501 ficom word [di+0x1] 00000000 DE5601 ficom word [bp+0x1] 00000000 DE5701 ficom word [bx+0x1] 00000000 DE5801 ficomp word [bx+si+0x1] 00000000 DE5901 ficomp word [bx+di+0x1] 00000000 DE5A01 ficomp word [bp+si+0x1] 00000000 DE5B01 ficomp word [bp+di+0x1] 00000000 DE5C01 ficomp word [si+0x1] 00000000 DE5D01 ficomp word [di+0x1] 00000000 DE5E01 ficomp word [bp+0x1] 00000000 DE5F01 ficomp word [bx+0x1] 00000000 DE6001 fisub word [bx+si+0x1] 00000000 DE6101 fisub word [bx+di+0x1] 00000000 DE6201 fisub word [bp+si+0x1] 00000000 DE6301 fisub word [bp+di+0x1] 00000000 DE6401 fisub word [si+0x1] 00000000 DE6501 fisub word [di+0x1] 00000000 DE6601 fisub word [bp+0x1] 00000000 DE6701 fisub word [bx+0x1] 00000000 DE6801 fisubr word [bx+si+0x1] 00000000 DE6901 fisubr word [bx+di+0x1] 00000000 DE6A01 fisubr word [bp+si+0x1] 00000000 DE6B01 fisubr word [bp+di+0x1] 00000000 DE6C01 fisubr word [si+0x1] 00000000 DE6D01 fisubr word [di+0x1] 00000000 DE6E01 fisubr word [bp+0x1] 00000000 DE6F01 fisubr word [bx+0x1] 00000000 DE7001 fidiv word [bx+si+0x1] 00000000 DE7101 fidiv word [bx+di+0x1] 00000000 DE7201 fidiv word [bp+si+0x1] 00000000 DE7301 fidiv word [bp+di+0x1] 00000000 DE7401 fidiv word [si+0x1] 00000000 DE7501 fidiv word [di+0x1] 00000000 DE7601 fidiv word [bp+0x1] 00000000 DE7701 fidiv word [bx+0x1] 00000000 DE7801 fidivr word [bx+si+0x1] 00000000 DE7901 fidivr word [bx+di+0x1] 00000000 DE7A01 fidivr word [bp+si+0x1] 00000000 DE7B01 fidivr word [bp+di+0x1] 00000000 DE7C01 fidivr word [si+0x1] 00000000 DE7D01 fidivr word [di+0x1] 00000000 DE7E01 fidivr word [bp+0x1] 00000000 DE7F01 fidivr word [bx+0x1] 00000000 DE800123 fiadd word [bx+si+0x2301] 00000000 DE810123 fiadd word [bx+di+0x2301] 00000000 DE820123 fiadd word [bp+si+0x2301] 00000000 DE830123 fiadd word [bp+di+0x2301] 00000000 DE840123 fiadd word [si+0x2301] 00000000 DE850123 fiadd word [di+0x2301] 00000000 DE860123 fiadd word [bp+0x2301] 00000000 DE870123 fiadd word [bx+0x2301] 00000000 DE880123 fimul word [bx+si+0x2301] 00000000 DE890123 fimul word [bx+di+0x2301] 00000000 DE8A0123 fimul word [bp+si+0x2301] 00000000 DE8B0123 fimul word [bp+di+0x2301] 00000000 DE8C0123 fimul word [si+0x2301] 00000000 DE8D0123 fimul word [di+0x2301] 00000000 DE8E0123 fimul word [bp+0x2301] 00000000 DE8F0123 fimul word [bx+0x2301] 00000000 DE900123 ficom word [bx+si+0x2301] 00000000 DE910123 ficom word [bx+di+0x2301] 00000000 DE920123 ficom word [bp+si+0x2301] 00000000 DE930123 ficom word [bp+di+0x2301] 00000000 DE940123 ficom word [si+0x2301] 00000000 DE950123 ficom word [di+0x2301] 00000000 DE960123 ficom word [bp+0x2301] 00000000 DE970123 ficom word [bx+0x2301] 00000000 DE980123 ficomp word [bx+si+0x2301] 00000000 DE990123 ficomp word [bx+di+0x2301] 00000000 DE9A0123 ficomp word [bp+si+0x2301] 00000000 DE9B0123 ficomp word [bp+di+0x2301] 00000000 DE9C0123 ficomp word [si+0x2301] 00000000 DE9D0123 ficomp word [di+0x2301] 00000000 DE9E0123 ficomp word [bp+0x2301] 00000000 DE9F0123 ficomp word [bx+0x2301] 00000000 DEA00123 fisub word [bx+si+0x2301] 00000000 DEA10123 fisub word [bx+di+0x2301] 00000000 DEA20123 fisub word [bp+si+0x2301] 00000000 DEA30123 fisub word [bp+di+0x2301] 00000000 DEA40123 fisub word [si+0x2301] 00000000 DEA50123 fisub word [di+0x2301] 00000000 DEA60123 fisub word [bp+0x2301] 00000000 DEA70123 fisub word [bx+0x2301] 00000000 DEA80123 fisubr word [bx+si+0x2301] 00000000 DEA90123 fisubr word [bx+di+0x2301] 00000000 DEAA0123 fisubr word [bp+si+0x2301] 00000000 DEAB0123 fisubr word [bp+di+0x2301] 00000000 DEAC0123 fisubr word [si+0x2301] 00000000 DEAD0123 fisubr word [di+0x2301] 00000000 DEAE0123 fisubr word [bp+0x2301] 00000000 DEAF0123 fisubr word [bx+0x2301] 00000000 DEB00123 fidiv word [bx+si+0x2301] 00000000 DEB10123 fidiv word [bx+di+0x2301] 00000000 DEB20123 fidiv word [bp+si+0x2301] 00000000 DEB30123 fidiv word [bp+di+0x2301] 00000000 DEB40123 fidiv word [si+0x2301] 00000000 DEB50123 fidiv word [di+0x2301] 00000000 DEB60123 fidiv word [bp+0x2301] 00000000 DEB70123 fidiv word [bx+0x2301] 00000000 DEB80123 fidivr word [bx+si+0x2301] 00000000 DEB90123 fidivr word [bx+di+0x2301] 00000000 DEBA0123 fidivr word [bp+si+0x2301] 00000000 DEBB0123 fidivr word [bp+di+0x2301] 00000000 DEBC0123 fidivr word [si+0x2301] 00000000 DEBD0123 fidivr word [di+0x2301] 00000000 DEBE0123 fidivr word [bp+0x2301] 00000000 DEBF0123 fidivr word [bx+0x2301] 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 [bx+si] 00000000 DF01 fild word [bx+di] 00000000 DF02 fild word [bp+si] 00000000 DF03 fild word [bp+di] 00000000 DF04 fild word [si] 00000000 DF05 fild word [di] 00000000 DF060123 fild word [0x2301] 00000000 DF07 fild word [bx] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DF10 fist word [bx+si] 00000000 DF11 fist word [bx+di] 00000000 DF12 fist word [bp+si] 00000000 DF13 fist word [bp+di] 00000000 DF14 fist word [si] 00000000 DF15 fist word [di] 00000000 DF160123 fist word [0x2301] 00000000 DF17 fist word [bx] 00000000 DF18 fistp word [bx+si] 00000000 DF19 fistp word [bx+di] 00000000 DF1A fistp word [bp+si] 00000000 DF1B fistp word [bp+di] 00000000 DF1C fistp word [si] 00000000 DF1D fistp word [di] 00000000 DF1E0123 fistp word [0x2301] 00000000 DF1F fistp word [bx] 00000000 DF20 fbld tword [bx+si] 00000000 DF21 fbld tword [bx+di] 00000000 DF22 fbld tword [bp+si] 00000000 DF23 fbld tword [bp+di] 00000000 DF24 fbld tword [si] 00000000 DF25 fbld tword [di] 00000000 DF260123 fbld tword [0x2301] 00000000 DF27 fbld tword [bx] 00000000 DF28 fild qword [bx+si] 00000000 DF29 fild qword [bx+di] 00000000 DF2A fild qword [bp+si] 00000000 DF2B fild qword [bp+di] 00000000 DF2C fild qword [si] 00000000 DF2D fild qword [di] 00000000 DF2E0123 fild qword [0x2301] 00000000 DF2F fild qword [bx] 00000000 DF30 fbstp tword [bx+si] 00000000 DF31 fbstp tword [bx+di] 00000000 DF32 fbstp tword [bp+si] 00000000 DF33 fbstp tword [bp+di] 00000000 DF34 fbstp tword [si] 00000000 DF35 fbstp tword [di] 00000000 DF360123 fbstp tword [0x2301] 00000000 DF37 fbstp tword [bx] 00000000 DF38 fistp qword [bx+si] 00000000 DF39 fistp qword [bx+di] 00000000 DF3A fistp qword [bp+si] 00000000 DF3B fistp qword [bp+di] 00000000 DF3C fistp qword [si] 00000000 DF3D fistp qword [di] 00000000 DF3E0123 fistp qword [0x2301] 00000000 DF3F fistp qword [bx] 00000000 DF4001 fild word [bx+si+0x1] 00000000 DF4101 fild word [bx+di+0x1] 00000000 DF4201 fild word [bp+si+0x1] 00000000 DF4301 fild word [bp+di+0x1] 00000000 DF4401 fild word [si+0x1] 00000000 DF4501 fild word [di+0x1] 00000000 DF4601 fild word [bp+0x1] 00000000 DF4701 fild word [bx+0x1] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DF5001 fist word [bx+si+0x1] 00000000 DF5101 fist word [bx+di+0x1] 00000000 DF5201 fist word [bp+si+0x1] 00000000 DF5301 fist word [bp+di+0x1] 00000000 DF5401 fist word [si+0x1] 00000000 DF5501 fist word [di+0x1] 00000000 DF5601 fist word [bp+0x1] 00000000 DF5701 fist word [bx+0x1] 00000000 DF5801 fistp word [bx+si+0x1] 00000000 DF5901 fistp word [bx+di+0x1] 00000000 DF5A01 fistp word [bp+si+0x1] 00000000 DF5B01 fistp word [bp+di+0x1] 00000000 DF5C01 fistp word [si+0x1] 00000000 DF5D01 fistp word [di+0x1] 00000000 DF5E01 fistp word [bp+0x1] 00000000 DF5F01 fistp word [bx+0x1] 00000000 DF6001 fbld tword [bx+si+0x1] 00000000 DF6101 fbld tword [bx+di+0x1] 00000000 DF6201 fbld tword [bp+si+0x1] 00000000 DF6301 fbld tword [bp+di+0x1] 00000000 DF6401 fbld tword [si+0x1] 00000000 DF6501 fbld tword [di+0x1] 00000000 DF6601 fbld tword [bp+0x1] 00000000 DF6701 fbld tword [bx+0x1] 00000000 DF6801 fild qword [bx+si+0x1] 00000000 DF6901 fild qword [bx+di+0x1] 00000000 DF6A01 fild qword [bp+si+0x1] 00000000 DF6B01 fild qword [bp+di+0x1] 00000000 DF6C01 fild qword [si+0x1] 00000000 DF6D01 fild qword [di+0x1] 00000000 DF6E01 fild qword [bp+0x1] 00000000 DF6F01 fild qword [bx+0x1] 00000000 DF7001 fbstp tword [bx+si+0x1] 00000000 DF7101 fbstp tword [bx+di+0x1] 00000000 DF7201 fbstp tword [bp+si+0x1] 00000000 DF7301 fbstp tword [bp+di+0x1] 00000000 DF7401 fbstp tword [si+0x1] 00000000 DF7501 fbstp tword [di+0x1] 00000000 DF7601 fbstp tword [bp+0x1] 00000000 DF7701 fbstp tword [bx+0x1] 00000000 DF7801 fistp qword [bx+si+0x1] 00000000 DF7901 fistp qword [bx+di+0x1] 00000000 DF7A01 fistp qword [bp+si+0x1] 00000000 DF7B01 fistp qword [bp+di+0x1] 00000000 DF7C01 fistp qword [si+0x1] 00000000 DF7D01 fistp qword [di+0x1] 00000000 DF7E01 fistp qword [bp+0x1] 00000000 DF7F01 fistp qword [bx+0x1] 00000000 DF800123 fild word [bx+si+0x2301] 00000000 DF810123 fild word [bx+di+0x2301] 00000000 DF820123 fild word [bp+si+0x2301] 00000000 DF830123 fild word [bp+di+0x2301] 00000000 DF840123 fild word [si+0x2301] 00000000 DF850123 fild word [di+0x2301] 00000000 DF860123 fild word [bp+0x2301] 00000000 DF870123 fild word [bx+0x2301] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 00000000 DF900123 fist word [bx+si+0x2301] 00000000 DF910123 fist word [bx+di+0x2301] 00000000 DF920123 fist word [bp+si+0x2301] 00000000 DF930123 fist word [bp+di+0x2301] 00000000 DF940123 fist word [si+0x2301] 00000000 DF950123 fist word [di+0x2301] 00000000 DF960123 fist word [bp+0x2301] 00000000 DF970123 fist word [bx+0x2301] 00000000 DF980123 fistp word [bx+si+0x2301] 00000000 DF990123 fistp word [bx+di+0x2301] 00000000 DF9A0123 fistp word [bp+si+0x2301] 00000000 DF9B0123 fistp word [bp+di+0x2301] 00000000 DF9C0123 fistp word [si+0x2301] 00000000 DF9D0123 fistp word [di+0x2301] 00000000 DF9E0123 fistp word [bp+0x2301] 00000000 DF9F0123 fistp word [bx+0x2301] 00000000 DFA00123 fbld tword [bx+si+0x2301] 00000000 DFA10123 fbld tword [bx+di+0x2301] 00000000 DFA20123 fbld tword [bp+si+0x2301] 00000000 DFA30123 fbld tword [bp+di+0x2301] 00000000 DFA40123 fbld tword [si+0x2301] 00000000 DFA50123 fbld tword [di+0x2301] 00000000 DFA60123 fbld tword [bp+0x2301] 00000000 DFA70123 fbld tword [bx+0x2301] 00000000 DFA80123 fild qword [bx+si+0x2301] 00000000 DFA90123 fild qword [bx+di+0x2301] 00000000 DFAA0123 fild qword [bp+si+0x2301] 00000000 DFAB0123 fild qword [bp+di+0x2301] 00000000 DFAC0123 fild qword [si+0x2301] 00000000 DFAD0123 fild qword [di+0x2301] 00000000 DFAE0123 fild qword [bp+0x2301] 00000000 DFAF0123 fild qword [bx+0x2301] 00000000 DFB00123 fbstp tword [bx+si+0x2301] 00000000 DFB10123 fbstp tword [bx+di+0x2301] 00000000 DFB20123 fbstp tword [bp+si+0x2301] 00000000 DFB30123 fbstp tword [bp+di+0x2301] 00000000 DFB40123 fbstp tword [si+0x2301] 00000000 DFB50123 fbstp tword [di+0x2301] 00000000 DFB60123 fbstp tword [bp+0x2301] 00000000 DFB70123 fbstp tword [bx+0x2301] 00000000 DFB80123 fistp qword [bx+si+0x2301] 00000000 DFB90123 fistp qword [bx+di+0x2301] 00000000 DFBA0123 fistp qword [bp+si+0x2301] 00000000 DFBB0123 fistp qword [bp+di+0x2301] 00000000 DFBC0123 fistp qword [si+0x2301] 00000000 DFBD0123 fistp qword [di+0x2301] 00000000 DFBE0123 fistp qword [bp+0x2301] 00000000 DFBF0123 fistp qword [bx+0x2301] 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 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 jcxz 0x2 00000000 E308 jcxz 0xa 00000000 E310 jcxz 0x12 00000000 E318 jcxz 0x1a 00000000 E320 jcxz 0x22 00000000 E328 jcxz 0x2a 00000000 E330 jcxz 0x32 00000000 E338 jcxz 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 ax,0x0 00000000 E508 in ax,0x8 00000000 E510 in ax,0x10 00000000 E518 in ax,0x18 00000000 E520 in ax,0x20 00000000 E528 in ax,0x28 00000000 E530 in ax,0x30 00000000 E538 in ax,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,ax 00000000 E708 out 0x8,ax 00000000 E710 out 0x10,ax 00000000 E718 out 0x18,ax 00000000 E720 out 0x20,ax 00000000 E728 out 0x28,ax 00000000 E730 out 0x30,ax 00000000 E738 out 0x38,ax opcode e8 00000000 E80001 call 0x103 00000000 E80801 call 0x10b 00000000 E81001 call 0x113 00000000 E81801 call 0x11b 00000000 E82001 call 0x123 00000000 E82801 call 0x12b 00000000 E83001 call 0x133 00000000 E83801 call 0x13b opcode e9 00000000 E90001 jmp 0x103 00000000 E90801 jmp 0x10b 00000000 E91001 jmp 0x113 00000000 E91801 jmp 0x11b 00000000 E92001 jmp 0x123 00000000 E92801 jmp 0x12b 00000000 E93001 jmp 0x133 00000000 E93801 jmp 0x13b opcode ea 00000000 EA00012345 jmp 0x4523:0x100 00000000 EA08012345 jmp 0x4523:0x108 00000000 EA10012345 jmp 0x4523:0x110 00000000 EA18012345 jmp 0x4523:0x118 00000000 EA20012345 jmp 0x4523:0x120 00000000 EA28012345 jmp 0x4523:0x128 00000000 EA30012345 jmp 0x4523:0x130 00000000 EA38012345 jmp 0x4523:0x138 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 ax,dx 00000000 ED in ax,dx 00000000 ED in ax,dx 00000000 ED in ax,dx 00000000 ED in ax,dx 00000000 ED in ax,dx 00000000 ED in ax,dx 00000000 ED in ax,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,ax 00000000 EF out dx,ax 00000000 EF out dx,ax 00000000 EF out dx,ax 00000000 EF out dx,ax 00000000 EF out dx,ax 00000000 EF out dx,ax 00000000 EF out dx,ax opcode f0 00000000 F00001 lock add [bx+di],al 00000000 F00801 lock or [bx+di],al 00000000 F01001 lock adc [bx+di],al 00000000 F01801 lock sbb [bx+di],al 00000000 F02001 lock and [bx+di],al 00000000 F02801 lock sub [bx+di],al 00000000 F03001 lock xor [bx+di],al 00000000 F03801 lock cmp [bx+di],al opcode f1 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode f2 00000000 F20001 repne add [bx+di],al 00000000 F20801 repne or [bx+di],al 00000000 F21001 repne adc [bx+di],al 00000000 F21801 repne sbb [bx+di],al 00000000 F22001 repne and [bx+di],al 00000000 F22801 repne sub [bx+di],al 00000000 F23001 repne xor [bx+di],al 00000000 F23801 repne cmp [bx+di],al opcode f3 00000000 F30001 rep add [bx+di],al 00000000 F30801 rep or [bx+di],al 00000000 F31001 rep adc [bx+di],al 00000000 F31801 rep sbb [bx+di],al 00000000 F32001 rep and [bx+di],al 00000000 F32801 rep sub [bx+di],al 00000000 F33001 rep xor [bx+di],al 00000000 F33801 rep cmp [bx+di],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 [bx+si],0x1 illegal_opcode 00000000 F610 not byte [bx+si] 00000000 F618 neg byte [bx+si] 00000000 F620 mul byte [bx+si] 00000000 F628 imul byte [bx+si] 00000000 F630 div byte [bx+si] 00000000 F638 idiv byte [bx+si] opcode f7 00000000 F7000123 test word [bx+si],0x2301 illegal_opcode 00000000 F710 not word [bx+si] 00000000 F718 neg word [bx+si] 00000000 F720 mul word [bx+si] 00000000 F728 imul word [bx+si] 00000000 F730 div word [bx+si] 00000000 F738 idiv word [bx+si] 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 [bx+si] 00000000 FE08 dec byte [bx+si] illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode ff 00000000 FF00 inc word [bx+si] 00000000 FF08 dec word [bx+si] 00000000 FF10 call [bx+si] 00000000 FF18 call far [bx+si] 00000000 FF20 jmp [bx+si] 00000000 FF28 jmp far [bx+si] 00000000 FF30 push word [bx+si] illegal_opcode opcodes 0f opcode 0f 00 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 01 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 02 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 03 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 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 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 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 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 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 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 81 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 82 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 83 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 84 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 85 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 86 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 87 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 88 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 89 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 8a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 8b illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 8c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 8d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 8e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 8f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 90 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 91 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 92 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 93 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 94 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 95 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 96 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 97 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 98 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 99 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9a illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9b illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9c illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9d illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9e illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f 9f illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a0 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a1 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a2 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a3 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a4 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a5 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 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 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f a9 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f aa illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ab illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ac illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ad illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ae illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f af illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 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 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f b3 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f b4 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f b5 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f b6 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f b7 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f b8 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f b9 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f ba illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f bb illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f bc illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f bd illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f be illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode opcode 0f bf illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode 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 illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode illegal_opcode