Specifications

Error! Style not defined. 799
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 799 of 115 Printed: 10/09/00 02:49 PM
L4083 changing overlay assignment for symbol symbol from oldnumber to newnumber
The given symbol was assigned to two overlays, represented by oldnumber and
newnumber. LINK assumed the newnumber overlay.
Probably a command-line overlay specification with parentheses conflicted with an
overlay specification in the module-definition (.DEF) file.
L4084 option : argument missing; option ignored
The given option requires an argument, but none was specified.
For example, the following option specification causes this error:
/ONERROR
L4085 option : argument invalid; assuming argument
The given option was specified with a numeric argument that was out of range for the
option. LINK assumed the given argument.
For example, the option specification /DYNAMIC:11000 causes the following error:
/DYNAMIC:11000 : argument invalid; assuming 10922
L4086 /r not first on command line; ignored
This message appears if the /r option is not specified before other LINK options. /r must
be the first option specified or it will be ignored.
ML Error Messages
ML Fatal Errors