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 (.).
Chapter 11: Emulator/Analyzer Interface Commands
display data
320
Содержание 64780A
Страница 1: ...Graphical User Interface User s Guide MC68360 68EN360 Emulator Analyzer HP 64780A ...
Страница 20: ...xx ...
Страница 21: ...Part 1 Quick Start Guide 1 ...
Страница 23: ...1 Getting Started 3 ...
Страница 45: ...Part 2 Using The Emulator 25 ...
Страница 47: ...2 Plugging into a Target System 27 ...
Страница 55: ...Chapter 2 Plugging into a Target System Plugging into the Motorola QUADS Target System 35 ...
Страница 59: ...3 Starting and Exiting HP 64700 Interfaces 39 ...
Страница 69: ...4 Entering Commands 49 ...
Страница 103: ...5 Configuring the Emulator 83 ...
Страница 122: ...102 ...
Страница 123: ...6 Using the Emulator 103 ...
Страница 193: ...7 Using the Emulation Bus Analyzer How to record program execution in real time 173 ...
Страница 249: ...8 Making Software Performance Measurements 229 ...
Страница 279: ...9 Making Coordinated Measurements 259 ...
Страница 295: ...Part 3 Reference 275 ...
Страница 297: ...10 Setting X Resources 277 ...
Страница 312: ...292 ...
Страница 313: ...11 Emulator Analyzer Interface Commands 293 ...
Страница 391: ...set Chapter 11 Emulator Analyzer Interface Commands set 371 ...
Страница 405: ... SYMB Chapter 11 Emulator Analyzer Interface Commands SYMB 385 ...
Страница 422: ...402 ...
Страница 460: ...440 ...
Страница 461: ...Part 4 Concept Guide 441 ...
Страница 463: ...13 Concepts of the EMSIM and EMRAM 443 ...
Страница 471: ...Part 5 Installation and Service Guide 451 ...
Страница 473: ...14 Installation 453 ...
Страница 491: ...Chapter 14 Installation Verifying the Installation 471 ...
Страница 493: ...15 Installing Updating Emulator Firmware 473 ...
Страница 500: ...480 ...
Страница 516: ...496 ...
Страница 540: ...520 ...