Specifications

Error! Style not defined. 723
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 723 of 39 Printed: 10/09/00 02:49 PM
U1140 out of memory
There was not enough memory for EXEHDR to decode the header of the executable
file.
Math Coprocessor Error Messages
The error messages listed below correspond to exceptions generated by the math
coprocessor hardware. Refer to the manufacturer’s documentation for your
processor for a detailed discussion of hardware exceptions. These errors may
also be detected by the floating-point emulator or alternate math library.
M6101 invalid
An invalid operation occurred. This error usually occurs when the operand is NAN (not
a number) or infinity.
This error terminates the program with exit code 129.
M6102 denormal
A very small floating-point number was generated, which may no longer be valid
because of a loss of significance. Denormal floating-point exceptions are usually
masked, causing them to be trapped and operated upon.
This error terminates the program with exit code 130.
M6103 divide by 0
A floating-point operation attempted to divide by zero.
This error terminates the program with exit code 131.
M6104 overflow
An overflow occurred in a floating-point operation.
This error terminates the program with exit code 132.
M6105 underflow
An underflow occurred in a floating-point operation. Underflow floating-
point exceptions
are usually masked, causing the underflowing value to be replaced by 0.0.
This error terminates the program with exit code 133.
M6106 inexact
Loss of precision occurred in a floating-point operation. This exception is usually
masked. Many floating-point operations cause a loss of precision.
This error terminates the program with exit code 134.