457 views
1 votes
1 votes
A microprocessor has an increment memory direct instruction, which adds 1 to the value in a memory location. The instruction has five stages: fetch opcode (four bus clock cycles), fetch operand address (three cycles), fetch operand (three cycles), add 1 to operand (three cycles), and store operand (three cycles).
a. By what amount (in percent) will the duration of the instruction increase if we have to insert two bus wait states in each memory read and memory write operation?
b. Repeat assuming that the increment operation takes 13 cycles instead of 3 cycles.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
4 answers
2
Nukku asked Sep 21, 2019
2,695 views
A sorting technique that guarantees that records with same primary key in the same order in the sorted list as in the original unsorted list is said to be....
0 votes
0 votes
1 answer
3
sripo asked Dec 11, 2018
734 views
Is Timothy Williams book good for GATE preparation?
0 votes
0 votes
1 answer
4
shwetakhandelwal asked Nov 1, 2018
277 views
a << 1 is equivalent tomultiplying a by 2,dividing a by 2,adding 2 to anone