< Optimizing Linkage Editor (rlink) Options / Output Options >
When this option is specified, a variable vector table section is created and the specified address is set in the table even if there is no interrupt function in the source code. |
-vectn=30=_f1,31=0000F100 ;Specifies the _f1 address for vector ;number 30 and 0x0f100 for vector number 31 |
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. |