User`s guide

Table Of Contents
User Commands 4–53
User Commands
fill
fill
The fill command fills a specified memory block with the specified 32-bit pattern.
Format
fill start_address end_address [fill_value]
Parameters
start_address
Specifies the start address for the fill value.
end_address
Specifies the end address for the fill value. The fill value includes the end_address.
fill_value
Specifies a longword hexadecimal number as the fill value for the specified address.
The default is 0.
Description
The fill command fills a specified block of memory with a specified value. The data
or fill value specified is placed in memory starting at the first address specified, and
it fills through the last (or end) address specified.