The information in this article applies to:
SUMMARY
The /E option of the Microsoft Macro Assembler (MASM) 5.0 and 5.1
directs the assembler to generate data and code as it is expected
by coprocessor emulator libraries. The /FPi option and the OPTION
EMULATOR directive provide the same functionality, starting with
MASM version 6.0.
MORE INFORMATIONThe following is the list of unemulated coprocessor instructions in MASM 5.1:
The following is the list of unemulated coprocessor instructions in
MASM 6.0 as indicated on page 161 of the "Microsoft Macro Assembler
Programmer's Guide":
However, this list is not complete. When tested with the run-time
libraries from Microsoft C/C++ 7.0, the following instructions also
result in the M6107 error
In addition, a few of the names are incorrect
The following stand-alone assembler sample reproduces the M6107 error
for the instruction FBLD. Note that the C run-time code must be
brought in. In this case, the small model emulator library (slibce)
is used.
Sample Code
Additional query words: 5.00 5.10 5.10a 6.00 6.00a 6.00b 6.10 6.10a
Keywords : |
Last Reviewed: January 7, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |