Esempio n. 1
0
 public Instruction CreateInstruction(OpCode opCode, int value)
 {
     return(_proc.CreateOptimized(opCode, value));
 }