<< 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:

Sets the address of the top of the data stack.

Example:

$B000 SP! (sets the base of the stack to B000 hex)

Comment:

none

See Also: SP@  S0 

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