HP 68000 Series User Manual page 337

Debugger/simulator
Table of Contents

Advertisement

See Also
Expression Printf
File Journal
File Log
File User_Fopen
Window New
Examples
To print value of 'var' to user window 57 as a single character:
Expression Fprintf 57,"%c",var
To print the string in double quotes to user window 57 followed by the floating
point value of 'temperature' with a precision of 2:
Expression Fprintf 57,"The value of 'temperature' is:
%.2f \n",temperature
To print source line 24 to user window 55:
Expression Fprintf 55,"%h",#24
To print the contents of the assembly-level stack window to user window 256:
Expression Fprintf 256,"%w",14
Chapter 9: Debugger Commands
Expression Fprintf
315

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents