Jmp (Jump) - Renesas H8/300 Series Programming Manual

Table of Contents

Advertisement

JMP (JuMP)

<Operation>
(EAd) → PC
<Assembly-Language Format>
JMP <EA>
<Examples>
JMP @R6
JMP @H'2000
JMP @@H'9A
<Operand Size>
<Description>
This instruction branches unconditionally to a specified destination address.
The destination address must be even.
<Instruction Formats>
Addressing
mode
Register indirect JMP
Absolute address JMP
Memory indirect
Mnem.
Operands
@Rn
@aa:16
JMP
@@aa:8
<Condition Code>
I
— — — — — — — —
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.
Instruction code
1st byte
2nd byte
5
9
0 rn
0
5
A
0
0
5
B
abs.
79
H
N
Z
3rd byte
4th byte
abs.
JMP
V
C
No. of
states
4
6
8

Advertisement

Table of Contents
loading

Table of Contents