请在 下方输入 要搜索的题目:

If the variable i corresponds to the register $ a0, the base address of the save array is stored in the register $ s0, which of the following MIPS assembly language instructions implement the following C language statement function?for(i=0;i<10;i++)save[i]=i;
选项:

A:add $a0,$0,$0loop:sltiu $t0,$a0,10beq $t0,$0,exitsll $t0,$a0,2add $t0,$t0,$s0sw $a0,0($t0) addi $a0,$a0,1j loopexit:;
B:add $a0,$0,$0 j checkloop:sll $t0,$a0,2add $t0,$t0,$s0sw $a0,0($t0) addi $a0,$a0,1check:sltiu $t0,$a0,10bne $t0,$0,loopexit:;
C:add $a0,$0,$0loop:sltiu $t0,$a0,10bne $t0,$0,exitsll $t0,$a0,2add $t0,$t0,$s0sw $a0,0($t0) addi $a0,$a0,1j loopexit:;
D:add $a0,$0,$0 j checkloop:sll $t0,$a0,2add $t0,$t0,$s0sw $a0,0($t0) addi $a0,$a0,1check:sltiu $t0,$a0,10beq $t0,$0,loopexit:

发布时间:2024-06-30 01:17:08
推荐参考答案 ( 由 搜题小帮手 官方老师解答 )
联系客服
答案:

以下文字与答案无关

提示:有些试题内容 显示不完整,文字错误 或者 答案显示错误等问题,这是由于我们在扫描录入过程中 机器识别错误导致,人工逐条矫正总有遗漏,所以恳请 广大网友理解。

相关试题
登录 - 搜题小帮手
点我刷新
立即注册
注册 - 搜题小帮手
点我刷新
立即登录