home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / sys / pdp8 / 70 < prev    next >
Encoding:
Text File  |  1992-11-13  |  28.2 KB  |  646 lines

  1. Newsgroups: alt.sys.pdp8
  2. Path: sparky!uunet!news.uiowa.edu!news
  3. From: jones@pyrite.cs.uiowa.edu (Douglas W. Jones,201H MLH,3193350740,3193382879)
  4. Subject: FAQ
  5. Sender: news@news.uiowa.edu (News)
  6. Message-ID: <1992Nov13.141832.23053@news.uiowa.edu>
  7. Date: Fri, 13 Nov 1992 14:18:32 GMT
  8. Nntp-Posting-Host: pyrite.cs.uiowa.edu
  9. Organization: University of Iowa, Iowa City, IA, USA
  10. Lines: 634
  11.  
  12. In celebration of the new wide distribution of alt.sys.pdp8, I am reposting
  13. the following:
  14. ===========================================================================
  15.  
  16. Frequently Asked Questions about the PDP-8
  17.  
  18.     By Douglas Jones, jones@cs.uiowa.edu
  19.     (with help from many folks)
  20.  
  21.  
  22. Contents
  23.  
  24.     What is a PDP?
  25.     What is a PDP-8?
  26.     What is the PDP-8 instruction set?
  27.     What does PDP-8 assembly language look like?
  28.     What different PDP-8 models were made?
  29.     Where can I get a PDP-8 today?
  30.     Where can I get PDP-8 documentation?
  31.     What operating systems were written for the PDP-8?
  32.     What programming languages were supported on the PDP-8
  33.     Where can I get PDP-8 software?
  34.     Where can I get additional information?
  35.     What use is a PDP-8 today?
  36.  
  37.  
  38. What is a PDP?
  39.  
  40.     For over a decade, all programmable digital computers sold by
  41.     Digital Equipment Corporation were sold as Programmable Data
  42.     Processors (PDPs) instead of computers.  I have DEC documentation
  43.     that actually calls them "PDPs", so this is not improper usage.
  44.     DEC's first computer, the PDP-1, had a selling price of $120,000
  45.     at a time when competing machines were selling for over $1,000,000.
  46.     Everyone (DEC's stockholders included) knew that computers were
  47.     big and expensive and needed a computer center and a large staff,
  48.     and apparently, DEC chose to avoid dealing with these stereotypes
  49.     by entirely avoiding the term "computer".
  50.  
  51.     DEC built a number of different computers under the PDP label, with
  52.     a huge range of price and performance.  The largest of these are
  53.     fully worthy of large computer centers with big support staffs.
  54.     Here is the list of PDP computers (and some others):
  55.  
  56.     PDP-1  -- (1959) DEC's first computer, 18 bits/word.
  57.     PDP-2  -- (    ) Possibly a paper 24 bit machine, never built.
  58.     PDP-3  -- (    ) a 36 bit machine, only 1 was ever built.
  59.     PDP-4  -- (    ) 18 bits/word, little is known about it.
  60.     PDP-5  -- (1963) The ancestor of the PDP-8, 12 bits/word.
  61.     PDP-6  -- (    ) DEC's first really big computer, 36 bits/word.
  62.     PDP-7  -- ( <66) 18 bits/word, widely used for real-time control.
  63.     PDP-8  -- (1965) 12 bits/word, the smallest and cheapest PDP.
  64.     PDP-9  -- (1966) An upgrade of the PDP-7.
  65.     PDP-10 -- (1967) A large scale timesharing system, a PDP-6 upgrade.
  66.     PDP-11 -- (1970) DEC's first and only 16 bit minicomputer.
  67.     PDP-12 -- (1969) Originally known as the LINC-8/I, a PDP-8 superset.
  68.     PDP-13 --        Bad luck, there was no such machine.
  69.     PDP-14 -- (    ) A ROM-based industrial controller, not a computer!
  70.     PDP-15 -- (    ) A TTL upgrade of the PDP-9.
  71.     PDP-16 -- (1972) A module system at the register-transfer level.
  72.     DECSYSTEM-20  -- What marketroids decided to rename the PDP-10.
  73.     VAX-11/780    -- Originally the PDP-11/78 Virtual Address eXtension.
  74.  
  75.     (corrections to this list are welcome, as are the dates of initial
  76.     offering for these machines.)
  77.  
  78.     Today, all of the PDP machines are in DEC's corporate past, with the
  79.     exception of the PDP-11 family of minicomputers and microprocessors.
  80.     
  81.  
  82. What is a PDP-8?
  83.  
  84.     The PDP-8 family of minicomputers were built by Digital Equipment
  85.     corporation between 1965 and 1990 (if you include the PDP-5, the
  86.     starting date should be 1963).  These machines were characterized
  87.     by a 12 bit word, with no hardware byte structure, a 4K minimum
  88.     memory configuration, and a simple but powerful instruction set.
  89.     By 1970, the PDP-8 was the best selling computer in the world, and
  90.     many models of the PDP-8 set new records as the least expensive
  91.     computer on the market.  The PDP-8 has been described as the
  92.     model-T of the computer industry.
  93.  
  94.     C. Gordon Bell (who later was chief architect of the PDP-11 and
  95.     who, as Vice President, oversaw the development of the VAX) says
  96.     that the basic idea of the PDP-8 was not really original with him.
  97.     He gives credit to Seymour Cray (of CDC and later Cray) for the
  98.     idea of a single-accumulator 12 bit minicomputer.  Cray's CDC 160
  99.     family, sold starting around 1959, certainly was a very similar 12
  100.     bit architecture, and the peripheral processors of Cray's first
  101.     supercomputer, the CDC 6600, also look very familiar to PDP-8
  102.     programmers.
  103.  
  104.  
  105. What is the PDP-8 instruction set?
  106.  
  107.     The PDP-8 word size is 12 bits, and the basic memory is 4K
  108.     words.  The minimal CPU contained the following visible registers:
  109.  
  110.         PC - the program counter, 12 bits.
  111.         AC - the accumulator, 12 bits.
  112.         L  - the link, 1 bit, commonly prefixed to AC as <L,AC>.
  113.  
  114.     It is worth noting that many operations such as procedure linkage
  115.     and indexing which are usually thought of as involving registers
  116.     were done with memory on the PDP-8 family.
  117.  
  118.     Instruction words are organized as follows:
  119.                  _ _ _ _ _ _ _ _ _ _ _ _
  120.         |_|_|_|_|_|_|_|_|_|_|_|_|
  121.                 |     | | |             |
  122.                 |  op |i|z|    addr     |
  123.  
  124.         op   - the opcode.
  125.         i    - the indirect bit (0 = direct, 1 = indirect).
  126.         z    - the page bit (0 = page zero, 1 = current page).
  127.         addr - the word in page.
  128.  
  129.     The top 5 bits of the 12 bit program counter give the current page,
  130.     and memory addressing is also complicated by the fact that absolute
  131.     memory locations 8 through 15 are incrememted prior to use when
  132.     used for indirect addressing.  These locations are called the
  133.     auto-index registers (despite the fact that they are in memory),
  134.     and they allow the formulation of very tightly coded array
  135.     operations.
  136.  
  137.     The basic instructions are:
  138.  
  139.         000 - AND - and operand with AC.
  140.         001 - TAD - add operand to <L,AC> (a 13 bit value).
  141.         010 - ISZ - increment operand and skip if result is zero.
  142.         011 - DCA - deposit AC in memory and clear AC.
  143.         100 - JMS - jump to subroutine.
  144.         101 - JMP - jump.
  145.         110 - IOT - input/output transfer.
  146.         111 - OPR - microcoded operations.
  147.  
  148.     The ISZ and other skip instructions conditionally skip the
  149.     next instruction in sequence.  The subroutine calling sequence
  150.     involves putting the return address in relative word zero of the
  151.     subroutine, with execution starting with relative word one.
  152.     Return from subroutine is done with an indirect jump through the
  153.     return address.  Subroutines frequently increment their return
  154.     addresses to index through inline parameter lists or to provide
  155.     return codes by conditionally skipping the next instruction.
  156.  
  157.     The IOT instruction has the following form:
  158.                  _ _ _ _ _ _ _ _ _ _ _ _
  159.         |1|1|0|_|_|_|_|_|_|t|c|s|
  160.                 |     |           |     |
  161.                 |     |   device  | op  |
  162.  
  163.     The IOT instruction specifies one of 8 operations on one of 64
  164.     devices; typically (but not universally), each bit of the op field
  165.     evokes an operation as follows:  If the s bit is set, the
  166.     instruction causes a skip if the device is ready, if the c bit is
  167.     set, the device ready status is reset and, for some devices, AC is
  168.     also cleared, and if the t bit is set, data is either ored with AC
  169.     or output from AC to the device.
  170.  
  171.     IOT instructions may be used to initiate data break transfers from
  172.     block devices such as disk or tape.  The term "data break" was,
  173.     for years, DEC's preferred term for cycle-stealing direct-memory-
  174.     access data transfers.
  175.  
  176.     Some CPU functions are accessed only by IOT instructions.  For
  177.     example, interrupt enable and disable are IOT instructions, as
  178.     are instructions controlling the optional memory management
  179.     unit that is needed to address more than 4K words.
  180.  
  181.     A wide variety of operations are available through the OPR
  182.     microcoded instructions:
  183.                  _ _ _ _ _ _ _ _ _ _ _ _
  184.     Group 1 |1|1|1|0|_|_|_|_|_|_|_|_|
  185.                  1                - CLA - clear AC
  186.                    1              - CLL - clear the L bit
  187.                          1            - CMA - ones complement AC
  188.                            1          - CML - complement L bit
  189.                                    1  - IAC - increment <L,AC>
  190.                              1 0 0    - RAR - rotate <L,AC> right
  191.                              0 1 0    - RAL - rotate <L,AC> left
  192.                          1 0 1    - RTR - rotate <L,AC> right twice
  193.                          0 1 1    - RTL - rotate <L,AC> left twice
  194.  
  195.     In general, the above operations can be combined by oring the
  196.     bit patterns for the desired operations into a single instruction.
  197.     If none of the bits are set, the result is the NOP instruction.
  198.     When these operations are combined, they operate top to bottom
  199.     in the order shown above.  The exception to this is that IAC cannot
  200.     be combined with the rotate operations on some models, and attempts
  201.     to combine rotate operations have different effects from one model
  202.     to another (for example, on the PDP-8/E, the rotate code 001 means
  203.     swap 6 bit bytes in the accumulator, while previous models took
  204.     this to mean something like "shift neither left nor right 2 bits").
  205.                  _ _ _ _ _ _ _ _ _ _ _ _
  206.     Group 2 |1|1|1|1|_|_|_|_|_|_|_|0|
  207.                        1     0        - SMA - skip on AC < 0  \
  208.                          1   0        - SZA - skip on AC = 0   > or
  209.                            1 0        - SNL - skip on L /= 0  /
  210.                        0 0 0 1        - SKP - skip unconditionally
  211.                        1     1        - SPA - skip on AC >= 0 \
  212.                          1   1        - SNA - skip on AC /= 0  > and
  213.                            1 1        - SZL - skip on L = 0   /
  214.                      1                - CLA - clear AC
  215.                                1      - OSR - or switches with AC
  216.                                  1    - HLT - halt
  217.  
  218.     The above operations may be combined by oring them together,
  219.     except that there are two distinct incompatible groups of skip
  220.     instructions.  When combined, SMA, SZA and SNL, skip if one or the
  221.     other of the indicated conditions are true, while SPA, SNA and SZL
  222.     skip if all of the indicated conditions are true (logical and).
  223.     When combined, these operate top to bottom in the order shown;
  224.     thus, the accumulator may be tested and then cleared.  Setting
  225.     the halt bit in a skip instruction is a crude but useful way to
  226.     set a breakpoint for front-panel debugging.  If none of the bits
  227.     are set, the result is an alternative form of no-op.
  228.  
  229.     A third group of operate microinstructions (with a 1 in the least
  230.     significant bit) deals with the optional extended arithmetic
  231.     element to allow such things as hardware multiply and divide, 24
  232.     bit shift operations, and normalize.  These operations involve
  233.     an additional data register, MQ or multiplier quotient, and a small
  234.     step count register.  On the PDP-8/E and successors, MQ and the
  235.     instructions for loading and storing it were always present, even
  236.     when the EAE was absent, and the EAE was extended to provide a
  237.     useful variety of 24 bit arithmetic operations.
  238.  
  239.  
  240. What does PDP-8 assembly language look like?
  241.  
  242.     Here is an example:
  243.  
  244.     START,    CLA CLL        / Clear everything
  245.         TAD    X    / Load X
  246.         AND I    Y    / And with the value pointed to by Y
  247.         DCA    X    / Store in X
  248.         HLT        / Halt
  249.  
  250.     X,    1         / A variable
  251.     Y,    7         / A pointer
  252.  
  253.     Note that labels are terminated by a comma, and comments are
  254.     separated from the code by a slash.  There are no fixed fields
  255.     or column restrictions.  The "CLA CLL" instruction on the first
  256.     line is an example of the microcoding of two of the Group 1
  257.     operate instructions.  CLA alone has the code 7200 (octal),
  258.     while CLL has the code 7100; combining these as "CLA CLL" produces
  259.     7300, the instruction to clear both AC and the link bit.  As a
  260.     general rule, except when memory reference instructions are
  261.     involved, the assembler simply ors together the values of all
  262.     blank separated fields between the label and comment.
  263.     
  264.     Indirection is indicated by the special symbol I in the operand
  265.     field, as in the third line of the example.  The typical PDP-8
  266.     assembler has no explicit notation to distinguish between page zero
  267.     and current page addresses.  Instead, the assembler is expected to
  268.     note the page holding the operand and automatically generate the
  269.     appropriate mode.  If the operand is neither in the current page
  270.     nor page zero, some assemblers will raise an error, others will
  271.     automatically generate an indirect pointer to the off-page operand
  272.     (This feature should be avoided when it is available).
  273.  
  274.     Note, in the final two lines of the example, that there is no
  275.     "define constant" pseudo-operation.  Instead, where a constant
  276.     is to be assembled into memory, the constant takes the place of
  277.     the op-code field.
  278.  
  279.     The PDP-8 has no immediate addressing mode, but the assemblers
  280.     provide a mechanism to allow the programmer to ignore this lack:
  281.  
  282.         TAD    (3)    / add 3, from memory on the current page.
  283.         TAD    [5]    / add 5, from memory on page zero.
  284.         JMP I    (LAB)    / jump indirect through the address of LAB.
  285.  
  286.     The assembler automatically fills the end of each page with
  287.     constants defined in this way that have been accumulated during
  288.     the assembly of that page.
  289.  
  290.     Arithmetic is allowed in operand fields and constant definitions,
  291.     but expressions are evaluated in strict left-to-right order, as
  292.     shown below:
  293.  
  294.         TAD    X+1    / add the contents of the location after X.
  295.         TAD    (X-1)    / add the address of the location before X.
  296.  
  297.     Other operators allowed included and (&), or (!), multiply (^) and
  298.     divide (%).
  299.     
  300.     Generally, identifiers are not limited in length, but only the
  301.     first 6 characters are significant.  All numeric constants are
  302.     in octal, unless a DECIMAL pseudo-op has been used to change number
  303.     base (change back with the OCTAL pseudo-op).
  304.  
  305.     Other assembly language features are illustrated below:
  306.  
  307.     / Comments may stand on lines by themselves
  308.                 / Blank lines are allowed
  309.  
  310.     *200            / Set the assembly origin to 200 (octal)
  311.  
  312.     NL0002=    CLA CLL CML RTL    / Define new opcode NL0002.
  313.  
  314.         NL0002        / Use new opcode (load 0002 in AC)
  315.         JMP    .-1    / Jump to the previous instruction
  316.  
  317.     X1=    10        / Define X1 (an auto-index register address)
  318.  
  319.         TAD I    X1    / Use autoindex register 1
  320.  
  321.         IAC; RAL    / Multiple instructions on one line
  322.  
  323.     $            / End of assembly
  324.  
  325.     The assembly file ends with a line containing a $ (dollar sign)
  326.     not in a comment field.
  327.  
  328.  
  329. What different PDP-8 models were made?
  330.  
  331.     The following basic models of the PDP-8 were sold by DEC:
  332.  
  333.     MODEL    DATES    SALES   COST    TECHNOLOGY    COMPATABILITY
  334.  
  335.     PDP-5    63-65            Transistor    Limited
  336.     PDP-8    65-68     >1000    <$100K    Transistor    Full
  337.     LINC-8    66-69    153    $38500     Transistor    Full (1)
  338.     PDP-8/S    67?    >1000?    <$10K    Transistor     Limited and slow!
  339.     PDP-8/I    68?    >2000?    <$100K    TTL        Full
  340.     PDP-8/L    68?    >2000?    <$100K    TTL        Full (2)
  341.     PDP-12    69-71    3500    <$100K    TTL        Full (3)
  342.     PDP-8/E    70-78    >10K?    $7390    TTL MSI    Omnibus    Full (4)
  343.     PDP-8/F    73-78?    >10K?    <$7K    TTL MSI Omnibus Full (CPU from 8/E)
  344.     PDP-8/M    73-78?    >10K?    <$7K    TTL MSI Omnibus Full (an OEM 8/F)
  345.     PDP-8/A    75-84?    >10K?    <$7K    TTL LSI Omnibus Full (new CPU or 8/E)
  346.     VT78    78-80    >    ?    Microprocessor  Full (Intersil IM6100)
  347.     Dm I (5)80-84            Microprocessor    Full (Intersil IM6120)
  348.     Dm II    82-86            Microprocessor    Full (IM6120)
  349.     Dm III    84-90            Microprocessor    Full
  350.     Dm III+    85-90            Microprocessor    Full
  351.             (6)
  352.  
  353.     Notes    (1) The LINC-8 combined a modified PDP-8 with a Laboratory
  354.             Instrumentation Control Computer (developed at
  355.             Lincoln Labs in the early 1960s).  This had a full
  356.             front panel for each, so it looked very impressive.
  357.         (2) The PDP-8/L was intended as a scaled down version of
  358.             the PDP-8/I, but eventually, a full range of
  359.             memory upgrade options were eventually sold.
  360.         (3) The PDP-12 was originally designated the LINC-8/I; it
  361.             was a follow-on to the LINC-8; it had the most
  362.             impressive standard control panel of any PDP-8.
  363.         (4) The PDP-8/E is considered by many to be the definitive
  364.             PDP-8.  If the PDP-8 was the model-T of the computer
  365.             industry, perhaps the PDP-8/E was the model-A.
  366.         (5) Dm stands for DECmate.
  367.         (6) The total sales figure for the PDP-8 family is
  368.             estimated at over 300,000 machines.  Over 8500
  369.             of these were sold prior to 1970.
  370.  
  371.     When possible, the costs given above are for a minimal system
  372.     consisting of 4K of main memory, a console teletype, and the
  373.     minimal software needed to use the machine (FOCAL, BASIC, or a
  374.     paper-tape based assembler).  Additional information on costs
  375.     and production is needed!
  376.  
  377.     The above list does not include many PDP-8 variants sold by DEC
  378.     to meet the needs of various special users.  For example, the
  379.     Industrial-8 was really just a PDP-8/E with a different nameplate
  380.     and color scheme.  Burger King had thousands of PDP-8/M based
  381.     point-of-sale systems with no standard peripherals.  In addition,
  382.     DEC made many peripheral controllers for the PDP-11 and PDP-15
  383.     that used IM6100 microprocessors.
  384.  
  385.     The following PDP-8 compatible or semi-compatible machines were
  386.     made and sold by others; very little is known about many of these:
  387.  
  388.     MODEL        DATE    MAKER, NOTES
  389.  
  390.     MP-12        6?    Fabritek
  391.     TPA        68?    Hungarian, possibly a DEC PDP-8/L in drag
  392.     DCC-112        70-71    Digital Computer Controls
  393.     DCC-112H    71    Digital Computer Controls
  394.     6100 Sampler    7?    Intersil, their IM6100 promotional kit
  395.     Intercept    7?    Intersil, based on IM6100
  396.     Intercept Jr    7?    Intersil, based on IM6100
  397.     SBC-8        84-88    CESI, Based on IM6120, SCSI bus
  398.     
  399.  
  400. Where can I get a PDP-8 today?
  401.  
  402.     The CESI machine may still be on the market, for a high price, but
  403.     generally, you can't buy a new PDP-8 anymore.  There are quite a
  404.     few PDP-8 machines to be found in odd places on the used equipment
  405.     market.  They were widely incorporated into products such as
  406.     computer controlled machine tools, X-ray diffraction machines, and
  407.     other industrial and lab equipment.  Many of them were sold under
  408.     the EduSystem marketing program to public schools and universities,
  409.     and others were used to control laboratory instrumentation.
  410.     Reuters bought the tail end of the Omnibus based production run.
  411.  
  412.     If you can't get real hardware, you can get emulators.  Over the
  413.     years, many PDP-8 emulators have been written; the best of these
  414.     are indistinguishable from the real machine from a software
  415.     prespective, and on a modern high-speed RISC platform, these
  416.     frequently outperform the hardware they are emulating.
  417.  
  418.     It is worth noting that the PDP-8, when it was introduced in 1965,
  419.     was about as fast as was practical with the logic technology used
  420.     at the time.  The PDP-8/E was the last attempt at making a faster
  421.     PDP-8, and it was about as fast as the core memory then available
  422.     could handle without interleaving or other tricks.
  423.  
  424.  
  425. Where can I get PDP-8 documentation?
  426.  
  427.     The 1973 Introduction to Programming was probably DEC's definitive
  428.     manual for this family, but it is out of print, and DEC was in the
  429.     habit of printing much of their documentation on newsprint with
  430.     paperback bindings, which is to say, surviving copies tend to be
  431.     yellow and brittle.
  432.  
  433.     DEC distributed huge numbers of catalogs and programming handbooks
  434.     in this inexpensive paperback format, and these circulate widely
  435.     on the second-hand market.  When research laboratories and
  436.     electronics shops are being cleaned out, it is still common to
  437.     find a few dusty, yellowed copies of these books being thrown in
  438.     the trash.
  439.  
  440.     Maintenance manuals are harder to find, but more valuable.
  441.     Generally, you'll need to find someone who's willing to photocopy
  442.     one of the few surviving copies.  Fortunately, DEC has been
  443.     friendly to collectors, granting fairly broad letters of permission
  444.     to reprint obsolete documentation, and the network makes if fairly
  445.     easy to find someone who has the documentation you need and can
  446.     get copies.
  447.  
  448.  
  449. What operating systems were written for the PDP-8?
  450.  
  451.     A punched paper-tape library of stand-alone programs was commonly
  452.     used with the smallest (diskless and tapeless) configurations from
  453.     the beginning up through the late 1970's.  Many paper tapes from
  454.     this library survive to the present at various sites!  The minimum
  455.     configuration expected by these tapes is a CPU with 4K memory,
  456.     and a teletype ASR 33 with paper tape reader and punch.
  457.  
  458.     The DECtape Library System was an early DECtape oriented save and
  459.     restore system that allowed a reel of tape to hold a directory of
  460.     named files that could be loaded and run on a 4K system.
  461.     Eventually, this supported a very limited tape-based text editor
  462.     for on-line program development.  This did not use the DECtape's
  463.     block addressable character; the software was based on minimal
  464.     ports of the paper-tape based software described above.
  465.  
  466.     The 4K Disk Monitor System provided slightly better facilities.
  467.     This supported on-line program development and it worked with any
  468.     device that supported 129 word blocks (DECtape, the DF32 disk, or
  469.     the RF08 disk).
  470.  
  471.     MS/8 or the R-L Monitor System, developed starting in 1966 and
  472.     submitted to DECUS in 1970.  This was a disk oriented system,
  473.     faster than the above, with tricks to make it run quickly on
  474.     tape based systems.
  475.  
  476.     POLY BASIC, a BASIC only system submitted to DECUS and later sold
  477.     by DEC as part of its EduSystem marketing program.
  478.  
  479.     P?S/8, developed starting in 1971 from an MS/8 foundation.  Runs
  480.     on minimal PDP-8 configurations, supports device semi-independant
  481.     I/O and a file system on a random-access device, including DECtape.
  482.     P?S/8 runs compatably on most PDP-8 machines including DECmates,
  483.     excepting only the PDP-8/S and PDP-5.  P?S/8 is still being
  484.     developed!
  485.  
  486.     OS/8, developed in parallel with P?S/8, became the main PDP-8
  487.     programming environment sold by DEC.  The minimum configuration
  488.     required was 8K words and a random-access device to hold the
  489.     system.  For some devices, OS/8 requires 12K.  There are a large
  490.     number of OS/8 versions that are not quite portable across various
  491.     subsets of the PDP-8 family.
  492.  
  493.     TSS/8 was developed in 1968 as a timesharing system.  It required
  494.     a minimum of 12K words of memory and a swapping device.  It was
  495.     the standard operating system on the EduSystem 50 which was sold
  496.     to many small colleges and large public school systems.  Each user
  497.     gets a virtual 4K PDP-8; many of the utilities users ran on these
  498.     virtual machines were only slight modifications utilities from the
  499.     Disk Monitor System.
  500.  
  501.     Other timesharing systems developed for the PDP-8 include MULTI-8,
  502.     ETOS (which required special hardware), MULTOS, and OMNI-8; these
  503.     were similar to TSS/8, and by the mid 1970's, many of these were
  504.     true virtual machine operating systems in the same spirit as IBM's
  505.     VM-370.  All are able to support OS/8 running on a 32K virtual
  506.     PDP-8 assigned to each user.  Some could support multiple user
  507.     operating systems, others required OS/8 as the user system.
  508.  
  509.     CAPS-8 was a cassette based operating system supporting PAL and
  510.     BASIC.  There are OS/8 utilities to manipulate CAPS-8 cassettes,
  511.     and the file format on cassette is compatible with a PDP-11 based
  512.     system called CAPS-11.
  513.  
  514.     WPS was DEC's word processing system that was widely used on the
  515.     1980's vintage machines with a special WPS keycaps replacing the
  516.     standard keycaps on the keyboard.  This was written in the 1970's.
  517.  
  518.     COS-310, DEC's commercial operating system for the PDP-8, supported
  519.     the DIBOL language.  COS-310 was a derivative of OS/8, but with a
  520.     new text file format.  It maintains only very limited compatibility
  521.     with OS/8.
  522.  
  523.  
  524. What programming languages are supported on the PDP-8
  525.  
  526.     The PAL family of assembly languages are as close to a standard
  527.     assembly language as can be found for the PDP-8.  These produce
  528.     absolute object code and versions of PAL will run on minimally
  529.     configured machines (but with a small symbol table).
  530.  
  531.     MACRO-8 was DEC's first macro assembly language for the PDP-8, but
  532.     it was never used outside the paper-tape environment.  MACREL and
  533.     SABR are assembly languages that produce relocatable output.
  534.     SABR is the final pass for the ALICS II FORTRAN compiler, and
  535.     MACREL was developed in (unfulfilled) anticipation of similar use.
  536.  
  537.     There was also RALF, the relocatable assembler supporting RTPS
  538.     FORTRAN, and FLAP, an alternative assembler for RTPS FORTRAN
  539.     producing absolute binary code.  Both SABR and RALF/FALP are
  540.     quirky assemblers that barely handle their intended applications.
  541.  
  542.     A subset of FORTRAN was supported on both the PDP-5 and the
  543.     original PDP-8.  Surviving documentation describes a DEC compiler
  544.     from 1964 and a compiler written by Information Control Systems
  545.     from 1968.  The latter, ALICS II FORTRAN, was originally a paper
  546.     tape based compiler, but it forms the basis of the OS/8 8K FORTRAN
  547.     compiler.
  548.  
  549.     RTPS FORTRAN required 8K and a floating point processor; it had
  550.     real-time extensions and was a full implementation of FORTRAN IV
  551.     (also known as ANSI FORTRAN 66).  OS/8 F4 is RTPS FORTRAN stripped
  552.     of the requirement for hardware floating point (if the hardware is
  553.     missing, it uses software emulation).
  554.  
  555.     FOCAL, an interpretive language comparable to BASIC was available
  556.     on all models of the family, including the PDP-5 and PDP-8/S.
  557.     Varsions of FOCAL run under PS/8, P?S/8 and other systems.
  558.  
  559.     BASIC was also available, and was widely used on PDP-8 systems
  560.     sold under the EduSystem marketing program.  A paper-tape version
  561.     was available that ran in 4K, there were versions that ran under
  562.     OS/8 and TSS/8, and there was an 8K stand-alone time-sharing
  563.     version.
  564.  
  565.     DIBOL was DEC's attempt at competing with COBOL in the commercial
  566.     arena.  It was originally implemented under MS/8 but most versions
  567.     were sold to run under the COS operating system.
  568.  
  569.     Algol was available from a fairly early date.
  570.  
  571.     At least two Pascal compilers were developed for the PDP-8.  One
  572.     was a Pascal-S interpreter, written in assembler, the other was a
  573.     Pascal-P compiler with a P-code interpreter written in assembler.
  574.  
  575.     At least two LISP interpreters were written for the PDP-8; one
  576.     runs in 4K, the other can use up to 16K.
  577.  
  578.     TECO, the text editor, is available, and is also a general purpose
  579.     language, and someone is working on a PDP-8 C.
  580.  
  581.  
  582. Where can I get PDP-8 software?
  583.  
  584.     DECUS, the DEC User Society, is still alive and well, and their
  585.     submission form still lists PAL-8 and FOCAL as languages in which
  586.     they accept submissions!
  587.  
  588.     There is a young but growing FTPable archive of PDP-8 software at
  589.     ftp.telebit.com in directory /pub/pdp8.
  590.  
  591.  
  592. Where can I get additional information?
  593.  
  594.     The file WHAT-IS-A-PDP8, by Charles Lasner contains considerable
  595.     additional information; this file is included in the FTPable
  596.     archive cited above.  This file gives details of every model
  597.     of the PDP-8, including the small quirks and incompatabilities
  598.     that (to be generous) allow software to determine which model it
  599.     is running on.  These quirks also make it all too easy for
  600.     careless programmers to write almost portable software with very
  601.     obscure bugs.
  602.  
  603.     The mailing list pdp8-lovers@ai.mit.edu reaches a number of PDP-8
  604.     owners and users, not all of whom have USENET feeds.  The USENET
  605.     newsgroup alt.sys.pdp8 is fairly new, but someday, the newsgroup
  606.     and mailing list will be gatewayed to each other.
  607.  
  608.     Many "archival" books have included fairly complete descriptions
  609.     of the PDP-8; among them, "Computer Architecture, Readings and
  610.     Examples" by Gordon Bell and Allen Newell is among the most
  611.     complete (and difficult to read).  Considering Bell's role in the
  612.     design of the PDP-8 and the history of DEC, the description in
  613.     this book should be accurate!
  614.  
  615.  
  616. What use is a PDP-8 today?
  617.  
  618.     What use is a Model T today?  Collectors of both come in the same
  619.     basic classes.  First, there are antiquarians who keep an old one
  620.     in the garage, polished and restored to new condition but hardly
  621.     ever used.  Once a year, they warm it up and use it, just to prove
  622.     that it still works, but they don't have much practical use.
  623.  
  624.     In the second class are those who find old machines and soup them
  625.     up, replacing major parts to make a hotrod that only looks like
  626.     the original from the outside, or keeping the old mechanism and
  627.     putting it to uses that were never intended.  Some PDP-8 owners,
  628.     for example, are building PDP-8 systems with modern SCSI disk
  629.     interfaces!
  630.  
  631.     Last, there are the old folks who still use their old machines for
  632.     their intended purposes long after any sane economic analysis
  633.     would recommend such use.  If it ain't broke, don't fix it, and if
  634.     it can be fixed, why bother replacing it?  Both Model T Fords and
  635.     the classic PDP-8 machines are simple enough that end users can
  636.     maintain and repair them indefinitely.  All you need to keep a
  637.     vintage -8 running are a stock of inexpensive silicon diodes and
  638.     a stock of 2N3639B or better, 2N3640 transistors.
  639.  
  640.     Finally, the PDP-8 is such a minimal machine that it is an excellent
  641.     introduction to how computers really work.  Over the years, many
  642.     students have built complete working PDP-8 systems from scratch as
  643.     lab projects, and the I/O environment on a PDP-8 is simple enough
  644.     that it is a very appropriate environment for learning operating
  645.     system programming techniques.
  646.