- Electronic Delay Storage Automatic Calculator
Electronic Delay Storage Automatic Calculator (EDSAC) was an early British
computer . The machine, having been inspired byJohn von Neumann 's seminal "First Draft of a Report on the EDVAC ", was constructed byMaurice Wilkes and his team at theUniversity of Cambridge Mathematical Laboratory inEngland . EDSAC was the first practical stored-program electronic computer. [TheManchester Small-Scale Experimental Machine , called "Baby", predated EDSAC as a stored-program computer, but was built as a test bed for theWilliams tube and not as a machine for practical use.]The project was supported by J. Lyons & Co. Ltd., a British firm, who were rewarded with the first commercially applied computer,
LEO I , based on the EDSAC design. EDSAC ran its first programs onMay 6 ,1949 , calculating a table of squares [To be precise, EDSAC's first program printed a list of the squares of the integers from 0 to 99 inclusive.] and a list of prime numbers.Technical overview
Physical components
As soon as EDSAC was constructed, it began serving the University's research needs. None of its components were experimental. It used mercury delay lines for memory, and derated
vacuum tube s for logic. Input was via 5-holepunched tape and output was via ateleprinter .Initially registers were limited to an accumulator and a multiplier register. In 1953, David Wheeler, returning from a stay at the University of Illinois, designed an
index register as an extension to the original EDSAC hardware.Memory and instructions
The EDSAC's memory consisted of 1024 locations, though only 512 locations were initially implemented. Each contained 18 bits, but the first bit was unavailable due to timing restrictions, so only 17 bits were used. An instruction consisted of a five-bit instruction code (designed to be represented by a mnemonic letter, so that the Add instruction, for example, used the bit pattern for the letter A), eleven bits for a memory address (although with 1024 words, only 10 bits were needed), and one bit (for certain instruction) to control whether the instruction operated on a number contained in one word or two.
Internally, the EDSAC used two's complement, binary numbers. These were either 17 bits (one word) or 35 bits (two words) long. Unusually, the multiplier was designed to treat numbers as
fixed-point fractions in the range -1 ≤ "x" < 1, ie the binary point was immediately to the right of the sign. The accumulator could hold 71 bits, including the sign, allowing two long (35-bit) numbers to be multiplied without losing any precision.The instructions available were: add, subtract, multiply, collate, [This instruction added the
bitwise AND of the specified memory word and the multiplier register to the accumulator.] shift left, shift right, load multiplier register, store (and optionally clear) accumulator, conditional skip, read input tape, print character, round accumulator, no-op and stop. There was no division instruction (though a number of division subroutines were available) and no way to directly load a number into the accumulator (a “store and zero accumulator” instruction followed by an “add” instruction were necessary for this).ystem software
The "initial orders" were hard-wired on a set of
uniselector switches and loaded into the low words of memory at startup. By September 1949, the initial orders had reached their final form and provided a primitive relocating assembler taking advantage of the mnemonic design described above, all in 41 words.Application software
An unusual feature of EDSAC was the availability of a substantial subroutine library. By 1951, 87 subroutines in the following categories were available for general use:
floating point arithmetic ; arithmetic operations oncomplex numbers ; checking; division;exponentiation ; routines relating to functions;differential equations ; special functions;power series ;logarithms ; miscellaneous; print and layout; quadrature; read (input); "n"th root;Trigonometric functions ; counting operations (simulating “repeat”, “while” and “for” loops); vectors and matrices.Applications of EDSAC
* In 1951, Miller and Wheeler used the machine to discover a 79-digit prime—the largest known at the time.
* In 1952A.S. Douglas developed "OXO ", a version ofnoughts and crosses (tic-tac-toe) for the EDSAC, with graphical output to acathode ray tube . This may well have been the world'sfirst video game .
* In the 1960s EDSAC was used to gather numerical evidence about solutions toelliptic curve s, which led to theBirch and Swinnerton-Dyer conjecture .Further developments
EDSAC's successor,
EDSAC 2 , was commissioned in1958 .In
1961 , an EDSAC 2 version ofAutocode , anALGOL -like high-level programming language for scientists and engineers, was developed byD. F. Hartley .In the mid-
1960s , a successor to the EDSAC 2 was planned, but the move was instead made to the Titan, a prototype Atlas 2—the latter having been developed from theAtlas Computer of the University of Manchester,Ferranti , andPlessey .Notes
External links
* [http://www.dcs.warwick.ac.uk/~edsac/ An EDSAC simulator] – Developed by Martin Campbell-Kelly, Department of Computer Science, University of Warwick , England
* [http://www.cl.cam.ac.uk/UoCCL/misc/EDSAC99/ 50th Anniversary of EDSAC] – Dedicated website at the University of Cambridge Computer Laboratory
* [http://www.cs.man.ac.uk/CCS/res/res22.htm#b Nicholas Enticknap and Maurice Wilkes, Cambridge's Golden Jubilee] – in: RESURRECTION The Bulletin of the Computer Conservation Society ISSN 0958-7403 Number 22 Summer 1999References
* "The Preparation of Programs for an Electronic Digital Computer" by Professor Sir
Maurice Wilkes , David Wheeler andStanley Gill , Addison-Wesley, Edition 1,1951
Wikimedia Foundation. 2010.