示例#1
0
 public override ILInstruction Convert(int command, StackMatrix matrix)
 {
     throw new System.NotImplementedException();
 }
示例#2
0
 public override ILInstruction Convert(int command, StackMatrix matrix)
 {
     matrix.Push(command, new PropagateData(NCSDataType.E3, ""));
     return(new NOOP());
 }
示例#3
0
 public abstract ILInstruction Convert(int command, StackMatrix matrix);