| |||||
Technical Support Support Resources
Product Information | DSCOPE: FILLING MEMORY WITH A VALUEInformation in this article applies to:
QUESTIONHow do I fill memory with a value? ANSWERIn the debugger, you may use the memset function to fill memory. In the command window, enter: memset (d:0x40, d:0x7F, 'Z') to fill memory from 0x40 to 0x7F with the character Z. SEE ALSOLast Reviewed: Wednesday, November 30, 2005 | ||||
| |||||