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