int immInstruction_t::size (void) { ___CBTPUSH; int result = 1 + operand2 ()->size (); ___CBTPOP; return result; }
void run() { checkAvg(operand1(), operand2()); checkAvg(operand2(), operand1()); }