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


FFAILM Search:

In Built-in Variables in TurboForth Kernal

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

Returns the first free address in low memory.

Example:

ffailm @ $. \ gets the first free address in low memory

Comment:

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.

See Also: H  FFAIHM  HERE 

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