movmem? That's an arcane way to do it! How about strcpy(string, "string");
, which is not only simpler but also makes sure the terminating null is
present in the destination string, which it would not have been in your
example unless the '6' was changed to a '7'?