TomNisbet / TommyPROM

Simple Arduino-based EEPROM programmer
https://tomnisbet.github.io/TommyPROM/
143 stars 29 forks source link

Missing character in dump command #11

Closed TomNisbet closed 4 years ago

TomNisbet commented 4 years ago

The first character of the ASCII in the memory dump command is missing. When the addresses were extended from four digits to five, the dump command was not adjusted. The ASCII part of the memory dump needs to be shifted over by one character so that the trailing space character from the last byte of the hex dump does not overwrite it.