Difference between revisions of "PDP-8"

From Computer History Wiki
Jump to: navigation, search
(added software for PDP-8: added historical note)
(+implementation details)
(8 intermediate revisions by 2 users not shown)
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
Line 33: Line 34:
 
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''' (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. 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).
+
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==
Line 39: Line 42:
 
Options included:
 
Options included:
  
* Type 183 Memory Extension Control, which was needed to support more than 4K [[word]]s of memory
+
* Type 183 Memory Extension Control, [[bank switching]] needed to support more than 4K [[word]]s of memory
* Type 184 Memory Module
+
* Type 184 4KW Memory Module (up to 7)
 
* Type 188 Memory Parity
 
* Type 188 Memory Parity
* Type 182 Extended Arithmetic Element, which supported [[hardware]] integer multiplication and division, multi-[[bit]] double-word shifts, and [[normalization]]
+
* 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]]
Line 57: Line 60:
 
*[[SIMH]]
 
*[[SIMH]]
  
 +
==External links==
  
== Application software/Simulation software ==
+
* [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
Mention in this video regarding a PDP-8 screen running J.H. Conways game of life:
 
 
 
https://www.youtube.com/watch?v=R9Plq-D1gEk [[User:ForOldHack|ForOldHack]] ([[User talk:ForOldHack|talk]]) 11:57, 7 April 2019 (CEST)
 
 
 
== Historical viewpoint ==
 
 
 
https://ethw.org/First-Hand:PDP-8/E_OMNIBUS_Ride#cite_note-4
 
  
 
{{Nav PDP-8}}
 
{{Nav PDP-8}}

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