answersLogoWhite

0


Best Answer

AX is one of four general purpose registers in Intel's x86 architecture. It's primary function is to store result of some mathematic operations (or in other words accumulate their results). In the later generation of processors it become parto of EAX register. It is probably still present in your CPU, if you have x86 compatible processor.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

it is a register used for all calculations in computers

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function of Accumulator register?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Function of flag register?

The main function of flag register is show the status of result stored in accumulator after execution of an instruction. Amar oli Dang,Nepal


What is the function of accumulator 8085?

It is an 8 bit register which is accessable to programmer and is main fuction is to perfom all arithmetic and logical function.


Why accumulator is called a special register?

Accumulator contains one of the operand for any operation which is performed by the ALU.The result of the operation is stored in the Accumulator. thus it is a special register


What is the function of the accumulator?

An accumulator is a register that is a part of a processor. It has more/faster instructions than other registers. Examples:/360: no accumulator8080: A6800: A and B8086: AX80386: EAXx86-64: RAXThe accumulator in an automatic transmission softens the shift between gears.


What is the function of an accumulator?

An accumulator is a register that is a part of a processor. It has more/faster instructions than other registers. Examples:/360: no accumulator8080: A6800: A and B8086: AX80386: EAXx86-64: RAXThe accumulator in an automatic transmission softens the shift between gears.


Which register is used as a local variable?

accumulator


What is ax or accumulator register?

Accumulator is a general purpose register.it is a 8 bit register in 8085. it stores the temporary results of a current operation doing by 8085.it is also called 'A' register


What is accumulator function in c language?

Normally the return value from the function is through the information from the accumulator.


What the Difference between accumulator and register?

The accumulator is a general register that holds a value. It is also a special register that can be used as the target for the result of various arithmetic or logical computations. For instance, if you wanted to add two numbers, you could load the first into the accumulator, add the second to the accumulator, and then store the accumulator where wanted. The instruction register is an internal register that holds the value of the instruction opcode in order for the 8085 to decode and process the instruction. While it is shown on the Intel block diagram for the 8085, it is not directly accessible by the running program - it is for internal use only by the 8085.


What is an accumulator in microprocessor?

the accumulator is an 8-bit register then is part of the arithmetic/logic unit(ALU). this register is used to store to store 8-bit data and to perform arithmetic & logical operation. the result of an operation is stored in the accumulator. the accumulator is also identified as register A.


Is accumulator a general purpose register?

Yes and no. You can use it as a general purpose register, but if you do that, you will lose the ability to perform arithmetic and logical computations and comparisons that would normally use the accumulator.


What the Difference between accumulator and instruction register?

Examples: /360: no accumulator 8080: A 6800: A and B 8086: AX ...