Crossware

Table of Contents        Previous topic       Next topic       

C COMPILER->Compiler Command Line Options->Interrupt Vector Offset (/VO:)

This option tells the compiler to adjust the vector address used for creating interrupt vector code by the specified amount.  For example:

/VO:8000

will cause the compiler to add 8000h to the normally computer vector address.

See Automatic Coding of Interrupt Vector for more information.

If you are working from within the Embedded Development Studio, you can specify the vector offset in the Compiler Settings tab (Build->Settings->Compiler).