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


SP@ Search:

In Built-in Variables in TurboForth Kernal

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

Pushes the data stack's current address (the address that the top of the data stack is currently pointing to).

Example:

100 SP@ @ .

(displays 100)

Comment:

none

See Also: SP!  S0 

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