| Operation: |
SJMP |
| Function: |
Short Jump |
| Syntax: |
SJMP reladdr |
| Instructions |
OpCode |
Bytes |
Cycles |
Flags |
| SJMP reladdr |
0x80 |
2 |
2 |
None |
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 |