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


@ Search:

In Memory Access Words in TurboForth Kernal

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

Pushes the value read from address to the stack.

Example:

$B000 @

Comment:

none

See Also: !  VARIABLE 

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