Esempio n. 1
0
 public RegisterA Or(IOperand o)
 {
     CPU6502.ORA(o);         return(this);
 }