Exemple #1
0
 public RegisterA And(IOperand o)
 {
     CPU6502.AND(o);         return(this);
 }