Copies the contents of a block of memory to a memory address you specify.
[count] m source-address,destination-address
Parameters
count
- The number of bytes in decimal that you want to copy from the source address in memory. If you omit this parameter, SDM assumes one byte.
source-address
- The beginning address of the block of memory from which you want SDM to copy memory.
destination-address
- The beginning address of the memory block to which you want SDM to copy.
Example
This command tells SDM to copy 15 bytes of memory from a starting address of CS:2CD to a starting address of 200:4A.
..15 m cs:2cd, 200:4a
See Also
Debugging tools, System Debug Monitor (SDM)