doc fiddling
[rrq/rrqforth.git] / adoc / p_Rgt.adoc
1 // stack.asm:   WORD p_Rgt, 'R>',fasm
2
3 anchor:p_Rgt[]
4
5 === Word: R>
6
7 ....
8 Data stack: ( -- v )   Return stack: ( v -- )
9 ....
10
11 "R>" is a function word that "moves" the top return stack value onto
12 the data stack.