X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_Rgt.adoc;h=c3dcaee1bcdf794389a1e57307d9a2a18ba56cf4;hb=f2b2acd5d5c79e2d65854eef7e23f7323bc6c4f2;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.