The information in this article applies to:
SUMMARYThe following code was used to view coprocessor instructions on an 80386 machine with an 80387 coprocessor. It is a combination of the examples on Pages 384 and 385 of "Microsoft Macro Assembler 5.1 for the MS-DOS Operating System Programmer's Guide."
While assembling the above code, the .386 and .387 directives must be
placed below the .model directive to generate 16-bit segments. If
placed above the .model directive, 32-bit segments will be generated
and will produce erroneous results, as 32-bit segments cannot be run
under DOS.
While running the code through CodeView, the number 7 entered in the dialog box displays a dump of the present status of the chip. Additional query words: 5.10
Keywords : |
Last Reviewed: January 7, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |