
Symbols are normally set off until you give the command
set symbols on
.
Otherwise, only the address, data type, and value of the data item will be
displayed.
The parameters are as follows:
,
A leading comma allows you to append additional expressions to the previous
display data command.
Commas between expression/data type specifications allow you to specify
multiple variables and types for display with the current command.
--EXPR--
Prompts you for an expression specifying the data item to display. The
expression can include various math operators and program symbols. See
the --EXPR-- and --SYMB-- syntax pages for more information.
thru --EXPR--
Allows you to specify a range of addresses for which you want data display.
Typically, you use this to display the contents of an array. You can display
both single-dimensioned and multi-dimensioned arrays. Arrays are displayed
in the order specified by the language definition, typically row major order for
most Algol-like languages.
<TYPE>
Specifies the format in which to display the information. (Data type
information is not available from the symbol database, so you must specify.)
byte
Hex display of one 8 bit location.
word
Hex display of one 16 bit location.
long
Hex display of one 32 bit location.
Note that byte ordering in word and long displays is determined by the
conventions of the processor in use.
int8
Display of one 8 bit location as a signed integer using two’s complement
notation.
int16
Display of two bytes as a signed integer using two’s complement notation.
int32
Display of four bytes as a signed integer using two’s complement notation.
u_int8
Display of one byte as an unsigned positive integer.
u_int16
Display of two bytes as an unsigned positive integer.
u_int32
Display of four bytes as an unsigned positive integer.
char
Displays one byte as an ASCII character in the range 0 through 127. Control
characters and values in the range 128 through 255 are displayed as a period
(.).
Emulator/Analyzer Interface Commands
display data
364
Содержание 64782
Страница 2: ...User s Guide for the Graphical User Interface HP 64782 MC6833x Emulation Analysis ...
Страница 22: ...Part 1 Quick Start Guide 21 ...
Страница 23: ...A one glance overview of the product and a few task instructions to help you get comfortable Part 1 22 ...
Страница 24: ...1 Getting Started 23 ...
Страница 50: ...Part 2 User s Guide 49 ...
Страница 51: ...A complete set of task instructions and problem solving guidelines with a few basic concepts Part 2 50 ...
Страница 52: ...2 Plugging into a Target System 51 ...
Страница 54: ...3 Starting and Exiting HP 64700 Interfaces 53 ...
Страница 64: ...4 Entering Commands 63 ...
Страница 94: ...5 Configuring the Emulator 93 ...
Страница 133: ...132 ...
Страница 134: ...6 Using the Emulator 133 ...
Страница 194: ...7 Using the Emulation Analyzer 193 ...
Страница 255: ...254 ...
Страница 256: ...8 Making Software Performance Measurements 255 ...
Страница 290: ...9 Using the External State Analyzer 289 ...
Страница 303: ...302 ...
Страница 304: ...10 Making Coordinated Measurements 303 ...
Страница 321: ...320 ...
Страница 322: ...11 Setting X Resources 321 ...
Страница 336: ...Part 3 Reference 335 ...
Страница 337: ...Descriptions of the product in a dictionary or encyclopedia format Part 3 336 ...
Страница 338: ...12 Emulator Analyzer Interface Commands 337 ...
Страница 415: ...set Emulator Analyzer Interface Commands set 414 ...
Страница 429: ... SYMB Emulator Analyzer Interface Commands SYMB 428 ...
Страница 445: ...444 ...
Страница 446: ...13 Error Messages 445 ...
Страница 489: ...488 ...
Страница 490: ...Part 4 Concept Guide 489 ...
Страница 491: ...Topics that explain concepts and apply them to advanced tasks Part 4 490 ...
Страница 492: ...14 Concepts 491 ...
Страница 507: ...506 ...
Страница 508: ...Part 5 Installation Guide 507 ...
Страница 509: ...Instructions for installing and configuring the product Part 5 508 ...
Страница 510: ...15 Installation 509 ...
Страница 527: ...526 ...
Страница 528: ...16 Installing Updating Emulator Firmware 527 ...
Страница 535: ...534 ...
Страница 539: ...538 ...
Страница 549: ...548 ...