Beispiel #1
0
 //
 // Test Functions
 //
 public Boolean TestEquals(ReadOperandLogic readOperand1, ReadOperandLogic readOperand2)
 {
     return(readOperand1.readLogic(readOperand1.op) == readOperand2.readLogic(readOperand2.op));
 }
Beispiel #2
0
 internal void JumpIfEqual(WriteOperandLogic writeOperand1, ReadOperandLogic readOperand2, ReadOperandLogic readOperand3)
 {
     throw new NotImplementedException();
 }