Hi All,
Im desperate to write a hex file in Delphi.
Effectively I have a Decimal value, say 580 which I convert to Hex: 02 44
And I need to put this into a Hex file (multiple times) - 25000 times per file
Each line in a similar hex file has
00000000h: 02 44 02 45 02 4D 02 44 02 45 02 4D 02 44 02 45 02 4D 02 4D
00000010h: 02 44 02 45 02 4D 02 44 02 45 02 4D 02 44 02 45 02 4D 02 4D
And my file needs to follow this format.
I assume this means there are 4 digit hex values per address??
But then again I have assumed many things that are wrong.
Help me OB1-Kanobis your my only help.