This is useful for quickly zeroing out a memory location. When the size of the memory location to be filled out is a multiple of 2 bytes, it is better to use Fillword (501), and if it is a multiple of 4 bytes it is better to use FillDWord (500), these routines are optimized for their respective sizes.
Listing: refex/ex102.pp