Texas Instruments TMS34010 Reference Manual page 133

C compiler
Hide thumbs Also See for TMS34010:
Table of Contents

Advertisement

movmem
Syntax
Defined in
Description
6-58
Move Memory
#include
<stdlib.h>
char *movmem(src,dest,count)
char *src;
/* source address
~/
char *dest;
/* destination address
*/
char count;
/* number of bytes to move */
movmem. c in rts. src
The movmem function moves count bytes of memory from the object that
src points to into the object that dest points to. The source and desti-
nation areas can be overlapping.

Advertisement

Table of Contents
loading

Table of Contents