| 
 -SPLIT_VECT [V1.07 or later] 
 | 
This option generates vector table sections split by vector table address.
[Specification format]
 
-  | Interpretation when omitted  | 
 
None
[Detailed description]
-  | This option generates vector table sections split by vector table address.  | 
 
-  | A vector table section is not generated for an unused area of the vector table address.  | 
 
[Example of use]
-  | To generate a vector table section ".vect14" for vector table address 0x14, code as:  | 
 
>rlink a.obj b.obj –vectn=14=__dummy -split_vect 
 | 
 
[Remark]
-  | If the -vect option is specified, this option will be invalid.  | 
 
-  | If the -form={object | relocate | library} option, -strip option, or -extract option is specified, this option will be invalid.  |