savskye1656 savskye1656 15-04-2024 Computers and Technology contestada Choose the MIPS codes that translate for the following C statement and do not use any psuedoinstruction.s2 = s1 - 7;A: subi s2, s1, 7B: addi s2, s1, -7C: addi 1, 0, 7, sub s2, s1, 1D: addi 1, 0, -7, add s2, s1, 1