On May 12, 2016 2:17 PM, "Noel Chiappa" <[email protected]> wrote: > > > You don't have a dump of the PROMs in Intel HEX? > > No, but I do have a un-annotated dump in octal. Can you point me at a > description of Intel HEX format, so I can whip up a converter program? (Which > will also take an array of PDP-11 words, and split it up into the 4 different > ROM chips, since each word is spread across all 4 chips.) I already have a > program to read my octal dump things, so I'll just have to tweak that a bit. >
Or you could just use the SRecord tool package to convert between binary / Intel hex / Motorala hex, and split and join images, among just about anything else you would want to do. http://srecord.sourceforge.net/man/man1/srec_examples.html
