-
What is the register what are type of register?
types of registers( ac ,dr ,ar etc) which use in computer
types of registers( ac ,dr ,ar etc) which use in computer
-
Why register to register instruction is faster?
Register to register addressing mode is faster because you don't have to do an extra memory access cycle or more.
-
What are index register and segment register?
A segment register is a register that contains the base address, or something related to the base address, of a region of memory. In the 8086/8088, the four segment registers are multiplied by 16 and...
-
What is register and index register?
register in CPU are used to store information temporarily that information could be one or two byte of data to be processed or the address of data . index register : are 16-bit register used to...
-
What is register?
A register is a small place in your CPU that can store a very small amount of data, which it uses for operations such as addition and loading data from main memory. The register size is very...