in CO and Architecture retagged by
3,460 views
3 votes
3 votes

Number of machine cycles required for RET instruction in 8085 microprocessor is

  1. 1
  2. 2
  3. 3
  4. 5
in CO and Architecture retagged by
3.5k views

2 Answers

3 votes
3 votes
3 is the answer of this question, 1 cycle for instruction fetch and 2 cycles for stack operations. return address is required to continue with main program after finishing the execution of subroutine.
1 vote
1 vote
The RET instruction needs 3 machine cycles. One to fetch and decode the instruction (4 T states), and two more machine cycles (that is, 2*3 = 6 T states) to read two bytes from the stack

Related questions