Categories: Processor

Accumulator

Accumulator is a very important register for operations in microprocessor. It is used as source of one of the operands to the Arithmetic and Logic Unit (ALU). It is also the destination of the result. The size of the accumulator is the same as the word size of the microprocessor. It is usually represented by a symbol, A.

A microprocessor that uses accumulator for storing data is called accumulator based microprocessor. Usually 8-bit microprocessors are accumulator based. Some of these microprocessors are Intel 8085 and Motorola 6809.

In 16-bit and 32-bit microprocessors the accumulator is replaced by a general purpose register. These microprocessors are called general purpose register based microprocessors. Some of these microprocessors are Intel Pentium and Motorola 68000/68020. When a microprocessor contains many general purpose registers, any one of them can be used as an accumulator.

Robin

Share
Published by
Robin

Recent Posts

Hard Computing

What is hard computing? Hard computing is a traditional computing. It requires a precisely stated…

5 years ago

Soft Computing

Soft computing is a problem solving technology. It tends to fuse synergically different aspects of…

5 years ago

Cluster Computing

Cluster computing is an approach to achieve high performance, reliability or high throughput computing by…

5 years ago

Magnitude Comparator

Magnitude Comparator is a combinational circuit capable of comparing the relative magnitude of two binary…

9 years ago

Full-Subtractor

Full subtractor is a combinational circuit capable of performing subtraction on two bits namely minuend…

9 years ago

Half-Subtractor

Half-subtractor is a combinational circuit capable of subtracting a binary number from another binary number.…

9 years ago