Difference between revisions of "EDSAC"
From Computer History Wiki
(EDSAC) |
(add order code table) |
||
| Line 1: | Line 1: | ||
Conceived in 1946 and the machine did its first calculation in the summer of 1949 | Conceived in 1946 and the machine did its first calculation in the summer of 1949 | ||
| + | |||
| + | Order Codes | ||
| + | |||
| + | {|class="wikitable" | ||
| + | |- | ||
| + | | Order || Description | ||
| + | |- | ||
| + | | A n || Add the number in storage location n into the accumulator | ||
| + | |- | ||
| + | | S n || Subtract the number in storage location n from the accumulator | ||
| + | |- | ||
| + | | H n || Copy the number in storagae location n into the multiplier register | ||
| + | |- | ||
| + | | V n || Multiply the number | ||
| + | |- | ||
| + | | *Z || Multiply the number | ||
| + | |- | ||
| + | |} | ||
| + | |||
| + | *The addresses in these order codes need not be zero. | ||
| + | ** The addresses in these orders may be k.p-2 where k is odd, provided that the addresses do not exceed 2047. | ||
| + | |||
| + | |||
| + | |||
| + | |||
{{stub}} | {{stub}} | ||
[[Category:Computers]] | [[Category:Computers]] | ||
Revision as of 20:19, 18 May 2007
Conceived in 1946 and the machine did its first calculation in the summer of 1949
Order Codes
| Order | Description |
| A n | Add the number in storage location n into the accumulator |
| S n | Subtract the number in storage location n from the accumulator |
| H n | Copy the number in storagae location n into the multiplier register |
| V n | Multiply the number |
| *Z | Multiply the number |
*The addresses in these order codes need not be zero. ** The addresses in these orders may be k.p-2 where k is odd, provided that the addresses do not exceed 2047.