Exam (elaborations)
MIPS Assembly Language Actual Questions And Correct Answers.
- Course
- Institution
Category: Arithmetic What is the instruction for adding two register operands? - correct answer Answer: add Example: add $s1 ,$s2 ,$s3 Meaning: $s1 = $s2 + $s3 Category: Arithmetic What is the instruction for subtracting two registers? - cor...
[Show more]