78.6
Displaying and Modifying of Memory Contents: LST & SET
78.6.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
Input:
*copy,dbl,db_d_cp_logical_dev_tbl;
Output:
DISPLAYER-INPUT IN BPA PLEASE:
The user wants t display the device-memory for Loden 2 and 5.
Input:
*lst,logname,db_d_cp_logical_dev_tbl,2&5;
Output:
TABLE: DB_D_CP_LOGICAL_DEV_TBL
INDEX: 0002H ADDRESS: 3E20H:006EH
CONTENTS HEX (ASCII)
0( 0) 0000000000000000 00000082600F0002 ................
10( 16) 0002000000020000 0001A40000000000 ................
20( 32) 0000000000000000 000100F4F40000 ...............
TABLE: DB_D_CP_LOGICAL_DEV_TBL
INDEX: 0005H ADDRESS: 3E20H:00FBH
CONTENTS HEX (ASCII)
0( 0) 0000000000000000 0000009F600F0005 ................
10( 16) 0005000000050000 0001A40000000000 ................
20( 32) 0000000000000000 000100F4F40000 ...............
DISPLAYER-INPUT IN BPA PLEASE:
Input:
*def,adr,sgl_dev2,adr,3e20-007d;
Output:
DISPLAYER-INPUT IN BPA PLEASE:
It is assumed that a call from the number 2101 (Loden 2) to number 1204 (Loden 5) is made. The user wants to check whether the reference indices in the component SINGLE_DEV (FLAG_REFER, FORWRD_LINK, ACTUAL_CPB_IDX, BACKWARD_LINK, BACKGROUND_CPB_IDX) are plausible.
Input:
*lst,adr,sgl_dev2,adr,3e20-007d;
Output:
TABLE: SGL_DEV2
ADDRESS: 3E20H:007DH
CONTENTS HEX (ASCII)
0( 0) 0002 0005 0003 0005 0003 ..........
DISPLAYER-INPUT IN BPA PLEASE:
Input:
*lst,da,3e20-10a,word,5;
Output:
ADDRESS: 3E20H:010AH
CONTENTS HEX (ASCII)
0( 0) 0002 0002 0003 0002 0003 ..........
DISPLAYER-INPUT IN BPA PLEASE:
Therefor the reference indices are plausible.
${DocTitle}
, ID:
${DocID}
©
02/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.