User`s manual
BF - Block of Memory Fill
3-7
3
BF - Block of Memory Fill
Command Input
BF RANGE data [increment] [;B|H|W]
Arguments
Options
Description
The BF command fills the specified range of memory with a data
pattern (data). If an increment is specified, then data is incremented
by this value following each write, otherwise data remains a
constant value.
A decrementing pattern may be accomplished by entering a
negative increment. The data you enter is right-justified in either a
byte, half-word, or word field (as specified by the data field length
selected). The default field length is W (word).
data Data pattern to be written 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