Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

This is an old revision of the document!


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

  • The source and destination ranges don't overlap, or
  • The destination range is lower in memory