UNIVAC III

The UNIVAC III, designed as an improved transistorized replacement for the vacuum tube UNIVAC I and UNIVAC II computers, was introduced in June 1962, with Westinghouse agreeing to furnish system programing and marketing on June 1, 1962.[1][2] It was designed to be compatible for all data formats. However the word size and instruction set were completely different; this presented significant difficulty as all programs had to be rewritten, so many customers switched to different vendors instead of upgrading existing UNIVACs.

The system was engineered to use as little core memory as possible, as it was a very expensive item. They used a memory system which had 25 bits width, and could be configured with from 8,192 words to 32,768 words of memory. Memory was built in stacks of 29 planes of 4,096 cores: 25 for the data word, two for "modulo-3 check" bits, and two for spares. Each memory cabinet held up to four stacks (16,384 words).

It supported the following data formats:

25242322212019181716151413121110 9 8 7 6 5 4 3 2 1
s binary value (one's complement)
s digit (XS-3) digit (XS-3) digit (XS-3) digit (XS-3) digit (XS-3) digit (XS-3)
s character character character character

Instructions were 25 bits long.

25242322212019181716151413121110 9 8 7 6 5 4 3 2 1
i/a x op (opcode) ar/xo m (address)

The CPU had four accumulators, a four-bit field (ar) allowed selection of any combination of the accumulators for operations on data from one to four words in length. For backward compatibility with the UNIVAC I and UNIVAC II data; two accumulators were needed to store a 12-digit decimal number and three accumulators were needed to store a 12-character alphanumeric value. When accumulators were combined in an instruction, the sign bit of the Most Significant Accumulator was used and the others ignored.

The CPU had 15 index registers, a four-bit field (x) allowed selection of one index register as the base register. Operand addresses were determined by adding the contents of the selected base register and the 10-bit displacement field (m). Instructions that modified or stored index registers used a four-bit field (xo) to select that index register.

Indirect addressing or field selection was selected if the one-bit field (i/a) was set. Both indirect addressing and a base register could be selected in the indirect address in memory. Only a base register could be selected in the field selector in memory.

25242322212019181716151413121110 9 8 7 6 5 4 3 2 1
i/a x 0 0 0 spare l (address)
0 x left bit (1..24 XS-3) right bit (1..24 XS-3) m (address)

Sperry Rand began shipment in June 1962 and produced 96 UNIVAC III systems.

The operating systems(s) which were developed for the UNIVAC III's were called CHIEF, and BOSS.The assembly language was SALT. The largest number of UNIVAC III systems were equipped with tape drives, so tapes contained images of the system data at the head of any tape, followed by data. The OS could handle jobs at this time, so some tapes had data relating to job control, and others had data. UNIVAC III systems could have up to 32 tape drives.

Some systems were equipped at a later time with FASTRAND drum, as the original design with only tape drives was found to be a drawback.

See also

References

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