The information in this article applies to:
SYMPTOMSThe Disassembly window of the Visual Workbench Integrated Debugger does not display the correct information for modules containing Pentium-specific (P5) instructions. These instructions may be displayed as '???', and may cause assembly instructions that follow the Pentium-specific instruction to be displayed incorrectly. CAUSEThe Visual C++ debugger does not support Pentium instructions in the disassembly window. MORE INFORMATION
While the compiler supports Pentium optimizations (/G5), it does not
support generating Pentium-specific instructions. This problem will usually
occur only with tools such as the Microsoft Macro Assembler, which does
support Pentium instructions.
Sample CodeNOTE: The following sample code contains a Pentium-specific instruction. It should only be run on Pentium processors. The program generates unhandled exception if running on non-Pentium family processors.
Additional query words:
Keywords : kbhw kbDebug kbide |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |