Fill

Fill a memory area with bytes. The syntax is:

f Area Pattern

Pattern is a list of parameters seperated by commata. It describes the byte pattern Area should be filled with. It amy contain numbers of any length (byte, word, long) and strings, which must be identified by quotation marks.

Example:

The memory area from $1000 to $3000 should be filled with the text "hallo!", which is terminated by a zero byte.

f 1000 3000 "hallo!",0

The default numeric system for all parameters is hex.

Tip

Strings can contain not only petascii-chars. Press a letter on the keyboard together with the Ctrl key. It appears inverted on the screen. Now DreaMon recognizes it as screencode.