Information specified by the compiler #pragma inline_asm statement.
The ._line_top directive is the information specified by the compiler #pragma inline_asm statement. |
This is the #pragma inline_asm statement information of the C source program that the compiler outputs. |
The ._line_top directive indicates the start of the instructions for a function which has been specified as inline_asm. |
Assembler control instructions excluding $MACRO,$NOMACRO, $WARNING and $NOWARNING are not usable in assembly code for functions specified as inline_asm. In addition, only the directives listed below are usable. Specifying any other directive will lead to an error. |
In the .PUBLIC directive in the function specified with inline_asm, only the labels defined in the function specified with inline_asm can be used. Any other labels will lead to errors. |