Okay, I changed everything to asm, and it says "expected asm body before '{'

I'm still using these:

Code:
asm {
       mov      edi, DestAddr
       mov      ecx, MixLen
       mov      esi, SrcAddr
     }