Moving Blocks of PC Memory
3.9Moving Blocks of PC MemoryÐthe Move Command
Use the move command to move a block of PC memory from one location to another PC memory location.
Step 1: Identify the size of PC memory to be moved.
Move PC memory From Address: 0000h
Size (in bytes) : 0000h
Enter the start address of the block to be moved and then enter the size of the block to be moved.
Step 2: Specify a destination address where the block of memory is to be moved.
Move to PC memory Address: 0000h
The source block and destination block that you specify must be in- side the PC memory address space. Otherwise, one of the following error messages is displayed:
<MOVEPC> source start address out of bound <MOVEPC> source end address out of bound <MOVEPC> destination start address out of bound <MOVEPC> destination end address out of bound
If the source block and destination block overlap, the programmer automatically makes sure that no data is overwritten before it is moved.
After you have entered all the parameters correctly, the programmer moves the block of PC memory to the destination and displays the destination PC memory.
Operating in the Display Window |