| |||||
Technical Support Support Resources
Product Information | C251: INTVECTOR/NOINTVECTOR DIRECTIVEInformation in this article applies to:
QUESTIONWhat is the INTVECTOR directive? ANSWERThe INTVECTOR directive instructs the compiler to generate interrupt vectors for functions which require them. The default setting is 0. An offset may be entered if the vector table starts at an address other than 0. Using this directive, the compiler generates an interrupt vector entry using AJMP, LJMP, or EJMP instruction depending upon the size of the program memory specified with the ROM directive. The NOINTVECTOR directive prevents the generation of an interrupt vector table. MORE INFORMATION
Last Reviewed: Friday, July 15, 2005 | ||||
| |||||