Name

memset — Set range of memory to a specific value.

Synopsis

memset {address} {length} [value]

Options

address

Start address of memory to set in hex

length

Length of area to set in hex

value

Value to set memory region to in hex (defaults to 0 if unspecified)

Description

This command alters an area of memory starting at address and spanning the specified length to the specified value. The address specified is dependant on the machine architecture and is the translated by the MMU.

See also

peek, poke, dump.