| |||
| Home > AXD > AXD Command-line Interface > Commands > source | |||
The source command displays the specified
lines of the specified source file, in the following format:
linenumber<tab>sourcecode
The file must be associated with a loaded image.
The shorthand form of the source command
is src.
src value1 [+]value2[ file]
where:
value1Specifies the line number in the source file at which you want the listing to begin.
value2Specifies either the last line number to be listed
or, if preceded by +, the number of lines you
want listed.
fileSpecifies the source file you want to list (by default the command lists the file associated with the current context).