<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Built-in Variables in TurboForth Kernal
Pushes the address of the current compilation address pointer.
none
H is used to track the next free memory address to be compiled to. The compilation address can be changed by writing to this variable.
All words which cause something to be compiled to memory (e.g. : , CREATE VARIABLE etc) cause H to be changed (advanced).
: , CREATE VARIABLE
H