page 103
Function
MEMCPY
Library CRxxxx.LIB
Function symbol
Purpose
The function MEMCPY enables the writing and reading of
different data types directly in the memory.
Parameter
Function inputs
Function outputs, none
Description
MEMCPY writes the contents of the address from SRC to the
address DST transferring exactly as many bytes as were
defined under LEN. This enables the transfer of exactly one byte
of a word date.
The address has to be found with the function ADR and has to
be transferred to MEMCPY.
Name Data type Description
DST DWORD address of target variable
SRC DWORD address of source variable
LEN WORD number of data bytes