shelbymrutledge3284 shelbymrutledge3284 16-02-2024 Computers and Technology contestada Write MIPS assembly code for the given C++ statement: n = 23 - 13m; Given the MIPS instructions [add, sub, addi, lw, sw, lh, lhu, sh, lb, lbu, sb, ll, sc], which instruction will be used to perform the subtraction? a) add b) sub c) addi d) lw