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


C! Search:

In Memory Access Words in TurboForth Kernal

Word Name: C!
Type: Standard word
Data Stack Signature: char address --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Store lower 8 bits of char to address. (Byte write)

Example:

none

Comment:

none

See Also: C@ 

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