<image>.save-vmem <image>.status
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<image>.set

Synopsis

<image>.set address value [size] [-l] [-b] [-t]

Description

Sets size bytes in an image at offset address to value. The default size is 4 bytes, but can be anywhere between 1 and 8 inclusive.

If value is larger than the specified size, an error is given. This can be ignored with the -t flag, which will truncate the value to size bytes.

The -l and -b flags are used to select little-endian and big-endian byte order, respectively. If neither is given, the byte order of the currently selected processor is used.

Provided By

Simics Core

See Also

set, get, signed
<image>.save-vmem <image>.status