3.82. memcpy (memory copy)

3.82.1. Usage

memcpy [-bwlsd] SRC DEST COUNT

3.82.2. Synopsis

Copy memory at SRC of COUNT bytes to DEST

3.82.3. Options

-b byte access
-w word access (16 bit)
-l long access (32 bit)
-s FILE source file (default /dev/mem)
-d FILE write file (default /dev/mem)

Table Of Contents

Previous topic

3.81. memcmp (memory compare)

Next topic

3.83. meminfo (print info about memory usage)

This Page