Exemple #1
0
 public char FetchChar(int fromAddress)
 {
     return(CharType.ToChar(FetchByte(fromAddress)));
 }