added strlen, strncpy and realloc
[rrq/rrqforth.git] / adoc / p_dovalue.adoc
1 // rrqforth.asm:        WORD p_dovalue,'doVALUE',dovariable
2
3 anchor:p_dovalue[]
4
5 === Word: doVALUE
6
7 ....
8 Data stack: ( -- a )
9 ....
10
11 "doVALUE" is a variable word whose value is the implementation of the
12 execution semantics for cell values, which are variables with a single
13 64-bit cell holding the value.
14
15 The execution of this result in pushing the value:
16 ....
17 Resulting data stack: ( -- v )
18 ....
19
20