Link files can also contain the following commands:
- NAME. Use this command to specify a name for the executable file other than the name of the source. For example, the name of the
source file might be myprog.mlc, but you may want the executable to have the name program1.390
- ENTRY. Use this command if the executable file you are building may be called by another program, and you want all such calls to
enter the program at a particular entry point, rather than the beginning of the program.
- ALIAS. Use this command to create an alias for the executable file that you are building. The alias is created in the entry point
mapping file
mfentmap.dat.
- CHANGE. Use this command to change the names of external symbols in the object module named in the next
INCLUDE command