What is the function of accumulator?
Answer Posted / sugar girl
Accumulator is a 8 bit register , is a part of ALU . It is used for temporary storage of 8 bit data which performs arithmetic operation or logical operations. The result of operations stored in accumulator. Initially , the accumulator is set to 0 and each number is added to the value in the accumulator. At last the result is written in the main memory when all the operations performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give an example of one address microprocessor?
what are the advantages of modular proramming techniques
Explain the architecture of 8051 microcontroller ?
In which T-state does the CPU sends the address o memory or I/O and the ALE signal for Demultiplexing
How is the system clock calculated in the 8085?
How much on chip ram is available?
What is general purpose registers in 8086?
What was is the primary usage of a 8085 microprocessor?
write the assembly language programming to find the 2's complement for a string of 100 bytes
Other than setb, clr are there any single bit instructions?
How many instruction bits does 8085 processor support?
Are all the bits of flag register used in 8051?
What is the difference between jmp and call?
What is base segment address?
What number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00hA1: INC AL JNZ A1