Hitachi H8/3692 ユーザーズマニュアル

ページ / 397
Rev. 1.0, 07/01, page 337 of 372
A.3
Number of Execution States
The status of execution for each instruction of the H8/300H CPU and the method of calculating
the number of states required for instruction execution are shown below. Table A.4 shows the
number of cycles of each type occurring in each instruction, such as instruction fetch and data
read/write. Table A.3 shows the number of states required for each cycle. The total number of
states required for execution of an instruction can be calculated by the following expression:
Execution states = I 
×
 S
I
 + J 
×
 S
J
 + K 
×
 S
K
 + L 
×
 S
L
 + M 
×
 S
M
 + N 
×
 S
N
Examples: When instruction is fetched from on-chip ROM, and an on-chip RAM is accessed.
BSET #0, @FF00
From table A.4:
I = L = 2,     J = K = M = N= 0
From table A.3:
S
I
 = 2,     S
L
 = 2
Number of states required for execution = 2 
×
 2 + 2 
×
 2 = 8
When instruction is fetched from on-chip ROM, branch address is read from on-chip ROM, and
on-chip RAM is used for stack area.
JSR @@ 30
From table A.4:
I = 2,     J = K = 1,     L = M = N = 0
From table A.3:
S
I
 = S
J
 = S
K
 = 2
Number of states required for execution = 2 
×
 2 + 1 
×
 2+ 1 
×
 2 = 8