Hi, I'm currently using a for loop to copy an unsigned char array of over 61,000 elements to another array. I was wondering if there was a method or an ASM function I can use to make this faster?

Thanks