f (Fill)

Syntax

f range list

Fills the addresses in range with the values in list. If range specifies more bytes than the number of values in the list, the list is repeated until all bytes in the range are filled. If list has more values than the number of bytes in the range, the debugger ignores the extra values.