Keil™, An ARM® Company

µVision® User's Guide

Line Numbers

Line numbers enable source-level debugging and are produced by the compiler or assembler. The line number specifies the physical address in the source module of the associated program code. Since a line number represents a code address, µVision3 lets you use in an expression. The syntax for a line number is shown in the following table.

Line Number SymbolCode Address ...
\LineNumber... for line number LineNumber in the current module.
\ModuleName\LineNumber... for line number LineNumber in ModuleName.
Example
\measure\108                               /* Line 108 in module MEASURE */
\143                                       /* Line 143 in the current module */