Important: The information in this document is obsolete and should not be used for new development.
scMove
You can use thescMove
TIB instruction to copy a long value from one memory location to another.
--> scParam1
Ptr
The source address. --> scParam2
Ptr
The destination address. DESCRIPTION
ThescMove
TIB instruction copies the 32-bit value pointed to by thescParam1
parameter to the memory location specified by thescParam2
parameter.