X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_Rget.adoc;h=236e2ee478053ecdc2cb4b4c33ba6f4bbadd1bfc;hb=656f37efbd89db1b1088281047a9633cf74e92ec;hp=8eb5f6da8803a3bf9515fa6039b1f9a3516a4c01;hpb=fe4d0a01d5703d1ed6fa230679add024b5b2ca5c;p=rrq%2Frrqforth.git diff --git a/adoc/p_Rget.adoc b/adoc/p_Rget.adoc index 8eb5f6d..236e2ee 100644 --- a/adoc/p_Rget.adoc +++ b/adoc/p_Rget.adoc @@ -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.