I understand that in MIPs for PC-Addressing there is a maximum jump range. However, what if the address I wanted to jump to was beyond the range?
i.e. beq $s0, $s1, L1
where L1 is father away from the PC than can be supported by bne
and beq
. Is there any way I can construct an equivalent code sequence?