Email: Password: Remember Me | Create Account (Free)
8051/8052 Instruction: SJMP

Operation:SJMP
Function:Short Jump
Syntax:SJMP reladdr

InstructionsOpCodeBytesCyclesFlags
SJMP reladdr0x8022None

Description: SJMP jumps unconditionally to the address specified reladdr. Reladdr must be within -128 or +127 bytes of the instruction that follows the SJMP instruction.

See Also: LJMP, AJMP, Instruction Set