码迷,mamicode.com
首页 > 其他好文 > 详细

Cpt S 260 Hw2 Bonus MIPS

时间:2019-01-27 21:49:04      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:you   lin   whether   enc   sig   under   .com   微信   register   


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

标签:you   lin   whether   enc   sig   under   .com   微信   register   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!