Line-number information from the C source program.
Symbol field |
Mnemonic field |
Operand field |
Comment field |
|
.LINE |
["file-name",] line-number |
[; comment] |
The line numbers and filenames in the source program are not updated between the first .LINE directive and the next one. |
The information handled by the .LINE directive is the line-number information of the C source program that the compiler outputs. The user must not use this directive. |