Target of jump differs in high-order 4 bits from i

2019-02-26 21:15发布

问题:

I'm working on my MIPS assignment and I am getting this error: "Target of jump differs in high-order 4 bits from instruction pc 0x400014". I would like some help on it.

回答1:

You are trying to jump to a address in memory which is outside the current 256MByte region. See here. You would need to post some source code if you need help identifying the problem in your code.



标签: assembly mips