Fill memory with repeated data.
Syntax:
┌──────────────────┐ │ │ │ ──── F ──────── addr ──── Ln ────────┬── value ──┬─┴───── └── string ──┘
Parameters:
addr
An address expression may be specified.
Results & Notes:
The list of values and strings is repeated up to the length Ln and used to fill memory at the specified address. If the fill data is shorter than the length then it is repeated, if it is longer it is truncated.
If memory is present the storage is updated otherwise an Invalid Address message is generated. If this should happen, valid storage may be paged into memory by means of the .I command..