Jump out of range solutions and how different instructions affect range
The problem with the conditional jump instructions in 16-bit assembler is that they’re limited to +127 or -128 bytes for the offset. 386 introduced the jcc rel16 encoding that is available in 16-bit mode, but only on 386 and later. Different assemblers have different options for enabling 386 instructions in 16-bit code Some also have … Read more