首页 > 其他 > 详细

Cpt S 260 Hw2 Bonus MIPS

时间:2019-01-27 20:18:27      阅读:283      评论:0      收藏:0      [点我收藏+]


Cpt S 260 Hw2 Bonus
Please print your name!
Bonus 1: Each register stores 32 bits. By inspecting the content of a
register, can I figure out whether it stores an unsigned number or a signed
number? why or why not?
Bonus 2: In MIPS, each signed number is in 32 bits. What is the largest
signed number and what is the smallest?
Bonus 3: In MIPS, the entire memory has 232 bytes and hence each
address takes 32 bits (recalling that each memory address points to a byte).
Suppose that the register $s1 stores a memory address. I want to obtain a
new memory address which is 4 plus the address stored in $s1. Then, the
new address is stored in $s2. Without considering address overflow (the new
address is out of the address range),
Can I use addiu $s2, $s1, 4 to compute the new address?
Can I use addi $s2, $s1, 4 to compute the new address? why or why
not?
You may want to use the following 32-bit memory address
100 · · · 00010
to verify your answer.

因为专业,所以值得信赖。如有需要,请加QQ99515681 或邮箱:99515681@qq.com 

微信:codinghelp

Cpt S 260 Hw2 Bonus MIPS

原文:https://www.cnblogs.com/rrrrrhelper/p/10327720.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!