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.
Start address
Type the start address—in binary, octal, decimal, or hexadecimal notation.
Length
Type the length—in binary, octal, decimal, or hexadecimal notation.
Zone
Selects a memory zone, see C-SPY memory zones.
Value
Type the 8-bit value to be used for filling each memory location.
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.