alignPtr
pDict->here = alignPtr(pDict->here);
void *alignPtr(void *ptr);
pc = (CELL *)alignPtr(sp->text + sp->count + 1) - 1;
pc = (CELL *)alignPtr(sp->text + sp->count + 1) - 1;
cp = alignPtr(cp);
cp = alignPtr(cp);
dp->here = PTRtoCELL alignPtr(cpDest);
PUSHPTR(alignPtr(addr));