retagged by
671 views
0 votes
0 votes
For Given machine instructions

LW R4 #400

L1:LW R1, 0,(R4)

LW R2 400(R4)

ADDI R3, R1, R2

SW R3, 0(R4)

SUB R4, R4, #4

BNZ R4, L1
on a 5 stage pipeline processor, 1 clock cycle per stage. how mAny clock cycles willtake execution of this segment on the regular architecture?
retagged by

Please log in or register to answer this question.

Related questions

1.3k
views
1 answers
0 votes
rishabhdevsingh1 asked Nov 9, 2018
1,256 views
Given 2 machine instructions,LW R4 #400LW R1, 0,(R4)IN second instruction what will be loaded in R1,is it the operand at memory location 400?or some random memory locatio...
376
views
1 answers
0 votes
HeadShot asked Oct 4, 2018
376 views
I got Option D , and Are we saving 1 cycle by replacement ? ( if yes then may be solved it correct else i am wrong somewhere )
2.3k
views
2 answers
4 votes
Na462 asked Jul 31, 2018
2,295 views
A computer has 170 different operations. Word size is 4 bytes one word instructions requires two address fields. One address for register and one address for memory. If t...
12.0k
views
3 answers
12 votes
Tehreem asked Sep 9, 2015
11,987 views
A computer uses expanding opcode. It has 16 bit instructions 6 bit addresses, it supports one address, two address instructions only. If there are n two address instructi...