Synopsis

#pragma vectorseg("name" | default )

Description

The zeroedseg pragma sets the name of the section that the compiler emits interrupt vector tables into. If the argument to the vectorseg pragma is a string, a section of that name is created and the compiler emits interrupt vector tables for all following interrupt functions into that section. If the argument to vectorseg is the reserved word default, the compiler selects the default interrupt vector table section name.

The default interrupt vector table section name, if no other directives have been given, is INTVEC. You can change the default interrupt vector tables section name for the whole compilation unit by using the -Rv (Set default vector section name) command-line option or by setting the Vector Section Name property of the file or project.