update
[rrq/rrqforth.git] / adoc / p_rsp.adoc
1 // stack.asm:   WORD p_rsp, 'R[n]',fasm
2
3 anchor:p_rsp[]
4
5 === Word: R[n]
6
7 ....
8 Data stack: ( n -- a )
9 ....
10
11 "R[n]" is a function word that pushes the address for the n:th cell on
12 the top return stack value onto the data stack.