'Program behavior when a jump is out-of-range

I'm wondering what would be the program behavior if a jump is out of range. What factors affect the program behavior (compiler, processor, ISA, or factors I don't know).

Also how may I find it out (in ISA manual?) for a specific hardware?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source