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


C, Search:

In Compilation Words in TurboForth Kernal

Word Name: C,
Type: Standard compiling word
Data Stack Signature: n --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Compiles the lower 8 bits of the cell n on the stack to HERE. Advances HERE by 1 byte.

Example:

none

Comment:

none

See Also: , (comma)  ALIGN  H  HERE 

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