stackPushFloat
void stackPushFloat(FICL_STACK *pStack, FICL_FLOAT f);
#define PUSHFLOAT(f) stackPushFloat(pVM->fStack,f)