82 stl, Motload commands – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 164

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

164

3.1.82 stl

Name

stl—displays all symbol table entries that match the name argument supplied by the user.

Synopsis

stl [name]

Output Definitions:

B = Built-In Symbol Table Entry

D = Dynamic Symbol Table Entry

U = User-Defined Symbol Table Entry

Note: Symbol table entries are displayed with either B = .bss, D = .data,

and T = .text

Parameters

The name argument is the name of the MOTLoad symbol being searched.

Example

The following example indicates a typical display when using the stl command:

MOTLoad> stl testRam

B:0015AE80 T testRamEccMonitor

B:0015F3E8 T testRam

B:0015F56C T testRamAddressing

B:0015F614 T testRamAlternating

B:0015F6BC T testRamBitToggle

B:0015F764 T testRamBounce

B:0015F80C T testRamCodeCopy

B:0015F8D8 T testRamMarch

B:0015F980 T testRamPatterns

B:0015FA28 T testRamPermutations

B:0015FAD0 T testRamQuick

B:0015FB78 T testRamRandom

B:001811C8 D testRamEccMonitorFullExplanation

Advertising