I have a binary file (a rom actualy) and i want to read it 1 char at a time, so that value is converted to a char and saved to another. So if the rom contained
8A 8B 8C (Š‹Œ) it would be saved as abc i have the program set up to change and save just not to read 1 char at a time