Categories
- Antiques & Collectibles 13
- Architecture 36
- Art 47
- Bibles 22
- Biography & Autobiography 811
- Body, Mind & Spirit 110
- Business & Economics 26
- Computers 4
- Cooking 94
- Crafts & Hobbies 3
- Drama 346
- Education 45
- Family & Relationships 50
- Fiction 11812
- Games 19
- Gardening 17
- Health & Fitness 34
- History 1377
- House & Home 1
- Humor 147
- Juvenile Fiction 1873
- Juvenile Nonfiction 202
- Language Arts & Disciplines 88
- Law 16
- Literary Collections 686
- Literary Criticism 179
- Mathematics 13
- Medical 41
- Music 39
- Nature 179
- Non-Classifiable 1768
- Performing Arts 7
- Periodicals 1453
- Philosophy 62
- Photography 2
- Poetry 896
- Political Science 203
- Psychology 42
- Reference 154
- Religion 488
- Science 126
- Self-Help 61
- Social Science 80
- Sports & Recreation 34
- Study Aids 3
- Technology & Engineering 59
- Transportation 23
- Travel 463
- True Crime 29
Preliminary Specifications: Programmed Data Processor Model Three (PDP-3) October, 1960
Description:
Excerpt
GENERAL DESCRIPTION
The DEC Programmed Data Processor Model Three (PDP-3) is a high performance, large scale digital computer featuring reliability in operation together with economy in initial cost, maintenance and use. This combination is achieved by the use of very fast, reliable, solid state circuits coupled with system design restraint. The simplicity of the system design excludes many marginal or superfluous features and thus their attendant cost and maintenance problems.
The average internal instruction execution rate is about 100,000 operations per second with a peak rate of 200,000 operations per second. This speed, together with its economy and reliability, recommends PDP-3 as an excellent instrument for complex real time control applications and as the center of a modern computing facility.
PDP-3 is a stored program, general purpose digital computer. It is a single address, single instruction machine operating in parallel on 36 bit numbers. It features multiple step indirect addressing and indexing of addresses. The main memory makes 511 registers available as index registers.
The main storage is coincident current magnetic core modules of 4096 words each. The computer has a built-in facility to address 8 modules and can be expanded to drive 64 modules. The memory has a cycle time of five microseconds.
The flow of information between the various registers of PDP-3 is shown in the System Block Diagram (). There are four registers of 36 bit length. Their functions are described below.
Memory Buffer
The Memory Buffer is the central switching register. The word coming from or going to memory is retained in this register. In arithmetic operations it holds the addend, subtrahend, multiplicand, or divisor. The left 6 bits of this register communicate with the Instruction Register. The address portion of the Memory Buffer Register communicates with the Index Adder, the Memory Address Register, and the Program Counter. In certain instructions, the address portion of the control word does not refer to memory but specifies variations of an instruction, thus, the address portion of the Memory Buffer is connected to the Control Element.
Accumulator
The Accumulator is the main register of the Arithmetic Element. Sums and differences are formed in the Accumulator. At the completion of multiplication it holds the high order digits of the product. In division it initially contains the high order digits of the dividend and is left with the remainder.
The logical functions AND, inclusive OR, and exclusive OR, are formed in the Accumulator.
Carry Storage Register
The Carry Storage Register facilitates high-speed multiply and is properly part of the Accumulator.
In-Out Register
The In-Out Register is the main path of communication with external equipment. It is also part of the Arithmetic Element. In multiplication it ends with the low order digits of the product. In division it starts with the low order parts of the dividend and ends with the quotient.
The In-Out Register has a full set of shifting properties, (arithmetic and logical).
There are three registers of 15 bit length which deal exclusively with addresses. The design allows for expansion to 18 bits. These registers are:
Memory Addressing
The Memory Address Register holds the number of the memory location that is currently being interrogated. It receives this number from the Program Counter, the Index Adder or the Memory Buffer.
Program Counter
The Program Counter holds the memory location of the next instruction to be executed.
Index Adder
The Index Adder is a 15 bit ring accumulator. The sum of an instruction base address, Y, and the contents of an index register, C(x), are formed in this register. This register holds the previous content of the Program Counter in the "jump and save Program Counter," jps, instruction. The Index Adder also serves as the step counter in shift, multiply, and divide.
The Control Element contains two six bit registers and several miscellaneous flip-flops. The latter deal with indexing, indirect addressing, memory control, etc. The six bit registers are:
Instruction Register
The Instruction Register receives the first six bits of the Memory Buffer Register during the cycle which obtains the instruction from memory (cycle zero). This information is the primary input to the Control Element....