.. index:: memcpy (command)

.. _command_memcpy:

memcpy - memory copy
====================

Usage
^^^^^
``memcpy [-bwlsd] SRC DEST COUNT``

Synopsis
^^^^^^^^
Copy memory at SRC of COUNT bytes to DEST

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)

.. generated from: /ptx/work/dude/WORK_A/sha/backup/barebox/website_barebox_org/barebox/commands/memcpy.c
.. command function: do_memcpy