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


RP@ Search:

In Return Stack Words in TurboForth Kernal

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

Pushes the address of the return stack pointer variable.

Example:

RP@ $.

Comment:

Points to the current address of the return stack pointer.

See Also: RP!  R0 

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