JMP

Unconditional jump

JMP

JuMP


[Syntax]

JMP src

 

[Operation]

PC = src;

 

[Function]

This instruction branches to the instruction specified by src.

 

[Instruction Format]

Syntax

src

Code size

(Byte)

JMP src

Rs

2

 

[Flag Change]

This instruction does not affect the states of flags.

 

[Description Example]

JMP R1