77.7
Displaying and Modifying of Memory Contents: LST & SET
77.7.1
LST,ADR/DA/LOGNAME: Listing Memory Contents without High-Level Access
When using logical memory definitions, the output is always in bytes. In all other cases, the user can choose between output in bytes (BYTE), word output (WORD) or double-length (double-precision) word output (DWORD).
Command Syntax
•
Output using an Address Symbol
LST,ADR,name,outputstyle,number;
The number of memory units to be displayed must be entered in decimal form.
•
Output using a Direct Address
LST,DA,selector-offset,outputstyle,number;
Selector and Offset must be entered as hexadecimal numbers, separated by a hyphen.
The number of memory units to be displayed must be entered in decimal form.
•
Output using a logical Memory Definition
LST,LOGNAME,name,indices;
The indices must be entered in decimal form; either linked single values or index ranges are permitted.
Examples
The address of the Static Task Table is entered as 0F38:0265 in the linkage listing of the ADS database. In the Prolib Listing, the element length is defined as 7.
Input:
*lst,da,f38-265,byte,140;
Output:
ADDRESS: 0F38H:0265H
CONTENTS HEX (ASCII)
0( 0) 0D55542000000814 4654200000021B46 .UT ....FT ....F
10( 16) 54200000020B4143 541400020C414652 T ....ACT....AFR
20( 32) 0001021846415300 0102194655500001 ....FAS....FUP..
30( 48) 0201545420010105 1520202000000215 ..TT .... ....
40( 64) 2020200000021520 2020000002152020 .... ....
50( 80) 2000000215202020 0000021520202000 .... .... .
60( 96) 0002152020200000 0215202020000002 ... .... ...
70( 112) 1520202000000215 2020200000021520 . .... ....
80( 128) 2020000002152020 20000002 .... ...
DISPLAYER-INPUT IN A1 PLEASE:
The user wants to create a logical memory definition for the Static Task Table. This memory definition is also stored in the backup area of the resident displayer task for later use.
Input:
*def,adr,static_task_tbl,adr,0f38-0265;
Output:
DISPLAYER-INPUT IN A1 PLEASE:
Input:
*def,logname,static_task_tbl,res,7,1&&20;
Output:
DISPLAYER-INPUT IN A1 PLEASE:
Now the elements 1, 2, 3 and 8 of the Static Task Table should be displayed.
Input:
*lst,logname,static_task-tbl,1&&3&8;
Output:
TABLE: STATIC_TASK_TBL
INDEX: 0001H ADDRESS: 0F38H:0265H
CONTENTS HEX (ASCII)
0( 0) 0D555420000008 .UT ...
TABLE: STATIC_TASK_TBL
INDEX: 0002H ADDRESS: 0F38H:026CH
CONTENTS HEX (ASCII)
0( 0) 14465420000002 .FT ...
TABLE: STATIC_TASK_TBL
INDEX: 0003H ADDRESS: 0F38H:0273H
CONTENTS HEX (ASCII)
0( 0) 1B465420000002 .FT ...
TABLE: STATIC_TASK_TBL
INDEX: 0008H ADDRESS: 0F38H:0296H
CONTENTS HEX (ASCII)
0( 0) 01545420010105 .TT ...
DISPLAYER-INPUT IN A1 PLEASE:
OpenScape 4000 V10, Volume 1: AMO Descriptions, Service Documentation, Issue 5
, ID:
P31003H31A0S107057620
©
09/2025
Mitel Networks Corporation. - All rights reserved.
Mitel and the Mitel logo are trademarks of Mitel Networks Corporation. Unify and associated marks are trademarks of Unify Software and Solutions GmbH&Co. KG. All other trademarks herein are the property of their respective owners.