User`s manual

BV - Block of Memory Verify
3-22
3
BV - Block of Memory Verify
Command Input
BV RANGE data [increment] [;B|H|W]
Arguments
Options
Description
The BV command compares the specified range of memory against
a data pattern. If an increment is specified, then data is incremented
by this value following each comparison, otherwise data remains a
constant value. A decrementing pattern may be accomplished by
entering a negative increment. The data you entered is right-
justified in either a byte, half-word, or word field (as specified by
the option selected). The default field length is W (word).
If the range is specified using a COUNT, then the COUNT is
assumed to be in terms of the data size.
data Data pattern to be compared to memory.
If data does not Þt into the selected data Þeld length, then
leading bits are truncated to make it Þt. If truncation
occurs, then a message is printed stating the data pattern
which was actually written (or initially written if you
speciÞed an increment).
increment Value that data is incremented following each write.
If increment does not Þt into the data Þeld size, then leading
bits are truncated to make it Þt. If truncation occurs, then a
message is printed stating the increment which was
actually used.
B Byte
H Half-word
W Word