// stack.asm: WORD p_dsp, 'D[n]',fasm anchor:p_dsp[] === Word: D[n] .... Data stack: ( n -- a ) .... "D[n]" is a function word that pushes the address for the n:th cell of the data stack onto the data stack.