I have this: Code: asm ( mov edi, DestAddr mov ecx, MixLen mov esi, SrcAddr ); Which gives the error "expected asm body before 'mov'"
asm ( mov edi, DestAddr mov ecx, MixLen mov esi, SrcAddr );
Forum Rules
Bookmarks