return operation;
}
@Override
public Operand decodeOperand() {
OperandType operandType = decodeOperandType();
if (RubyInstanceConfig.IR_READING_DEBUG) System.out.println("OP<" + operandType);
Operand decodedOperand = operandDecoderMap.decode(operandType);