CMOVE CLS CMOVE>
CMOVE ( from-ptr to-ptr len -- )  
ansi 17.6.1.0910 <STRING>
memcpy an area from->to for len bytes, starting at the lower addresses, see CMOVE>

reference: p4_cmove in ../src/string.c:0076, export CO CMOVE