Difference between revisions of "PDP-11"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Hardware * PDP-11''' FILE:Pdp-11-40.jpg|border|right|thumb|PDP-11/40 <ref>PDP-11/40 as exhibited in [https://en.wikipedia.org/wiki/Technisches_M...")
 
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
=Unibus=  
 
=Unibus=  
 
A second innovation was the memory bus called [https://en.wikipedia.org/wiki/Unibus Unibus] - input and output devices were mapped to memory addresses, and no special I/O instructions or buses were needed.
 
A second innovation was the memory bus called [https://en.wikipedia.org/wiki/Unibus Unibus] - input and output devices were mapped to memory addresses, and no special I/O instructions or buses were needed.
 +
 +
=Chess Programs=
 +
* [[:Category:PDP-11]]
  
 
=See also=  
 
=See also=  
Line 41: Line 44:
 
* [http://bitsavers.informatik.uni-stuttgart.de/pdf/dec/pdp11/ /pdf/dec/pdp11] from [http://bitsavers.informatik.uni-stuttgart.de/ bitsavers.org]
 
* [http://bitsavers.informatik.uni-stuttgart.de/pdf/dec/pdp11/ /pdf/dec/pdp11] from [http://bitsavers.informatik.uni-stuttgart.de/ bitsavers.org]
 
* [https://en.wikipedia.org/wiki/MACRO-11 MACRO-11 from Wikipedia] (PDP-11 [[Assembly]])
 
* [https://en.wikipedia.org/wiki/MACRO-11 MACRO-11 from Wikipedia] (PDP-11 [[Assembly]])
 +
* [https://www.youtube.com/watch?v=S28pEWy722I Computer History: DEC PDP-11 The 16-bit computer of 70s] by [[Vlad Stamate]], July 01, 2018, [https://en.wikipedia.org/wiki/YouTube YouTube] Video
 +
: {{#evu:https://www.youtube.com/watch?v=S28pEWy722I|alignment=left|valignment=top}}
  
 
=References=  
 
=References=  
 
<references />
 
<references />
 
 
'''[[Hardware|Up one Level]]'''
 
'''[[Hardware|Up one Level]]'''
 +
[[Category:Videos]]

Latest revision as of 09:27, 28 May 2020

Home * Hardware * PDP-11

PDP-11/40 [1]

PDP-11,
a series of 16-bit minicomputers manufactured and sold by Digital Equipment Corporation from 1970 into the 1990s. The PDP-11 was a little-endian machine, concerning the byte-order of 16-bit words in memory [2]. The first officially named version of Unix ran on the PDP-11/20 in 1970. The C programming language was written to take advantage of PDP-11 features to rewrite Unix in a high level language. Further, the chess machine Belle by Ken Thompson and Joe Condon was composed of a PDP-11/23 with several custom boards.

Photos

Ken Thompson (sitting) and Dennis Ritchie working together at a PDP-11, ca 1972 [3]

Orthogonal Instruction Set

The PDP-11 processor architecture had a mostly orthogonal instruction set, and influenced the design of microprocessors, such as Motorola's 68000. Almost any operand could apply any of eight addressing modes to eight registers R0 to R7, where R0 to R5 were general purpose registers, R6 the Stack- and R7 the instruction pointer.

Unibus

A second innovation was the memory bus called Unibus - input and output devices were mapped to memory addresses, and no special I/O instructions or buses were needed.

Chess Programs

See also

Publications

[4]

External Links

References

  1. PDP-11/40 as exhibited in Vienna Technical Museum. The processor is at the bottom. A TU56 dual DECtape drive is installed above it. Photo by Stefan Kögl, December 18, 2005, CC BY-SA 3.0, Wikimedia Commons, PDP-11 from Wikipedia
  2. Endianness and hardware from Wikipedia
  3. 11.5 An amusing photo from Lecture "UNIX" by Jürgen Plate (German), CC BY-SA 2.0, Wikimedia Commons, Ken Thompson from Wikipedia
  4. Gordon Bell's Publications

Up one Level