X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_dovalue.adoc;h=696e9e5df7d73c9032de06761fcf37030308664f;hb=4738ba3eabef30343223098bd81ee6ff80fbbafc;hp=1670131735ba68bfc8fcb513d4e181f0d1b804f9;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_dovalue.adoc b/adoc/p_dovalue.adoc index 1670131..696e9e5 100644 --- a/adoc/p_dovalue.adoc +++ b/adoc/p_dovalue.adoc @@ -1,9 +1,20 @@ +// rrqforth.asm: WORD p_dovalue,'doVALUE',dovariable + anchor:p_dovalue[] -Word: doVALUE -------------- +=== Word: doVALUE + +.... +Data stack: ( -- a ) +.... + +"doVALUE" is a variable word whose value is the implementation of the +execution semantics for cell values, which are variables with a single +64-bit cell holding the value. + +The execution of this result in pushing the value: +.... +Resulting data stack: ( -- v ) +.... ----- -rrqforth.asm: WORD p_dovalue,'doVALUE',dovariable -----