answersLogoWhite

0

because in last of a loop the condition is not satisfied that's why it needs only 7 t-state

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How long do you have to have your instruction permit in Rhode Island?

Your question needs to tell us what "instruction permit" you're talking about...permit for instruction of what?


The IF part of a conditional statement?

The IF part of a conditional statement sets the condition or criteria that needs to be met for the subsequent action to occur. It is the part that is evaluated as either true or false, determining the flow of the statement.


What is the most common word that signals a conditional statement?

A conditional statement is used to show the cause for a reaction. This is an if then type of statement. The most common word that is used to signal a conditional statement is the word if.


What is a set of instruction that a computer needs to carry out its tasks?

nova


What would happen if instruction does not relate to assessment?

if the instruction does not relate to assessment the abilities,strenghts and needs of the students are not all taken into consideration.


What would happen to instruction does not relate to assessment?

if the instruction does not relate to assessment the abilities,strenghts and needs of the students are not all taken into consideration.


What does a computer need most to perform?

It needs the user's instruction to perform.


What is a trap instruction?

A trap instruction is a software interrupt. It's generated by an error or by a user program when it needs the operating system to perform an operation (a system call).


Is a form of permanent memory that holds all the instruction the computer needs to start up?

ram


What is the situation in which the Cpu needs the result of previous instruction to process another one?

data dependency


What type of instruction format illustrates that one or more decisions needs to be made?

check list


How many machine cycles are required for RET instruction in 8085 microprocessor is?

RET instruction needs 3 machine cycles. One to fetch and decode the instruction(4 T states), and two more machine cycles(i.e. 2*3=6 T states) to read two bytes from the stack(stack is exterior to microprocessor, stack is in R/W memory, so to exchange data with stack needs machine cycles). Thus, RET instruction needs total 3 machine cycles and 10 T-states.