|
|
|
Description This method is used to move a block of memory from one location (FromAddress) to another (ToAddress), a byte at a time. The block of memory created beginning at the destination address (ToAddress) may overlap the memory block defined by the <FromAddress> and <FromAddress + cBytes>. The event OnMove is fired when the movement is completed. Syntax HCS121.Move (FromAddress, ToAddress, cBytes)
Remarks One of the uses of the Move method might be to copy a program from RAM to EEPROM memory. See also: |
|