major touch-up into presentable form
[rrq/rrqforth.git] / adoc / p_Rget.adoc
index 8eb5f6da8803a3bf9515fa6039b1f9a3516a4c01..236e2ee478053ecdc2cb4b4c33ba6f4bbadd1bfc 100644 (file)
@@ -1,8 +1,12 @@
+// stack.asm:  WORD p_Rget, 'R@',fasm
+
 anchor:p_Rget[]
 
-Word: R@
---------
+=== Word: R@
+
+....
+Data stack: ( -- v )   Return stack: ( v -- v )
+....
 
-----
-stack.asm:     WORD p_Rget, 'R@',fasm
-----
+"R@" is a function word that "copies" the top return stack value onto
+the data stack.