Z22 (computer)
The Z22 was the seventh computer model Konrad Zuse developed. One of the early commercial computers, the Z22's design was finished about 1955. The major version jump from Z11 to Z22 was due to the use of vacuum tubes, as opposed to the electromechanical systems used in earlier models. The first machines built were shipped to Berlin and Aachen.
By the end of 1958 the ZMMD-group had built a working ALGOL 58 compiler for the Z22 computer. ZMMD was an abbreviation for Zürich, München, Mainz, Darmstadt.
In 1961, the Z22 was followed by a logically very similar transistorized version, the Z23. Already in 1954, Zuse had come to an agreement with Heinz Zemanek that his Zuse KG would finance the work of Rudolf Bodo, who helped Zemanek build the early European transistorized computer Mailüfterl, and that after that project Bodo should work for the Zuse KG—there he helped build the transistorized Z23. Furthermore, all circuit diagrams of the Z22 were supplied to Bodo and Zemanek.
The University of Applied Sciences, Karlsruhe has an operational Z22 which is on permanent loan at the ZKM in Karlsruhe.
Altogether 55 Z22 computers were produced.
In the 1970s, clones of the Z22 using TTL were built by the company Thiemicke Computer.
Technical data
The typical setup of a Z22 was:- 14 words of 38-bit as fast access RAM implemented as core memory
- 8192-word magnetic drum memory as RAM
- One teletype as console and main input/output device
- Additional punch tape devices as fast input/output devices
- 600 tubes working as flip-flops
- Electrical cooling unit, needing a water tap connection
- 380 V 16 A three-phase power supply
Programming
The Z22 was designed to be easier to program than previous first generation computers. It was programmed in machine code with 38-bit instruction words, consisting of five fields:- 2 bits `10` to mark an instruction
- 18-bit instruction field, thereof:
- * 5 bits condition symbols
- * 13 bits operation symbols
- 5-bit fast storage address
- 13-bit memory address
There also was an assembly-like programming language called "Freiburger Code". It was designed to make writing programs for solving mathematical problems easier than writing machine code, and reportedly did so.