HP 68000 Series User Manual page 332

Debugger/simulator
Table of Contents

Advertisement

Chapter 9: Debugger Commands
Expression Display_Value
To display the contents of a character array as a string, cast the variable using
the quoted string cast, as shown in the following example:
Expression Display_Value (Q S)buf
If the type of the expression is unknown, it defaults to type byte. See the
"Expressions and Symbols in Debugger Commands" chapter for more
information about type casting.
See Also
Expression Fprintf
Expression Monitor Value
Expression Printf
Memory Display
Examples
To display the value of the variable 'system_is_running': 01h
Expression Display_Value system_is_running
To display the address of the variable 'system_is_running': 000091F0
Expression Display_Value &system_is_running
To display the address of the C structure 'time': 000091DC
Expression Display_Value time
To display the values of the members of structure 'time':
hours
minutes 0
seconds 20
Expression Display_Value *time
To display the name of the current program module:
Expression Display_Value @module
To display the name of the current program function:
Expression Display_Value @function
310
4

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents