X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_Rget.adoc;h=236e2ee478053ecdc2cb4b4c33ba6f4bbadd1bfc;hb=92ed95a59cba9c0685150503196877c3d81fedbc;hp=8eb5f6da8803a3bf9515fa6039b1f9a3516a4c01;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;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.