: 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
- a.out -> memory hex dump?? Simon Wood
- Re: a.out -> memory hex dump?? Jim Jackson
- Re: a.out -> memory hex dump?? Ken Yap
- Re: a.out -> memory hex dump?? Robert de Bath
- Re: a.out -> memory hex dump?? Greg Haerr
- Re: a.out -> memory hex dump?? Tony
- Re: a.out -> memory hex dump?? Tony
- Re: a.out -> memory hex dump?? Ed Johnson
