[pet] [vic20] [c64] [c16] [cplus4] [c128] [x16] [m65]
MEMSHIFT <source_address>, <destination_address>, <length>
The MEMSHIFT command calls a built-in routine that copies length number bytes in memory from source_address to destination_address.
Note
MEMSHIFT uses fast Direct Memory Access (DMA) on the [m65].
The routine is overlapping-safe upwards only. Use it if
For copying overlapping areas downwards, see MEMCPY.