|
| VECTAB Linker Directive| Abbreviation | VT | | Arguments | VECTAB (offset) | | Default | VECTAB (0) | | µVision | Options — L166 Misc — Interrupt Vector Table Address. | | Description | The VECTAB directive allows you to specify a starting address (offset) for the interrupt vector table. By default, the starting address is 0000h. In some applications, usually those used with MON166, changing the table's starting address is required. | | See Also | NOVECTAB | | Example |
L166 MYFILE.OBJ VECTAB (8000h)
|
Related Knowledgebase Articles |
|