Difference between revisions of "PDP-8"

From Computer History Wiki
Jump to: navigation, search
(Fill out info box)
(+implementation details)
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
''This article is about the first PDP-8, which had that name. For information about PDP-8's in general, see [[PDP-8 family]].''
+
''This article is about the first PDP-8, which had that name without a model suffix. For information about PDP-8's in general, see [[PDP-8 family]].''
  
 
{{Infobox Machine
 
{{Infobox Machine
Line 11: Line 11:
 
| year discontinued = 1969
 
| year discontinued = 1969
 
| architecture = [[PDP-8 architecture|PDP-8]]
 
| architecture = [[PDP-8 architecture|PDP-8]]
| physical address = 32KW (requires optional Type 183)
+
| physical address = 32k words (requires optional Type 183 Memory Extension)
| virtual address = 4KW
+
| virtual address = 4k words
| design type = [[clock]]ed random [[logic]]  
+
| design type = [[clock]]ed random [[logic]]
| clock speed = 333KHz
+
| clock speed = 1.333 MHz
 +
| cycle time = 1.5 μseconds
 
| memory speed = 1.5 μseconds
 
| memory speed = 1.5 μseconds
 
| memory mgmt = bank select
 
| memory mgmt = bank select
 +
| logic type = [[diode transistor logic|DTL]]
 
| bus arch = Negative I/O Bus
 
| bus arch = Negative I/O Bus
 
| predecessor = [[PDP-5]]
 
| predecessor = [[PDP-5]]
Line 26: Line 28:
 
| year first shipped  =  
 
| year first shipped  =  
 
| cpu                =   
 
| cpu                =   
| logic type =
 
 
| operating system    =
 
| operating system    =
 
-->
 
-->
 
}}
 
}}
  
The '''PDP-8''' was [[Digital Equipment Corporation|DEC]]'s major breakthrough, and now considered the first successful [[minicomputer]]. It was, by a significant amount, the cheapest computer yet made at the time. The PDP-8 was constructed with discrete [[transistor]]s, packaged into DEC's [[FLIP CHIP]] technology.
+
The '''PDP-8''' (now often known as a '''Straight 8'''; the name dates from the late 60's, apparently adopted to allow disambiguation), the first model of the [[PDP-8 family]], was [[Digital Equipment Corporation|DEC]]'s major breakthrough, and now considered the first really successful [[minicomputer]]. It was, by a significant amount, the cheapest computer yet made at the time.  
 +
 
 +
The PDP-8 was constructed with discrete [[transistor]]s, packaged into DEC's [[FLIP CHIP]] technology; mostly R- and S-series, in [[DEC card form factor|standard-length single-height]] (width) format, with a few dual-height.
 +
 
 +
It could perform an addition to the [[accumulator]] in 3.0 μseconds, and a 12 by 12 bit multiplication with 24 bit result in 15 μseconds (average; range 9 to 21), using the optional math extension hardware (below).
 +
 
 +
==Options==
 +
 
 +
Options included:
 +
 
 +
* Type 183 Memory Extension Control, [[bank switching]] needed to support more than 4K [[word]]s of memory
 +
* Type 184 4KW Memory Module (up to 7)
 +
* Type 188 Memory Parity
 +
* Type 182 [[Extended Arithmetic Element]], which supported [[hardware]] integer multiplication and division, multi-[[bit]] double-word shifts, and [[normalization]]
  
 
== Operating Systems ==
 
== Operating Systems ==
  
The PDP-8 could run various operating systems including:
+
The PDP-8 could run various [[operating system]]s including:
 
*[[OS/8]]
 
*[[OS/8]]
 
*[[TSS/8]]
 
*[[TSS/8]]
 +
*COS-310
  
 
== Emulators ==
 
== Emulators ==
Line 44: Line 59:
  
 
*[[SIMH]]
 
*[[SIMH]]
 +
 +
==External links==
 +
 +
* [http://www.bitsavers.org/pdf/dec/pdp8/pdp8 PDP-8] - Original PDP-8 documents at Bitsavers
 +
* [https://www.youtube.com/watch?v=R9Plq-D1gEk Inventing Game of Life - Numberphile] - PDP-8 screen running J.H. Conways game of life
  
 
{{Nav PDP-8}}
 
{{Nav PDP-8}}
  
 
[[Category: PDP-8s]]
 
[[Category: PDP-8s]]
[[Category: DEC Architectures]]
 
 
[[Category: DEC Systems]]
 
[[Category: DEC Systems]]

Revision as of 15:25, 19 April 2022

This article is about the first PDP-8, which had that name without a model suffix. For information about PDP-8's in general, see PDP-8 family.


PDP-8
PDP-8.jpg
An original, transistorized PDP-8
Manufacturer: DEC
Architecture: PDP-8
Year Introduced: 1965
Year Discontinued: 1969
Form Factor: minicomputer
Word Size: 12 bits
Logic Type: DTL
Design Type: clocked random logic
Clock Speed: 1.333 MHz
Cycle Time: 1.5 μseconds
Memory Speed: 1.5 μseconds
Physical Address Size: 32k words (requires optional Type 183 Memory Extension)
Virtual Address Size: 4k words
Memory Management: bank select
Bus Architecture: Negative I/O Bus
Predecessor(s): PDP-5
Successor(s): PDP-8/I
Price: US$18,500


The PDP-8 (now often known as a Straight 8; the name dates from the late 60's, apparently adopted to allow disambiguation), the first model of the PDP-8 family, was DEC's major breakthrough, and now considered the first really successful minicomputer. It was, by a significant amount, the cheapest computer yet made at the time.

The PDP-8 was constructed with discrete transistors, packaged into DEC's FLIP CHIP technology; mostly R- and S-series, in standard-length single-height (width) format, with a few dual-height.

It could perform an addition to the accumulator in 3.0 μseconds, and a 12 by 12 bit multiplication with 24 bit result in 15 μseconds (average; range 9 to 21), using the optional math extension hardware (below).

Options

Options included:

Operating Systems

The PDP-8 could run various operating systems including:

Emulators

There are various emulators for PDP-8 systems including:

External links