This command will fill an area of memory with a specified byte value. You can use this command in combination with the MAKE MEMORY command to clear previously created data. With care, you can also use this command to create wipe effects, clear the screen and initialise data structures. The size to clear is specified in bytes.

Syntax: 
FILL MEMORY Memory Address, FillByte, Size In Bytes