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


>LINK Search:

In Parsing Words in TurboForth Kernal

Word Name: >LINK
Type: Standard word
Data Stack Signature: cfa -- lfa
Return Stack Signature: --
Availability: V1.2
Description:

Converts code field address cfa to the associated link field address lfa.

Example:

none

Comment:

The link field address is the first field of any dictionary entry. (Note: this word was called >DFA in previous versions).

See Also: >BODY  >CFA 

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