PUSH
#define PUSH(c) stackPush(pVM->pStack,c)
#define PUSH(r64) do { \
#define PUSH(r32) do { \
PUSH(u_short x, struct vm86frame *vmf)