<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Robert Armstrong wrote:
<blockquote cite="mid002201c7a5ec$19d0fce0$1401010a@Rhyme" type="cite">
  <blockquote type="cite">
    <pre wrap="">On the other hand, TSS/8 seems to be calling unimplemented 
instructions all the time. It stopped almost as soon as I ran
it with the above instruction. 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  TSS/8 uses unimplemented IOTs (i.e. 06xxx opcodes) as monitor calls.  With
the PDP-8 User Mode flag set, _all_ IOTs trap to the OS whether the hardware
actually implements them or not, and the TSS/8 designers simply picked some
unimplemented IOTs as the official way to call monitor functions.  Is that
what you're seeing??

Bob Armstrong

_</pre>
</blockquote>
Didn't TOPS 10 do somthing similar? I remember from long time ago when
I was doing MACRO-10 that system calls were UUO (Unimplemented User
Opcode) instructions.<br>
</body>
</html>