X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_Rgt.adoc;h=c3dcaee1bcdf794389a1e57307d9a2a18ba56cf4;hb=e5fe03259bcad1abf45257971eb92de95f269b1d;hp=65fef542600f8e8c3923270d33444031fd1c9f2b;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_Rgt.adoc b/adoc/p_Rgt.adoc index 65fef54..c3dcaee 100644 --- a/adoc/p_Rgt.adoc +++ b/adoc/p_Rgt.adoc @@ -1,9 +1,12 @@ +// stack.asm: WORD p_Rgt, 'R>',fasm + anchor:p_Rgt[] -Word: R> ----------- +=== Word: R> ----- -stack.asm: WORD p_Rgt, 'R>',fasm ----- +.... +Data stack: ( -- v ) Return stack: ( v -- ) +.... +"R>" is a function word that "moves" the top return stack value onto +the data stack.