answersLogoWhite

0

Cash register

School Register

--------------------

processor register

User-accessible Registers

Data registers

Address registers

Conditional registers

General purpose registers

Floating point registers

Constant registers

Special purpose registers

Instruction registers

Model-specific registers

Control and status registers

Memory buffer register

Memory data register

Memory address register

Memory Type Range Registers

Hardware registers

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the types of microprocessor register?

Microprocessor consists of different types of registers. They special purpose registers, general purpose registers, address registers, floating point registers and constant registers.


What are the register in mocroprocessor 8085?

There are two types of registers such as: a) General purpose registers b) Special purpose registers


What were the minimum and maximum number of general purpose registers that a Univac LARC supercomputer could have?

UNIVAC LARC had 26 general purpose registers, but could be expanded to 99 registers, if required.


How General register organization in CPU?

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.


How many general purpose registers in 80386?

There exists 4 general purpose registers in 8086 namely Ax(Accumulator),Bx(Base), Cx(Count), Dx(Data).Further these 4 registers are divided into 8 based on higher and lower bits i.e.,. AX- AH &AL, BX-BH & BL, CX- CH & CL, DX- DH& DL. In 8086, there are 4 segment registers: 1. Stack segment 2. Code segment 3. Data segment 4. Extra segment


How many bits are needed within a machine code instruction to select a single register in a machine with 16 general registers?

4


What is an ax register?

It is one of 4 registers called general purpose registers Ax has a another name witch is (accumulator) it used in arithmetic and logic operation and store data from I/o port in microprocessors like 8086/8088


What are the different registers in an 8085 microprocessor?

There are 6 general purpose Registers and Two special purpose registers: General purpose registers(8 bit basically) are B,C,D,E,H,L and SPECIAL Purpose resisters are STACK PONITER,PROGRAM COUNTER these two are 16 bit registers. If u want make general purpose registers as 16 bit registers, the combination is BC,DE,HL these are 16 bit pair registers


What are the three general methods for passing parameters to the operating system?

Stacks, pointers and registers


Scratch-pad memory in mp?

General purpose registers are called as scratch pad memories


What are the Advantage of using general purpose registers in 8086?

The advantages of using general-purpose registers in the 8086 microprocessor include increased flexibility for data manipulation, as they can be used for various operations such as arithmetic, logic, and data transfer. They help simplify instruction encoding by allowing the use of a uniform set of operations across different registers. Additionally, general-purpose registers facilitate efficient programming by enabling quick access to frequently used data, thereby improving overall execution speed. Lastly, the use of these registers can reduce memory access, which enhances performance by minimizing delays associated with fetching data from RAM.


What are the functions of execution unit in 8086 Intel?

Basically the function of execution unit in 8086 is to perform all arithmetic and logic operations.It tells the Bus Interface unit(BIU) where to fetch instructions and data from.It has 4 components:Control circuitry,ALU,Flag registers and general purpose registers. 1.control circuits-it directs all the internal operations. 2.ALU-performs all logic operations. 3.general purpose registers-used to store data during execution. 4.flag registers-it has a 16bit flag register containing 9 flags that are set for certain conditions during any operation.Ex.carry flag(whenever there is a carry). It also has a decoder to decode the fetched instructions.