<div dir="ltr"><div><div>You also have the option of running on the "bare" metal of the simh emulator.<br><br>PDP-11 simulator V3.8-1<br>sim> ie -m 0-16<br>0:    HALT    inc 177560<br>4:    HALT    tstb 177560<br>10:    HALT    bpl 4<br>12:    HALT    movb 177562,r0<br>16:    HALT    halt<br>sim> run 0<br><br>HALT instruction, PC: 000020 (HALT)<br>sim> <br><br></div>Used halt instead of ,exit because not macro library here.<br><br></div>You also have "macro11" in simtools to assemble things. Don't know if there is any way to feed its output directlt into simh though.<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 20, 2016 at 10:48 AM, Paul Koning <span dir="ltr"><<a href="mailto:paulkoning@comcast.net" target="_blank">paulkoning@comcast.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> On Feb 20, 2016, at 12:25 PM, Will Senn <<a href="mailto:will.senn@gmail.com">will.senn@gmail.com</a>> wrote:<br>
><br>
> Great answer and helpful. I'll give both approaches a shot. If I understand my environment correctly, RT-11 is single user, single job (well, most of the time anyway). So, it oughta be safe enough to try this without messing things up beyond needing to restart if I have logic errors? That is, the file system isn't involved or caching or anything that would cause inconsistency as a result of an infinite loop or crash? Not that I would ever code such things :)!<br>
<br>
</span>RT comes in several flavors, of which I know the SJ and FB (foreground/background) flavors, V2 specifically.  Both are unprotected operating systems, so you can play with I/O devices at will.<br>
<br>
Also, in those there definitely is no caching in the file system.  For that matter, the file structure is simple enough that there really isn't anything to go "inconsistent".  A crash in mid-operation might cause a file not to be there if it was being written, but that's about it.  The only exception I can think of is the file system defrag operation, but then again that one may be written in a fault tolerant manner, I don't know.<br>
<span class="HOEnZb"><font color="#888888"><br>
        paul<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Simh mailing list<br>
<a href="mailto:Simh@trailing-edge.com">Simh@trailing-edge.com</a><br>
<a href="http://mailman.trailing-edge.com/mailman/listinfo/simh" rel="noreferrer" target="_blank">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></div></div></blockquote></div><br></div>