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


HERE Search:

In Built-in Constants in TurboForth Kernal

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

Returns the address of the start of free memory.

Example:

none

Comment:

 Free memory is defined as that memory that has not had code compiled into it, or data compiled into it (with ,) .

HERE tracks either low memory (the 8K memory expansion) or high memory (the 24K memory expansion) depending on the address set via the variable H.

See Also: , (comma)  H  FFAIHM  FFAILM 

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