Rice Institute Computer
From Wikipedia, the free encyclopedia
The Rice Institute Computer, also know as the Rice Computer or R1, was a 54-bit tagged architecture digital computer built during the years 1958-1961 (partially operational beginning in 1959) on the campus of Rice University. Operating as Rice's sole computer until the late 1960's, the Rice Institute Computer was decommissioned in 1971.
[edit] Memory
Memory was implemented using a variety of technologies over the lifetime of the R1. Originally a Cathode Ray Tube array, RCA core memory was introduced in 1966, followed by Ampex core memory in 1967. Following these two upgrades, the R1 had reached its full 32k word capacity; although the original electrostatic memory was soon decommissioned due to falling reliability in its old age.
[edit] Architecture
The R1 had seven memory mapped general purpose registers, each 54-bits in size, in addition to a constant zero register. For memory addressing, seven 16-bit "B-Registers" were used. The program counter was also held in a writable "B-Register". See the table below for conventions and hardware enforced usage of these registers.
Address | Abbreviation | Usage |
---|---|---|
0 | 0 | Constant Zero Register |
1 | U | Universal Math Register |
2 | R | Remainder |
3 | S | Storage |
4-7 | T4-T7 | Fast Temporary Storage |