5.2.4
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.11 | Compiler Output Directives |
|
|
.file
|
Generates a symbol table entry
|
.line
|
Line-number information from the C source program
|
.stack
|
Defines the stack amount of consumption 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
|