====== MEMCPY ====== //Since version 2.1// Syntax: memcpy , , The ''MEMCPY'' command calls a built-in routine that copies //length// number bytes in memory from //source_address// to //destination_address//. {{ :memcpy.png?direct&600 |}} The routine is overlapping-safe **downwards only**. Use it if * The source and destination ranges don't overlap, or * The destination range is lower in memory For copying overlapping areas upwards, see ''[[memshift|MEMSHIFT]]''.