Memory Block_Operation Copy - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

Chapter 9: Debugger Commands

Memory Block_Operation Copy

Memory Block_Operation Copy
The Memory Block_Operation Copy command copies the contents of the
memory range specified by < addr> ..< addr> to a block of the same size
starting at the memory location specified by < addr> .
See Also
Memory Assign
Memory Block_Operation Fill
Memory Block_Operation Match
Memory Block_Operation Search
Memory Block_Operation Test
Examples
To copy the block of memory starting at address 1000h and ending at address
10ffh to a block of the same size starting at address 5000h:
Memory Block_Operation Copy 1000h..10ffh,5000h
To copy the block of memory starting at the address of the structure
'current_targets' and ending 15 bytes after this address to a block of memory
starting at the address of the structure 'default_targets':
Memory Block_Operation Copy &current_targets..+0xf,
&default_targets
336

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents