ln

ln[addr]

The ln command lists the symbol nearest the specified address. The command lists the nearest symbol before and after the specified addr parameter. This command also shows line-number information if it is available in the symbol file.

Parameters

addr

Specifies any valid instruction address. The default value is the current disassembly address.

Example

The ln command without the addr parameter displays the nearest symbols before and after the current disassembly address. The output is similar to the following:

6787 VerifyRamSemAddr + 10
67AA PutRamSemID - 13