stackStore
void stackStore (FICL_STACK *pStack, int n, CELL c);
#define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c))