Table of contents |
2 UNIVAC 1100 series 3 SPERRY 2200 series 4 UNISYS 2200 series 5 External links |
Instructions are 36 bits long with the following fields:
Architecture
Data Formats
Instruction format
Address | Register | Contents | |
---|---|---|---|
000 | Unused | Unused | |
001 | X1 | Increment | Modifier |
... | ... | Increment | Modifier |
013 | X11 | Increment | Modifier |
014 | X12/A0 | Overlap (X or A) | |
... | ... | Overlap (X or A) | |
017 | X15/A3 | Overlap (X or A) | |
020 | A4 | Accumulator | |
... | ... | Accumulator | |
033 | A15 | Accumulator | |
034 | A15+1 | Unassigned (A) | |
... | ... | Unassigned (A) | |
037 | A15+4 | Unassigned (A) | |
... | Executive | Protected Executive | |
101 | R1 | Special (R) | |
... | ... | Special (R) | |
117 | R15 | Special (R) | |
... | Executive | Protected Executive | |
177 | Executive | Protected Executive |
The 128 registers of the high speed "general register stack", map to the current data space in main storage starting at memory address zero. These registers include both user and executive copys of the A, X, R, and J registers and many special function executive registers.
The table on the right shows the addresses (in octal) of the user registers.
There are 15 index registers (X1 ... X15), 16 accumulators (A0 ... A15), and 15 special function user registers (R1 .. R15). The 4 J registers and 3 "staging registers" are uses of some of the special function R registers.
One interesting feature is that the last 4 index registers (X12 ... X15) and the first 4 accumulators (A0 ... A3) overlap, allowing data to be interpreted either way in these registers. This also results in 4 unassigned accumulators (A15+1 ... A15+4) that can only be accessed by their memory address (double word instructions on A15 do operate on A15+1).
In 1983 Sperry Corporation discontinued usage of the name UNIVAC for their products.
In 1986 Sperry Corporation merges with Burroughs Corporation to become Unisys Corporation.
Registers
UNIVAC 1100 series
SPERRY 2200 series
UNISYS 2200 series
External links