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