Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > IBM 704


The IBM 704, the first mass-produced computer with floating point arithmetic hardware, was introduced by IBM in April, 1956. The 704 was significantly improved over the IBM 701 in terms of architecture as well as implementation, and was not compatible with its predecessor.

Changes from the 701 included the use of core memory (instead of Williams tubes) and addition of three index registers. To support these new features, the instructions were expanded to use the full 36-bit word. The new instruction set became the base for the IBM 700/7000 series scientific computers.

To quote the IBM 704 Manual of operation (see external links below):

The type 704 Electronic Data-Processing Machine is a large-scale,
high-speed electronic calculator controlled by an internally stored
program of the single address type.

IBM stated that the device was capable of executing up to 40,000 instructions per second.

123 IBM 704 systems were sold from 1955 to 1960.

The 704 left a legacy in the Lisp programming language, whose car and cdr functions take their names from 704 operations, "Contents of Address Register" and "Contents of Decrement Register", that access the two 15-bit fields of a word.

1 Instruction format

The basic instruction format was a 3-bit prefix, 15-bit decrement, 3-bit tag, and 15-bit address. The prefix field specified the class of instruction. The decrement field often contained an immediate operand to modify the results of the operation, or was used to further define the instruction type. The three bits of the tag specified three index registers, the contents of which were subtracted from the address to produce an effective address . The address field either contained an address or an immediate operand.

2 External links

IBM 0704 IBM 0704 Mainframe computers



Non User