The /INFO Option

Option

/INF[[ORMATION]]

The /INFO option displays to the standard output information about the linking process, including the phase of linking, the object files being linked, and the library modules used. This option is useful for determining the locations of the object files and modules, the number of segments, and the order in which they are linked.

An important use of /INFO is to get the number of interoverlay calls generated. You can then specify this number with the /DYNAMIC option.