Directs the linker to create an image map file. By default, an I64 map file contains an Object and Image Synopsis, an Image Segment Synopsis, a Program Section Synopsis, a Symbols By Name, an Image Synopsis, and a Link Run Statistics section. By default, an ALPHA/VAX map file contains an Object Module Synopsis, a Program Section Synopsis, a Symbols By Name, an Image Section Synopsis, and a Link Run Statistics section. For more information, see also the /BRIEF, /CROSS_REFERENCE, and /FULL qualifiers. Format /MAP[=file-spec]/NOBRIEF/NOCROSS_REFERENCE/NOFULL (default in batch mode) /NOMAP (default in interactive mode)
1 – Qualifier Values
file-spec If you enter a file specification with the /MAP qualifier, the linker creates an image map file with that file name. If you do not enter a file type after the file name, the linker assumes a file type of .MAP. If you do not enter a file specification with the /MAP qualifier, the linker creates an image map file with the file name of the first input file specified on the command line and the file type .MAP. (If there are no input files specified on the command line, the linker names the map file .MAP.) If you append the /MAP qualifier to one of the input file specifications, the linker creates an image map file with the file name of the file to which the qualifier is appended, using the .MAP file type.