<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 29, 2014 at 9:32 AM, Stephen Merrony <span dir="ltr"><<a href="mailto:steve@stephenmerrony.co.uk" target="_blank">steve@stephenmerrony.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">extract a tape dump in SimH format </blockquote></div><br><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">​Can you be a little more detailed here.  The file is a SimH format of the a tape.  But the tape itself has been formatted by the application on the OS that wrote it.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">eg.  if its a UNIX "dump" format tape you need:   something to under the SimH format and create a bytes stream to push into a program that understand the UNIX restore format - which also means you might have NUXI issues depend on the simulator that wrote it, since dump writes integers in native formats in the metadata.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">or if it's a TOPS "dumper" (aka backup)​ you will need something to under the SimH format and create a bytes stream to feed program that understand the PDP-10 dumper format.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">FYI: I used to have tools for the later part, although I have never run them on Linux. The last time i ran them was an Alpha under Tru64.   I'll have to go digging.</div><br></div></div>