<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>It's possible that NML is gronking on a negative number of
      milliseconds.  I suggest you try my updated patch and let us know
      what happens.</p>
    <p>    At label NMXTIM + 9 lines, (Decimal) change<br>
      <font size="4"><tt><br>
        </tt><tt>            IDIVI T3,JIFSEC         ;CONVERT TO NUMBER
          OF MILLISECONDS.</tt><tt><br>
        </tt><tt>            SKIPL T2                ;MAKE SURE WE HAVE
          A POSITIVE NUMBER OF SECONDS</tt><tt><br>
        </tt><tt>            TDNE T1,[XWD -1,600000] ;MAKE SURE NO DATE
          OVERFLOW</tt><tt><br>
        </tt></font><br>
           To:<br>
    </p>
    <pre><font size="4">            IDIVI T3,JIFSEC         ;CONVERT TO NUMBER OF MILLISECONDS.
            MOVMS T3                ;Ensure milliseconds are always positive
            MOVMS T2                ;Ensure seconds are always positive
            TDZA T1,[XWD -1,600000] ;Ensure no Julian half day overflow</font></pre>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 11/10/21 10:54 AM, Robert Armstrong
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:00aa01d7d64b$4fb0b130$ef121390$@com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style>@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}.MsoChpDefault
        {mso-style-type:export-only;}div.WordSection1
        {page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">  … not date related this time (or at least
          I don’t think it is)…<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">  Every time I boot TOPS-10 (7.04, KS10,
          simh) I get stopcode NTMNEC.  The job running is NML and the
          user PC is 511522.  This is a debug stopcode so the system
          keeps going.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">  The manual says of NTMNEC – “Some routine
          took the  non-skip  return,  but did not give an error code by
          calling NTExxx.  This means that the program returned  to  top
          level  and  field  NXERR was zero.  Determine which routine is
          failing, and make the  error return give an error code.”<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">  Has anybody else seen this?  Is there a
          patch?  It’s getting a bit annoying, not to mention that it
          keeps crash dumping.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Thanks,<o:p></o:p></p>
        <p class="MsoNormal">Bob<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
    </blockquote>
  </body>
</html>