MEMCOPY
Syntax
MEMCOPY(<source>, <dest>, <len>)
Description
Copies <len> bytes from <source> to <dest>. (<source> and <dest> may be overlapping)
MEMCOPY(<source>, <dest>, <len>)
Copies <len> bytes from <source> to <dest>. (<source> and <dest> may be overlapping)