Arithmetic logic unit
From Wikipedia, the free encyclopedia
A typical schematic symbol for an ALU: A & B are the data (registers); R is the output; F is the Operand (instruction) from the Control Unit; D is an output status
In computing, an arithmetic logic unit (ALU) is a digital circuit that performs arithmetic and logical operations. The ALU is a basic building block of the central processing unit (CPU) of a computer, even the simplest microcontrollers contain one for purposes such as timing.
Now, modern microprocessors, microcontrollers and CPUs have very powerful and very complex ALUs, also a CPU may contain up to more than 4 ALUs (see superscalar CPUs).
Mathematician John von Neumann proposed the ALU concept in 1945.
Related pages [change]
References [change]
- Hwang, Enoch (2006). Digital Logic and Microprocessor Design with VHDL. Thomson. ISBN 0-534-46593-5. http://faculty.lasierra.edu/~ehwang/digitaldesign.
- Stallings, William (2006). Computer Organization & Architecture: Designing for Performance 7th ed. Pearson Prentice Hall. ISBN 0-13-185644-8. http://williamstallings.com/COA/COA7e.html.