NOP (No OPeration)
NOP
<Description>
This instruction only increments the program counter, causing the next instruction to be
executed. The internal state of the CPU does not change.
The NOP instruction can be used to fill in gaps in programs, or for software synchronization.
<Instruction Formats>
NOP
0
0
0
0
2
Addressing
mode
Mnem.
Operands
1st byte
Instruction code
No. of
states
2nd byte
3rd byte
4th byte
92
<Operation>
PC + 2
→
PC
<Assembly-Language Format>
NOP
<Examples>
NOP
<Operand Size>
___
<Condition Code>
I: Previous value remains unchanged.
H: Previous value remains unchanged.
N: Previous value remains unchanged.
Z: Previous value remains unchanged.
V: Previous value remains unchanged.
C: Previous value remains unchanged.
I
H
N
Z
V
C
—
—
—
— —
— —
—
Содержание H8/300 Series
Страница 2: ...H8 300 Programming Manual...