◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Syntax: OPTION LJMP OPTION NOLJMP See also: Conditional Jumps Description: The LJMP option enables automatic conditional-jump lengthening. LJMP is the default. Enabling LJMP allows the assembler to generate code that emulates a conditional jump of greater than -128 to +127 bytes. If the jump is within this range, no special code is generated. It does not affect unconditional jumps or the control-flow directives. The assembler will generate an A6003 warning for a lengthened jump so that you can identify it for later optimization. -♦-