22
| 1466 | |
| 1467 | //22 |
| 1468 | bool cHardwareTransSMT::Inst_IfLess(cAvidaContext&) // Execute next if ?bx? < ?cx? |
| 1469 | { |
| 1470 | const int op1 = FindModifiedStack(STACK_AX); |
| 1471 | const int op2 = FindModifiedNextStack(op1); |
| 1472 | if (Stack(op1).Top() >= Stack(op2).Top()) IP().Advance(); |
| 1473 | return true; |
| 1474 | } |
| 1475 | |
| 1476 | //23 |
| 1477 | bool cHardwareTransSMT::Inst_IfGreater(cAvidaContext&) // Execute next if bx > ?cx? |