<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


CMOVE> Search:

In Memory Access Words in TurboForth Kernal

Word Name: CMOVE>
Type: Standard word
Data Stack Signature: src_addr dest_addr count --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Copies count bytes from src_addr to dest_addr.

Example:

none

Comment:

Begins copying at the top of the range. Suitable for use when the source and destination memory areas overlap.

See Also: CMOVE  COPYW  FILL 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>