User`s guide
136
Appendix B: Predefined Aliases
w list $curline-5:10 Lists a window of source code around the
current line. This command shows the four
lines before the current code line, the current
code line, and five lines after the current code
line. This command does not change the
current code line.
W list $curline-10:20 Lists a window of source code around the
current line. This command shows the nine
lines before the current code line, the current
code line, and 10 lines after the current code
line. This command does not change the
current code line.
wi $curpc-20/10i Lists a window of assembly code around the
program counter.
Table B-1 (continued) Predefined Aliases
Alias Definition Description