NOINTVECTOR

Abbreviation

NOIV

Arguments

None.

Default

INTVECTOR (0)

Description

The compiler normally generates an interrupt vector entry using a 3-byte jump instruction (LJMP). These vectors are located starting at absolute address (interval × n) + offset + 3,

where:
    n is the interrupt number.
    interval is the argument of the INTERVAL directive (default 8).
    offset is the argument of the INTVECTOR directive (default 0).

The NOINTVECTOR control prevents the generation of the interrupt vectors. This flexibility allows you to provide these vectors with other programming tools.

See Also
INTVECTOR
Example

#pragma noiv