S Thread Starter sagar474 Joined Jul 22, 2010 16 Sep 23, 2011 #1 in 8085 microprocessor the conditional call instruction take 9 T states where unconditional call takes 18 T states. why?
in 8085 microprocessor the conditional call instruction take 9 T states where unconditional call takes 18 T states. why?
Papabravo Joined Feb 24, 2006 15,017 Sep 23, 2011 #2 You have misread the datasheet. The conditional call takes 9 T-states if the condition is FALSE. It takes 18 T-states if the condition is TRUE and the call must be made.
You have misread the datasheet. The conditional call takes 9 T-states if the condition is FALSE. It takes 18 T-states if the condition is TRUE and the call must be made.