CDC 160A
Encyclopedia
The CDC 160 and CDC 160-A were 12-bit minicomputer
Minicomputer
A minicomputer is a class of multi-user computers that lies in the middle range of the computing spectrum, in between the largest multi-user systems and the smallest single-user systems...

s built by Control Data Corporation
Control Data Corporation
Control Data Corporation was a supercomputer firm. For most of the 1960s, it built the fastest computers in the world by far, only losing that crown in the 1970s after Seymour Cray left the company to found Cray Research, Inc....

 from 1960 to 1965. The 160 was designed by Seymour Cray
Seymour Cray
Seymour Roger Cray was an American electrical engineer and supercomputer architect who designed a series of computers that were the fastest in the world for decades, and founded Cray Research which would build many of these machines. Called "the father of supercomputing," Cray has been credited...

 - reportedly over a long three-day weekend. It fit into the desk where its operator sat.

The 160 architecture used ones' complement arithmetic with end-around carry.

NCR joint-marketed the 160-A under its own name for several years in the 1960s.

Overview

The CDC 160A was a simple piece of hardware, and yet provided a variety of features which were scaled-down capabilities only found on larger systems. It was therefore an ideal platform for introducing neophyte programmers to the sophisticated concepts of low-level IO and interrupt systems.

All One-Sixty systems had a paper-tape reader, and a punch, and most had a flexo (type) writer. Memory on the 160 was 4096 12-bit words. The instruction set was small and RISC-like. The CPU had a 12-bit ones' complement accumulator but no multiply or divide. There was a full complement of instructions and several addressing modes. Indirect addressing was almost as good as index registers. Code was naturally position-independent, as all jumps were PC-relative. The original instruction set did not have a subroutine call instruction and could only address one bank of memory.

In the -A model, a "return jump" and a memory bank-switch instruction was added. Return-jump allowed simple subroutine calls and bank-switching allowed other 4K banks of memory to be addressed, albeit clumsily. The extra memory was expensive and had to live in a separate box as large as the 160 itself. The -A model could also accept a multiply-divide unit, which was another large and expensive peripheral box.

Low-level IO allowed control of devices, interfacing for determining device status, and for reading and writing data as either single bytes, or as blocks. IO could be completed to a register, or to memory, or via a direct-memory-access (DMA) channel. The distinction between these IO types was that regular IO would 'hang' the CPU until the IO operation completed, but DMA IO allowed the CPU to proceed with instruction execution concurrently with the data transfer. The interrupt system was purely based on IO, meaning that all interrupts were generated externally. Interrupts were introduced to neophytes as being the alert mechanism by which a program could be informed that a previously initiated DMA IO operation was completed.

Successors

The 160 architecture was modified to become the basis of the peripheral processors (PPs) in the CDC 6000 series
CDC 6000 series
The CDC 6000 series was a family of mainframe computers manufactured by Control Data Corporation in the 1960s. It consisted of CDC 6400, CDC 6500, CDC 6600 and CDC 6700 computers, which all were extremely rapid and efficient for their time...

 mainframe computers. Large parts of the 160 instruction set were unchanged in the peripheral processors. However there were changes to incorporate the 6000 data channel programming, and control of the central processor. In the early days of the 6000s, almost the entire operating system
Operating system
An operating system is a set of programs that manage computer hardware resources and provide common services for application software. The operating system is the most important type of system software in a computer system...

ran in the PPs. This left the central processor unemcumbered by operating system demands and available for user programs.

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK