.. 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) -q quad access (64 bit) -s FILE source file (default /dev/mem) -d FILE write file (default /dev/mem) .. generated from: /ptx/work/dude/WORK_B/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/memcpy.c .. command function: do_memcpy