Memory Block_Operation Copy - HP B1476 68020 User Manual

Debugger/emulator
Table of Contents

Advertisement

Chapter 12: Debugger CommandsMemory Block_Operation Copy

Memory Block_Operation Copy

Note
Debugger/emulators cannot copy to memory locations in target ROM.
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
428

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1476 68030

Table of Contents