To Copy A Block Of Memory - HP B1476 68020 User Manual

Debugger/emulator
Table of Contents

Advertisement

Memory Assign <Size>
2 Using the command line, select either Byte, Word, or Long as the size of the
memory location, enter the address of the beginning of the block, and press
the < Return> key.
This starts the interactive memory modification mode.
3 Enter the value for the location displayed in the Journal window and press the
< Return> key.
4 To exit this mode, press the < Return> key without entering a value.
Example
To display the contents of memory location 1000h and allow interactive
modification of memory contents:
Memory Assign Byte 1000h
00001000 = 0x48

To copy a block of memory

1 Using the command line, enter:
Memory Block_Operation Copy
2 Enter the address range of the memory to be copied, followed by a comma.
3 Enter the starting address of the destination and press the < Return> key.
Example
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
Chapter 7: Editing Code and Data
72:
To copy a block of memory
215

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1476 68030

Table of Contents