محمد الحربي نشر 10 أبريل 2020 أرسل تقرير نشر 10 أبريل 2020 Correct the following MIPS instructions to perform index-out-of-bounds check slt $t0, $s1, $t2 beq $t0, $zero, IndexOutOfBounds Assume that $t2 holds array length and $s1 holds array index. اقتباس
0 Hamada Sayed نشر 13 أبريل 2020 أرسل تقرير نشر 13 أبريل 2020 التصحيح lui $t0, 0 sltu $t0, $s1, $t2 beq $t0, $zero, IndexOutOfBounds 1 اقتباس
السؤال
محمد الحربي
Correct the following MIPS instructions to perform index-out-of-bounds check
slt $t0, $s1, $t2
beq $t0, $zero, IndexOutOfBounds
Assume that $t2 holds array length and $s1 holds array index.
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.