Autonetics Recomp II

From Wikipedia, the free encyclopedia

The Autonetics RECOMP II was a computer first introduced in 1958. It was made by the Autonetics division of North American Aviation.[1]

It was attached to a desk that housed the input/output devices. Its desk integration made it a hands-on small system intended for the scientific and engineering computing market. The computer weighed about 197 pounds (89 kg) alone, and 400 pounds (180 kg) including input-output.[2]

Architecture[edit]

It had a 40-bit word size, 20-bit instruction size. Memory and registers were on a fixed head disk that operated like a drum memory—4080 words on standard tracks, 16 words on fast loop tracks, registers A, B, R, X each on their own high-speed loop track, and one prerecorded read only clock track.[3]

It had a complete set of built-in floating point operations, including square root. Floating-point values used two words, one for the exponent and one for the fraction for a total of 80 bits.

Whereas the full 40-bit word was used for data, instructions were only 20 bits long and were stored two per word. Since indexing was commonly done by modifying the address part of an instruction (say, by adding one to access the next data item in a list), such instructions always had to be in the second half-word, and the first half-word was padded with a NOP instruction. Programmers also used these NOP instructions to provide space for future inserted instructions, since the assembler did not allow for use of symbolic addresses, and the insertion of a single instruction could otherwise require rewriting a lot of code.

The machine had a bit-serial architecture.

Punched paper tape was the external storage medium. The desk also had an electronic typewriter for printed output and a keyboard integrated with the system console to allow typed input and system control. Programs written in machine code could be input to the system from the console.

References[edit]

  1. ^ D, Goldstein, Gordon (January 1958). "COMPUTERS AND DATA PROCESSORS. NORTH AMERICA - Autonetics, RECOMP II, Downey, California". Digital Computer Newsletter. 10 (1): 1.{{cite journal}}: CS1 maint: multiple names: authors list (link)[dead link]
  2. ^ Weik, Martin H. (Mar 1961). "RECOMP II". ed-thelen.org. A Third Survey of Domestic Electronic Digital Computing Systems.
  3. ^ Autonetics Recomp Theory of Operation

Further reading[edit]

  • "RECOMP II" (pdf). AUERBACH Standard EDP Reports. 2: 6–9.

External links[edit]