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


FFAIHM Search:

In Built-in Variables in TurboForth Kernal

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

Returns the first free address in high memory.

Example:

ffaihm @ $. \ gets the first free address in high memory

Comment:

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.

See Also: H  FFAILM  HERE 

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