<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Memory Access Words in TurboForth Kernal
The cell at address is read and the value pushed to the stack, above the address. Address is incremented by 2, ready for @++ to be called again. Note, TurboForth V1.0 has a different stack signature. Please see comments.
@++
None.
Note: In version 1.0, the output stack signature is reversed.