AP
} else if (AP || EP || OP) {
if (AP)
if (AP)
} else if (AP || (EP && OP)) {
long AP; /* Argument Pointer */
(*pr)(" AP = 0x%x\n", (unsigned int)(pcb->AP));
pcb2->AP = (uintptr_t)&cf->ca_argno;
#define VOCALL(OPSV,OFF,AP) (( *((OPSV)[(OFF)])) (AP))
#define VCALL(VP,OFF,AP) VOCALL((VP)->v_op,(OFF),(AP))