// stack.asm: WORD p_rsp, 'R[n]',fasm anchor:p_rsp[] === Word: R[n] .... Data stack: ( n -- a ) .... "R[n]" is a function word that pushes the address for the n:th cell on the top return stack value onto the data stack.