copy

Copies contents of a memory address or address block to another memory location.

Syntax
copy [<ms>:]<addr>[..<addr>|#<bytes>] [<ms>:]<addr>
Parameter
<addr>

One of these memory-address specifications:

Examples

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.