Bob Plantz <plantz@xxxxxxxx> writes: > Can you tell me where .loc is documented? In the assembler manual. > When I see something like: > .loc 1 15 0 > in the assembly language, I easily figured out that 15 is the line > number in the original C code. But it would be nice to know what the > other two numbers mean. 1 is the file number--it corresponds to a .file directive somewhere. 0 is the column number. Ian