Everything

-vect


< Optimizing Linkage Editor (rlink) Options / Output Options >

[Format]

-vect={<symbol>|<address>}

[Description]

-

Assigns the specified address to the vector number to which no address has been assigned in the variable vector table section.

-

When this option is specified, a variable vector table section is created by the linkage editor and the specified address is set in the table even if there is no interrupt function in the source code.

-

Specify the external name of the target function for <symbol>.

-

Specify the desired hexadecimal address for <address>.

-

The file name is <output file>.jmp.

[Remarks]

-

This option is ignored when the user creates a variable vector table section in the source program because the variable vector table is not automatically created in this case.

-

When the {<symbol>|<address>} specification is started with 0, the whole specification is assumed as an address.