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


ALLOT Search:

In Compilation Words in TurboForth Kernal

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

Allots n bytes by advancing HERE by n bytes.

Example:

none

Comment:

Note: If an odd number of bytes is requested, H/HERE will be aligned to the next highest even address.

See Also: ALIGN  H  HERE 

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