Example #1
0
 public EORTest()
 {
     _dec = new EOR(machine.CPU);
 }
Example #2
0
 public AnonymousInstruction2(EOR parent)
 {
     this.parent = parent;
 }