Exemplo n.º 1
0
 public RegisterA Xor(IOperand o)
 {
     CPU6502.EOR(o);         return(this);
 }