The l command lists the current source line, or a specified range of lines, from the corresponding source program being executed. The l* form displays the entire program. The l command, followed by pressing ENTER, displays the current program source line.
{flash.routine.name:}?l{starting.line-ending.line} {flash.routine.name:}?l{line.number} {flash.routine.name:}?l{*} {flash.routine.name:}?l
Lists lines 10 through 17.
*l10-17
Lists line 5.
*l5
Lists the whole program.
*l*