Autonetics Recomp II

The Autonetics RECOMP II was an early transistorized computer attached to a desk that housed the input/output devices. It was introduced by the Autonetics division of North American Aviation in 1958. Its desk integration made it a hands-on small system intended for the scientific and engineering computing market.

Architecture

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.[1]

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 (No operation) 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.

External links


This article is issued from Wikipedia - version of the 4/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.