conditional call vs unconditional call

Thread Starter

sagar474

Joined Jul 22, 2010
16
in 8085 microprocessor the conditional call instruction take 9 T states where unconditional call takes 18 T states.
why?
 

Papabravo

Joined Feb 24, 2006
21,225
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.
 
Top