<<<    Index    >>>
A-18
OPCODE MAP
A.2.6.7.ESCAPE OPCODES WITH DC AS FIRST BYTE
Table A-15 and A-16 contain the opcodes maps for the escape instruction opcodes that begin
with DCH. Table A-15 shows the opcode map if the accompanying ModR/M byte within the
range of 00H through BFH. Here, the value of bits 5, 4, and 3 (the nnn field in Figure A-1) se-
lects the instruction.
Table A-15.  DC Opcode Map When ModR/M Byte is Within 00H to BFH
1
NOTE:
1.All blanks in the opcode map are reserved and should not be used. Do not depend on the operation of
these undefined opcodes.
Table A-16 shows the opcode map if the accompanying ModR/M byte is outside the range of
00H to BFH. In this case the first digit of the ModR/M byte selects the row in the table and the
second digit selects the column.
nnn Field of ModR/M Byte (refer to Figure A-1)
000
001
010011100101110
111
FADD 
double-real
FMUL 
double-real
FCOM 
double-real
FCOMP 
double-real
FSUB 
double-real
FSUBR 
double-real
FDIV  
double-real
FDIVR 
double-real
<<<    Index    >>>