Esempio n. 1
0
int immInstruction_t::size (void) {
  ___CBTPUSH;

  int result = 1 + operand2 ()->size ();

  ___CBTPOP;
  return result;
}
Esempio n. 2
0
 void run() {
     checkAvg(operand1(), operand2());
     checkAvg(operand2(), operand1());
 }