Exam (elaborations)
MIPS instructions Comprehensive Exam Prep Actual Questions And Correct detailed Answers.
- Course
- Institution
ori - correct answer ori $t, $s, imm bitwise ORs a register ($s) and an immediate value (imm) ---> stores the result in a register ($t) ( loads $t with imm, if $s =$0 ) $t = $s | imm; advance_pc (4); ex: ori $8,$0,0x2 #put two's comp. t...
[Show more]