jmp

Is there a limit to how far a JE can jump?

I heard somewhere that conditional jump instructions in the x86 instruction set were limited to 256 bytes. (In other words, the jump could not go further than 256 bytes.) Is this true? I have been writing logic involving JMP instructions to get around this. Is it necessary? ...