Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

Functions of an accumulator

  Shared By: Sophia Hughes    Date: Apr 12    Category: Assembly Language    Views: 1148

Answer:

The accumulator is the register associated with the ALU operations and sometimes I/O operations. It is
an integral part of ALU. It holds one of data to be processed by ALU. It also
temporarily stores the result of the operation performed by the ALU.

Share: 
 

Didn't find what you were looking for? Find more on Functions of an accumulator Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: