public EORTest() { _dec = new EOR(machine.CPU); }
public AnonymousInstruction2(EOR parent) { this.parent = parent; }