<div dir="auto">I think I am going to give it a try. I think am going to start with a Straight-8 simulator for proof of concept. Would this be worth releasing as well? Then I will start on the PDP-5. I hope there people that would willing to answer  my questions and in the beginning there will probably be a lot! <div dir="auto"><br></div><div dir="auto">Thanks </div><div dir="auto"><br></div><div dir="auto">Ray </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 13, 2019, 9:08 AM Paul Koning <<a href="mailto:paulkoning@comcast.net">paulkoning@comcast.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Aug 12, 2019, at 10:17 PM, Johnny Billquist <<a href="mailto:bqt@softjar.se" target="_blank" rel="noreferrer">bqt@softjar.se</a>> wrote:<br>
> <br>
> ...<br>
> The PDP-12 poses a more interesting problem, as it is a dual CPU thingy with shared memory and two totally different instruction sets, but some interaction between them...<br>
<br>
I've never programmed one but I have a handbook somewhere, so from that memory: it's not a "dual CPU" in the usual sense of two separate engines running in parallel, interconnected by memory or by I/O channels.  Instead, it's more like compatibility mode in early VAXen, where you can flip between two instruction sets through a mode control.  So the basic structure of a SIMH cpu simulation is unaffected; what changes is that there are two sets of opcode interpreters.<br>
<br>
The I/O devices are also different; LINCtape is physically very similar to DECtape but the programming interface is rather different (significantly more advanced -- if I remember right, it will search for the requested block for you rather than putting that job in the driver software).<br>
<br>
        paul<br>
<br>
_______________________________________________<br>
Simh mailing list<br>
<a href="mailto:Simh@trailing-edge.com" target="_blank" rel="noreferrer">Simh@trailing-edge.com</a><br>
<a href="http://mailman.trailing-edge.com/mailman/listinfo/simh" rel="noreferrer noreferrer" target="_blank">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></blockquote></div>