Fills an area of memory starting at the location pointed to by ptr with length copies of the byte in character.
Syntax
void _MemFill(void FAR *ptr, int character, unsigned int length)
void FAR *ptr; /* Starting point for fill. */
int character; /* Character for fill. */
unsigned int length; /* How many bytes to fill. */