Coa Cha 4
Coa Cha 4
Lecture-4
Register Transfer Language and Micro-Operation
12/25/2024 COMPUTER ORGANIZATION AND ARCHITECTURE SET BY GIZACHEW B. MTU DEPARTMENT OF CS 1
Introduction
➢ Registers are a type of computer memory used to quickly accept, store, and
transfer data and instructions that are being used immediately by the CPU.
➢ The registers used by the CPU are often termed as Processor registers.
❑MDR: Memory Data Register stores instruction and data received from the
memory and sent from the memory.
❑PC: program Counter holds the address of the next instruction to be executed.
➢Note: Every time we shift a number towards the left by 1 bit it multiplies that
number by 2.
➢Note: Every time we shift a number towards the right by 1 bit it divides that
number by 2.