.loc Directive

Syntax

.loc file_number line_number

Description

The .loc directive specifies the source file and the line within it that corresponds to the assembly instructions that follow. The assembler ignores the file number when this directive appears in the assembly source file. Then, the assembler assumes that the directive refers to the most recent .file directive.

Note   This directive is for use only by compilers.