HP 68000 Series User Manual page 366

Debugger/simulator
Table of Contents

Advertisement

Chapter 9: Debugger Commands
Memory Block_Operation Test
the test of a previous Memory Block_Operation test command given with the
Once qualifier, beginning with the last address tested.
Repeatedly Qualifier
If you specify the Repeatedly qualifier, the debugger continues testing the
specified value(s) for mismatches until the end of the block is reached, or until
you enter CTRL C.
Examples
To test for the expression 'gh' in the memory range from address 1000h
through address 10ffh and stop when a word not matching the expression is
found:
Memory Block_Operation Test Word Once 1000h..+0xff =
'gh'
To execute the previous Memory Block_Operation Test command starting
from where it found the last mismatch:
Memory Block_Operation Test Word Once
To test for the hexadecimal value '65666768' in long format in the address
range 1000h through 10ffh and stop at the end of the address range:
Memory Block_Operation Test Long Repeatedly
0x1000..0x10ff=0x65666768
Mismatched values are displayed in the Journal window.
344

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents