Fill dialog box
What do you want to do?
Learn about:
Get reference information about the Fill dialog box, see below the line.

The Fill dialog box is available from the context menu in the Memory window.

Use this dialog box to fill a specified area of memory with a value.
Requirements
Can be used with all C-SPY debugger drivers and debug probes.
Zone
Selects a memory zone, see C-SPY memory zones.
Operation
These are the available memory fill operations:
- Copy
Value will be copied to the specified memory area.
- AND
An
ANDoperation will be performed between Value and the existing contents of memory before writing the result to memory.
- XOR
An
XORoperation will be performed between Value and the existing contents of memory before writing the result to memory.
- OR
An
ORoperation will be performed between Value and the existing contents of memory before writing the result to memory.