5.2.6
Compiler output directives
Compiler output directives inform the assembler of information output by the compiler, such as compiler debugging information.
The following compiler output directives are available.
Table 5.22 | Compiler Output Directives |
|
|
.LINE
|
Line-number information from the C source program
|
.STACK
|
Defines the amount of stack usage for a symbol
|
._LINE_TOP
|
Information specified by the compiler #pragma inline_asm statement
|
._LINE_END
|
Information specified by the compiler #pragma inline_asm statement
|
.VECTOR
|
Generates a interrupt vector table
|