
Debugger Commands
C-19
System Software for M7-300 and M7-400 Installation and Operation
C79000-G7076-C850-02
C.11 DISPLAY
Function Display memory contents
Syntax DISPLAY [<format>] <address> [{LEN|TO} <expr>]
Description
The memory area from <address> is displayed at the console in the selected
format. Without LEN one line is displayed. Without <format> the default BYTE
HEX is assumed. If the address specification does not contain a segment/selector,
the most recently specified selector/segment is used (default: null selector).
In byte format the ASCII representation is also given. None-graphic characters are
indicated by a period. Real numbers are always displayed in exponential
representation.
Note
For space reasons, the ASCII representation has been sup—pressed in this
example. Screen output can be interrupted by entering <Ctrl>+S or <Ctrl>+Q, and
terminated by <Ctrl>+C. The address is displayed either as selector:offset or as
absolute address, depending on the specification in the command line.
The floating-point data type are supported by DISPLAY, FILL and CHANGE only if
CALCULATE was configured, since otherwise the modules for the computation of
floating-point expressions are not linked.
Example
Display memory area from 100:0 with length 0FH
DEBUG_T>DISPLAY 100:0 LEN 0F<CR>
0100:0000 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx
DEBUG_T>
Komentarze do niniejszej Instrukcji