HP 68000 Series User Manual page 181

Debugger/simulator
Table of Contents

Advertisement

Enter the format string (enclosed in quotes) and the arguments; then, press
the < Return> key.
The formatted output is written to the journal window. This command is
similar to the C printf function.
Examples
To print the value of var to the journal window as a single character:
Expression Printf "%c",var
To print the string in double quotes to the journal window followed by the
floating point value of 'float_temp' with a precision of 2:
Expression Printf "The value of 'float_temp' is: %.2f
\n",float_temp
See Also
"To view commands in a separate window" on page 136.
Chapter 4: Viewing Code and Data
Using Expressions
159

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents