I assume it would do that too for MOVER D0:W0, because the source element size is now WORD?
I knew I could do a loop, but it felt too heavyweight for the purpose. I ended up moving all 8 DWORDS intact and just picking through the destination, in fact even used MEMCOPY instead of MOVER, since I didn't need the value-awareness.