Why are the temporary registers split in the MIPS ISA? [closed]

时间秒杀一切 提交于 2019-12-10 10:23:17

问题


I'm currently taking a class that covers the MIPS ISA and one thing that I noticed is the split in temporary registers:

Temporary registers $t0 to $t7 are stored in $8 to $15, but $t8 and $t9 are stored in $24 and $25. Why is this? Why not make the temporary registers consecutive?

来源:https://stackoverflow.com/questions/54351149/why-are-the-temporary-registers-split-in-the-mips-isa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!