Syntax: JMP <address>
Operation: PC = <address>
Flags: None
This instruction is analogous to the BASIC GOTO statement - it makes the processor break off from its normal sequential execution of instructions and jump to a new instruction at the designated location.
Example:
JMP label
|
|
|