<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Built-in Constants in TurboForth Kernal
Returns the address of the start of free memory.
none
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.
HERE
H