Advanced Memory Window: Fill Tab (Windows Embedded CE 6.0)
1/5/2010
Use this tab to fill a chunk of memory with data from the data field.
It starts at Start Address and fills through Range.
For example, if Start Address is 0x00000000, Range is 5, Data is X, and Type is char*, Fill fills the memory from 0x00000000 - 0x00000005 with X.
- Start Address
Enter an address in hexadecimal where you want to start a Fill.
- Range (in bytes)
Enter the number of bytes you want to fill starting from the Start Address.
Data
Enter the data you want to fill for the location specified by the Start Address and Range.The Data must be of the selected Type.
- Type
Select one of the following types: byte, word, long, float, double, char*, or wchar_t*
- OK
Select to start a fill.
- Stop Fill
Select to stop a fill.
- Close
Select to close the dialog box.