| 
 JMP 
 | 
 
Unconditional jump 
 | 
 
JMP 
 | 
| 
 
JuMP 
 | 
[Syntax]	
JMP     src
 
[Operation]
PC = src;
 
[Function]
This instruction branches to the instruction specified by src.
 
[Instruction Format]
 
[Flag Change]
This instruction does not affect the states of flags.
 
[Description Example]
JMP     R1