MEMCPY

Since version 2.1

Syntax:

memcpy <int source_address>, <int destination_address>, <int length>

The MEMCPY command calls a built-in routine that copies length number bytes in memory from source_address to destination_address.

The routine is overlapping-safe downwards only. Use it if

For copying overlapping areas upwards, see MEMSHIFT.