319 views
0 votes
0 votes

In case of conditional branch only PC is updated with the target address and there is no need to store the old PC value into the memory.

Why is it like that? if we dont save the old PC value how will it return back to continue executing after the completion of branch instruction ?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
3
kathan Mistry asked Aug 9, 2022
612 views
In a pipelined architecture Static branch prediction is used with branch taken assumption. Assume that 30% of the instructions executed for a program are branch instructi...
0 votes
0 votes
0 answers
4
srestha asked Apr 17, 2019
538 views
To get branch address, do we need base register value or Program Counter value?