documentation fixes
[rrq/rrqforth.git] / adoc / p_dsp.adoc
1 // stack.asm:   WORD p_dsp, 'D[n]',fasm
2
3 anchor:p_dsp[]
4
5 === Word: D[n]
6
7 ....
8 Data stack: ( n -- a )
9 ....
10
11 "D[n]" is a function word that pushes the address for the n:th cell of
12 the data stack onto the data stack.
13