View Single Post
Old 22nd Mar 2018, 1:09 pm   #15
GeoffB17
Tetrode
 
Join Date: Feb 2016
Location: Guisborough, North Yorkshire, UK.
Posts: 80
Default Re: Interpreting a hexdump table

Sorry to ask a silly question, but where did the hexdump come from?

Do you have a piece of software that generated it?

If so, can you not re-direct the output to a file?

You can then use a small prog (BASIC perfectly fine) to read the file and write the data out to make a raw binary image. Prog slightly more complicated if you need to manipulate the two column format shown in your example.

Much easier than entering everything by hand?

Geoff
GeoffB17 is offline