HP 68000 Series User Manual page 357

Debugger/simulator
Table of Contents

Advertisement

will not work. The command will set the memory location referenced by the
value of count equal to 5, not the contents of the variable. To set the value of
count equal to 5, use the following command:
Memory Assign Long &count=5
The Expression C_Expression command should be used to set C variables.
This command recognizes variable types and the specified expressions behave
according to the rules of C. The command:
Expression C_Expression count=5
will set count equal to 5.
See Also
Expression C_Expression
Memory Register
Examples
To display the contents of memory location 1000h and allow interactive
modification of memory contents:
00001000 = 0x48 72:
Memory Assign Byte 1000h
To change the contents of memory locations 2000h through 2005h to 00, 41,
00, 42, 00, 43, and change the contents of locations 2006h/2007h to the value
of 'system_is_running':
Memory Assign Word 2000h=41h,42h,43h,system_is_running
Chapter 9: Debugger Commands
Memory Assign
335

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents