Ejemplo n.º 1
0
 public VByte Inc()
 {
     CPU6502.INC(this);
     return(this);
 }