Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q 5 . The basic function performed by a computer is execution of a program. A program consists of set of instructions. These instructions are
Q The basic function performed by a computer is execution of a program. A program consists of set of instructions. These instructions are stored in memory in sequential order. The processor reads instructions from memory one at a time and executes them. Consider a hypothetical machine representing modern computer which consists of
Program Counter PC: A register which contains the address of the memory where the next instruction that is to be executed. This register can store bit address.
Register file: This contains three registers, R R and R each capable of storing bit data.
Memory: X bits.
Sample instructions are:
iAND R R # Clears the register
iiMUL R R R Multiplies the contents of R and R and stores the result in R
Answer the following questions:
a Draw the best hardware implementation for realizing the instruction AND R R #
b Consider the instruction MUL R R R What should be the maximum and minimum values of R and R to obtain correct output in R
cDraw the best hardware implementation for realizing the instruction MUL R R R
dWhat is the addressability and address space of the given memory.
e Draw the block diagram for implementing X bits memory. Show all necessary inputs, outputs and control signals.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started