answersLogoWhite

0


Best Answer

The registers in a CPU are organized according to their purpose. There are data registers and address registers. The address registers are in charge of pointing out where certain data stores are.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How General register organization in CPU?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are different types of CPU organizations?

thay are ...1.One bus org 2.two bus org 3. 3 bus org


What is type of register in CPU?

types of register in the CPU are bits and chips


Draw the register organisation of 8086 and explain typical application of each register?

In the 8086/8088 microprocessor, there are eight 8 bit general registers, AH, AL, BH, BL, CH, CL, and DH, DL. They can be used as four 16 bit registers AX, BX, CX, and DX. There are four 16 bit pointer/index registers, SP (stack pointer), BP (base pointer), SI (source index), and DI (destination index). There are four 16 bit segment registers, CS (code segment), DS (data segment), SS (stack segment), and ES (extra segment). There is the 16 bit instruction pointer, IP, and there is a 16 bit flags register.


Advantage of using a CPU register over memory locations?

CPU register is faster than memory loacations


What is register in CPU?

a special high-speed storage area in cpu.


What are register variables?

A register variables is that which got space in CPU internal register sets this requst can be granted or rejected by CPU ,by register veriable the processing speed become much faster for that variable.


What are register?

A register variables is that which got space in CPU internal register sets this requst can be granted or rejected by CPU ,by register veriable the processing speed become much faster for that variable.


Definition or function of CX register?

The CX register is a 16-bit register in the x86 architecture that is primarily used for counting operations, particularly in string manipulation and looping functions. It is part of the general-purpose registers in the CPU and can store values ranging from 0 to 65,535.


What are the different types of register?

There are two type of register in computer cpu. first one is data register and second one is address register.


What are the disadvantages of processor regiser in the CPU CPU?

The word CPU is repeated in the question, and the category, 8086/8088, does not fit a category where there is a specific processor register. Please restate the question, and give more details, and/or the name of the register.


What is the format of each register used in computer and explain it?

register is internal memory inside the cpu.


What is the advantage of using a CPU register for temporary data storage over using a memory location?

Simple answer - speed. By using the CPU register, the information is kept "local" to the CPU. By storing a value in a memory location, a lookup has to be performed to retrieve it.