RCA 501

Last updated
USAF RCA 501 RCA 501 computer.jpg
USAF RCA 501

The RCA 501 was a transistor computer manufactured by RCA beginning in 1958.

Contents

History

RCA's pioneering work in transistors in other products provided its engineers with the basis needed to design effective use of transistors in early solid-state electronic computer systems as well. After three years of development, by 1959 RCA introduced [1] the all-transistor RCA 501, a medium- to large-scale computer which according to the sales brochures was "the world's most advanced electronic data processing system". [2] It was designed by industrial designer John Vassos, who employed a modular design strategy, framing the computer and its components as a system and not as individual units. He also used color coding to assist the operator to run the machine in an "orderly and fully controlled manner" according to the advertisement. [3]

The United States Air Force purchased a 501 system in 1959 for $121,698. Other customers included the US Navy and Army, State Farm Life Insurance, and General Tire and Rubber Company. [2]

A compatible version of the RCA 501 was sold by English Electric as their model KDP10/KDF8.

Features

The RCA 501 utilizes advanced manufacturing techniques such as pluggable card units or printed circuit boards. It also includes a centralized operating console, from which the operator can control all aspects of the computer from one location, including starting and stopping of programs. [2] It also uses high-speed magnetic-core memory, expandable from 16k to 260k characters. An optional drum memory unit can provide up to 1.5 million characters of storage, and up to 63 magnetic tape units could be installed. [1] The tape drives utilize variable-length records, whereby the "data on [the] tape [is] in proportion to the length of the data in each entry." [4]

It weighs about 5,000 pounds (2.5 short tons; 2.3 t). [5]

Architecture

The 501 uses a unique "RCA 501 character set" with seven bits - six data bits plus parity. Decimal numeric data is stored as four bits using excess-3 code. [6] :pp.5–6[ citation needed ] Core memory, called High-Speed Memory, or HSM, is character-addressable, but organized as 28-bit words, called tetrads. Reference to any character in a word fetches the entire word from memory. [6] :p.13Staticizing, what is now called instruction fetch and decode takes 30 microseconds; address modification, if any, takes 90 microseconds for the A or B register, or 180 microseconds for both. Most instructions automatically store the contents of the A register upon completion, which takes 15 microseconds. Due to the use of mostly variable-length operands, instructions then take additional time depending on operand length. Most arithmetic and logical instructions are storage to storage, and operate on variable-length operands.

Registers

The 501 has a number of registers. All registers hold three characters unless noted. Some of the most significant are:

Instructions

Instructions are eight characters (two tetrads). [7] Instructions consist of a one-character operation code, three-character "A" and "B" addresses, and a one-character "N" field for address modification. [8] The "N" field is interpreted as two octal digits. The first digit specifies modification for the "A" address and the second for the "B" address. Modification is as follows:

DigitFunction
0No modification
1Index by memory locations 111–113
2Index by memory locations 221–223
3Index by memory locations 131–133
4Index by contents of P Register
(program counter)
5Index by memory locations 151–153
6Index by contents of T Register
7Index by memory locations 171–173

[6] :pp.13–14

The 501 has 47 instructions which can be classified in twelve groups:

See also

References

  1. 1 2 "RCA 501 Computer, brochure (CHM Catalog Number 102646273)". 1959.
  2. 1 2 3 via YouTube: Vintage RCA Computers - A Brief Look at the RCA 501 - History Archives
  3. Shapiro, Danielle (2016). John Vassos: Industrial Design for Modern Life. University of Minnesota Press. p. 194.
  4. All New Transistor RCA 501 Electronic Data Processing System
  5. Weik, Martin H. (Mar 1961). "RCA 501". ed-thelen.org. A Third Survey of Domestic Electronic Digital Computing Systems.
  6. 1 2 3 RCA 501 Electronic Data Processing System Programmers' Reference Manual (PDF) (2nd ed.). Camden, New Jersey: Radio Corporation of America. August 1958. Retrieved October 11, 2025.
  7. Octal representation is used for human-readable representation of instructions and data, and so documentation describes instructions as sixteen octal digits.
  8. "In some cases, however, only a portion of the A address or of the B address is used. ... whenever instructions do not utilize the entire capacity of the A or B address, it is usually feasible for the programmer to employ the unused (ignored) portion of the address for the storage of constants."