upgraded binary
[rrq/rrqforth.git] / adoc / p_dovalue.adoc
index 1670131735ba68bfc8fcb513d4e181f0d1b804f9..696e9e5df7d73c9032de06761fcf37030308664f 100644 (file)
@@ -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
-----