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


FILL Search:

In Memory Access Words in TurboForth Kernal

Word Name: FILL
Type: Standard word
Data Stack Signature: address count value --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Fills count bytes of memory with value, starting at address.

Example:

none

Comment:

none

See Also: CMOVE  CMOVE>  COPYW 

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