<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Built-in Variables in TurboForth Kernal
Returns the first free address in high memory.
ffaihm @ $. \ gets the first free address in high memory
When compiling to high memory (i.e. when H is set to an address in the 24K memory expansion) FFAIHM tracks the next free memory address.
H
FFAIHM