...to add to current suggestions:
If the source data is BYTE, WORD, or DWORD aligned and of the appropriate length, as in the example to cited, use a MOVE with the appropriate cast.
If the source data is not aligned or not of an appropriate length, use the MOVER.
If it can be used, MOVE is significantly faster than MOVER.