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


Words in category Return Stack Words in glossary TurboForth Kernal

Search:
The following words are listed in this category (5 words found): Word Types: S = Standard, I = Immediate , IC = Immediate-compiling.
Word Name Word Type Data Stack Signature Return Stack Signature Description Availability
V1.0 V1.1 V1.2
>R S n -- -- n Moves the top cell from the data stack to the return stack.
R@ S -- n n -- n Copies the top cell from the return stack to the data stack (i.e. does not remove it).
R> S -- n n -- Moves the top cell from the return stack to the data stack.
RP! S -- address -- Sets the return stack pointer.
RP@ S -- address -- Pushes the address of the return stack pointer variable.

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