Line-number information from the C source program.
[Syntax]
Symbol field
|
Mnemonic field
|
Operand field
|
Comment field
|
|
.LINE
|
["file-name",] line-number
|
[; comment]
|
[Function]
- | The .LINE directive is compiler debugging information. |
[Description]
- | Modifies the line numbers and filenames referenced during debugging. |
- | The line numbers and filenames in the source program are not updated between the first .LINE directive and the next one. |
- | If the filename is omitted, then only the line number is changed. |
[Caution]
- | 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. |