Jumps with Relative Addresses

Name:

JMP XYZ

Specification:
@ ← RA with
RA ← @+4*XYZ for a jump forward,
RA ← @+4*(XYZ-224) for a jump backward.

Timing:

Description:

Executes an unconditional jump. Usually, a label is used to specify the jump target. The assembler will automatically determine whether it is a jump forward or backward and selects the appropriate instruction.