more and better documentation and some reorganisation
[rrq/rrqforth.git] / adoc / p_get.adoc
1 // memory.asm:  WORD p_get, '@',fasm
2
3 anchor:p_get[]
4
5 === Word: @
6
7 ....
8 Data stack: ( a -- v )
9 ....
10
11 "@" is a function word that pushes the value v from the address a.
12