answersLogoWhite

0


Best Answer

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

User Avatar

Arianna Blick

Lvl 10
4y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

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.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What the Difference between accumulator and instruction register?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 the difference between load and store instruction?

Load instruction means to load the instruction from the memory to the processor (accumulator).. But store instruction is opposite of it,it stores information from accumulator to the memory.


Difference between LDA and STA instruction in 8085?

In the 8085, the LDA instruction loads the accumulator from memory, while the STA instruction stores the accumulator to memory. LDA is a read, while STA is a write. LDA is opcode 3AH, while STA is opcode 32H.


What is the difference between instruction registers and instruction pointer?

instruction register is used to store the next instruction to be executed. instruction pointer is used to store the address of the next instruction to be executed.


Difference between program counter and instruction pointer?

There isn't any difference. Two different words forexactly same thing. Third way to call it is instruction address register.


What is the difference between a lead-acid accumulator and a lead-acid battery?

There is no difference between lead acid accumulator and lead acid battery.


What is the difference between LDA and STA instructions?

In the 8085, the LDA instruction loads the accumulator from memory, while the STA instructionstores the accumulator to memory. LDA is a read, while STA is a write. LDA is opcode 3AH, while STA is opcode 32H.


Difference between a counter and a register?

A register can hold data, and it can be used for temporary storage or, in the case of an accumulator, it can participate in arithmetic or logical operations. A counter is a special case of a register. Usually, it can only be loaded, stored, or incremented, or used for the stack or as the program counter.


What is difference between INR and INX instruction?

INR increment the content of register/memory by 1and result is stored in same place. INX increment the register pair by 1(no flags are affected)


What is the difference between the instruction location counter and the program counter?

The Instruction Location Counter is a variable inside of the assembler. While the Program Counter is a register. The PC solely keeps track of the next instruction in a program, ILC increments by each instruction's operand length.


What is the Difference between machine op and pseudo op?

A pseudo-op is an assembly language instruction that specifies an operation of the assembler i.e about the base register & its contents e.g. USING instruction. On the other hand, a machine-op instruction. That represents a machine instruction to the assembler e.g. BR instruction is a machine-op instruction


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.