Real-Number Data in IEEE FormatLast reviewed: January 23, 1995Article ID: Q30601 |
The information in this article applies to:
SUMMARYBy default, the Microsoft Macro Assembler Versions 5.1 (MASM) and later assemble real-number data in IEEE format. The previous versions of the assemblers used the Microsoft binary format by default.
MORE INFORMATIONThe following is the IEEE format for encoding 4- and 8-byte real numbers:
Short Real Number 31 23 15 7 0 _________________________________ |_|_______|_______|_______|_______| ^ ^ ^ ^ | | | | | Exponent| | | |Mantissa ------------->| |SignThe parts of the real numbers are described below:
|
Additional reference words: kbinf 5.10 6.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |