User`s guide

Table Of Contents
User Commands 4–27
User Commands
copy
copy
The copy command copies the specified memory range to the new specified
address.
Format
copy start_address end_address destination
Parameters
start_address
Specifies the starting address for this copy.
end_address
Specifies the last address to be included in this copy.
destination
Specifies the new starting address for the memory range.
Description
The copy command copies the data from the specified block of memory to a new
location in memory. The original location is unchanged.