there is only one file I'm loading, I attached it in the 1st screenshot of the data i want it in (from a pdf, the forum won't let me load .bin nor .zip)
The file I attached WILL open differently if you have a different chip selected. For example, load my bin file into FM93c56A (x8) @ SOIC ( 0x100 bytes) and it will load correctly. Programming to my chip- labeled with a fairchild F logo, and 93c56, it's a 8 pin soic- in this selected format will read back FA FA FA FB FA FA FB only, it says it fails verification, etc. So it obviously doesn't want 0x100 byte style written to it.
However, load the same bin file into FM93c56 @ SOIC8 (0x80 words) or FM93c56a (x16) @SOIC or FM93c56 and it will flip the positions of some of the cells, in word form. shown in second screenshot. notice the ascii code flips from iZ to Zi. This will write and read back to the chip correctly ( under the format is was just written under), but it's not in the format (0x100 bytes) I want it in.
say, I write it using FM93c56 @ SOIC8 (0x80 words) or FM93c56a (x16) @SOIC or FM93c56 above, as it will write and read correctly. But this time, choose to read from the chip I just wrote to, but chose to read it as 0x100 byte, it reads back the third attachment picture.
Is this wrong? Is my source code that I want to write to it just supposed to be in 0x80 words style? Am I looking too far into it, over reading perhaps? I haven't been able to test my application, but I also don't want to fry the circuitry its going into.