马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
For the following C program, for (i=0; i<=100;i=i+1)
{a(i)=b(i)+c}
(Question-1) Write a MIPS assembly code, where a() and b() are array, and there base addresses (that is, array-starting address in a memory) are stored in $a0 and $a1, respectively. A variable c is assigned to $s0.
[ 本帖最后由 dyp83 于 2006-10-26 22:06 编辑 ] |