Exemplo n.º 1
0
 public int setValueByRef(Register reg, ref int address)
 {
     address = reg.ACC;
     return(address);
 }