memmove equ <memcpy> movmem equ <memcpy> memcmpi equ <memicmp> memcpy proto,dest:dword,src:dword,len:dword ;FIX v1.1: I had dest/src reversed! memccpy proto,dest:dword,src:dword,c1:byte,len:dword memcmp proto,p1:dword,p2:dword,len:dword memicmp proto,p1:dword,p2:dword,len:dword memset proto,p:dword,val:byte,len:dword setmem proto,p:dword,len:dword,val:byte memchr proto,p:dword,val:byte,len:dword