Hi,
 
Based on your experience and PalmOS source code, what's the fastest in ARM :
 
- MemMove
- or 
 
void my_memmove(UInt8 *dst, UInt8 *src, UInt32 size) {
    while (len--)
        *dst++ = *src++;
}

 
Thanks
Chris

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to