: Preferably I would like the hex dump to be in the form below, but I am
: flexible on that..
: 00a500:a9f20854c...90
: 00a510:2c51234..ff

If you're going to build a hex format, you should use the well-known
Intel hex format.  It's similar to yours, but has a checksum associated
with it.  As well, many tools support this format.  It's described at:

http://www.wotsit.org/cgi-bin/search.cgi?binary

Look for HEX or Intel HEX on that page.

Regards,

Greg

Reply via email to