31.19.5.1 Calculating the Number of Steps When Setting Operands - JLE

The following shows the configurable conditions for Operands (S1, S2) in the JLE instruction.

The actual number of steps in the JLE instruction depends on the specified operands. The following describes how to calculate the number of steps.

Number of steps in operand S1 + Number of steps in operand S2 +1 = Total number of steps in one instruction

For example, calculating the number of steps in JLE instruction

(For the number of steps in an operand, refer to the operand settings as follows.)

{Data_1 = 1 step} + {Current time = 1 step} + {1 step} = 3 steps One last step is included in the instruction. Be sure to add that one step.