asked 93.3k views
1 vote
Write an instruction that adds the value 12 to the value in register $6. Use an instruction which ignores overflow. A. add $6, 12 B. addi $6, $0, 12 C. addiu $6, $6, 12 D. addi $6, 12

asked
User Bulleric
by
7.6k points

1 Answer

4 votes

Answer:

Step-by-step explanation:

Write an instruction that adds the value 12 to the value in register $6. Use an instruction which ignores overflow. A. add $6, 12 B. addi $6, $0, 12 C. addiu $6, $6, 12 D. addi $6, 12

answered
User Nontomatic
by
8.3k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.