Specifications

Error! Style not defined. 793
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 793 of 109 Printed: 10/09/00 02:49 PM
L4011 /PACKC value exceeding 64K36 unreliable
The packing limit specified with the /PACKC option was in the range 65,50165,536
bytes. Code segments with a size in this range are unreliable on some versions of the
80286 processor.
L4012 /HIGH disables /EXEPACK
The /HIGH and /EXEPACK options cannot be used at the same time.
L4013 option : option ignored for segmented executable file
The given option is not allowed for segmented-executable programs.
L4014 option : option ignored for DOS executable file
The given option is not allowed for MS-DOS programs.
L4015 /CO disables /DSALLOC
The /CO and /DSALLOC options cannot be used at the same time.
L4016 /CO disables /EXEPACK
The /CO and /EXEPACK options cannot be used at the same time.
L4017 option : unrecognized option name; option ignored
The given option was not a valid LINK option. LINK ignored the option specification.
One of the following may be a cause:
u An obsolete option was specified to the current version of LINK. For example, the
/INCR option is obsolete in LINK version 5.30. The current options are described in
the manual and in online Help. To see a list of options, run LINK with the /? option.
u An old version of LINK was used. Check your path. To see the version number of
LINK, run LINK with the /? option.
u The name was incorrectly specified. For example, the option specification
/NODEFAULTLIBSEARCH is an invalid abbreviation of the
/NODEFAULTLIBRARYSEARCH option. Option names can be shortened by
removing letters only from the end of the name.
L4018 missing or unrecognized application type; option option ignored
The /PM option accepts only the keywords PM, VIO, and NOVIO.
L4020 segment : code-segment size exceeds 64K–36
Code segments that are 65,501 through 65,536 bytes in length may be unreliable on
some versions of the 80286 processor.