Copies contents of a memory address or address block to another memory location.
copy [<ms>:]<addr>[..<addr>|#<bytes>] [<ms>:]<addr>
One of these memory-address specifications:
- A single address
- First address of the destination memory block.
The following table lists and defines examples of the copy command.
Table 1. copy Command-line debugger command - Examples| Command |
Description |
| copy 00..1f 30 |
Copies memory addresses 00 through 1f to address 30. |
| copy 20#10 50 |
Copies 10 memory locations beginning at memory location 20 to memory beginning at location 50. |