The SJMP instruction transfers execution to the specified address.
The address is calculated by adding the signed relative offset in the second byte of the instructoin to the address of the following instruction.
The range of destination addresses is from 128 before thenext instruction to 127 bytes after the next instruction.
SJMP offset
SJMP label ;2 bytes 2 cycles