-MAp


This option outputs the external variable allocation information file.

[Specification format]

-MAp[=file]

 

-

Interpretation when omitted

None

[Detailed description]

-

This option outputs external variable allocation information file file that is used by the compiler in optimizing access to external variables.

-

If the specification of the file name is omitted, the file name is the one specified by the -output option or "first-input file-name.bls".

-

If the order of the declaration of variables in the external variable allocation information file is not the same as the order of the declaration of variables found when the object was read after recompilation, an error will occur.

[Example of use]

-

To output external variable allocation information file file.bls, describe as:

>rlink a.obj b.obj -output=c.abs -map=file.bls

[Remark]

-

This option is valid only when the -form={absolute|hexadecimal|stype|binary} option is specified.