5c94c4a7bf4c77746931bf67592067a9d29b3f34
[rrq/rrqforth.git] / 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