Specifications
Error! Style not defined. 725
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 725 of 41 Printed: 10/09/00 02:49 PM
M6203 function : _OVERFLOW error
The given function result was too large to be represented.
This error calls the _matherr function with the function name, its arguments, and the
error type. You can rewrite the _matherr function to customize the handling of certain
run-time floating-point math errors.
M6205 function : _TLOSS error
A total loss of significance (precision) occurred.
This error may be caused by giving a very large number as the operand of sin, cos, or
tan because the operand must be reduced to a number between 0 and 2π.
H2INC Error Messages
H2INC Fatal Errors
HI1003 error count exceeds n; stopping compilation
Errors in the program were too numerous or too severe to allow recovery, and the
compiler must terminate.
HI1004 unexpected end-of-file found
The default disk drive did not contain sufficient space for the compiler to create
temporary files. The space required is approximately two times the size of the source
file.
This message also appears when the #if
directive occurs without a corresponding closing
#endif directive while the #if test directs the compiler to skip the section.
HI1007 unrecognized flag string in option
The string in the command-line option was not a valid option.
HI1008 no input file specified
The compiler was not given a file to compile.
HI1009 compiler limit : macros nested too deeply
Too many macros were being expanded at the same time.
This error occurs when a macro definition contains macros to be expanded and those
macros contain other macros.
Try to split the nested macros into simpler macros.
HI1011 compiler limit : identifier : macro definition too big
The macro definition was longer than allowed.
Split the definition into shorter definitions.