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.