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


COPYW Search:

In Memory Access Words in TurboForth Kernal

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

Copies count cells (16-bits) from src_addr to dest_addr.

Example:

none

Comment:

none

See Also: CMOVE  CMOVE>  FILL 

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