To adjust the stack pointer to make room for three 32-bit values, the correct instruction is

To adjust the stack pointer to make room for three 32-bit values, the correct instruction is



A. addi $sp, $sp, 0x0012
B. addi $sp, $sp, 0xc
C. addi $sp, $sp, 0xfff4
D. addi $sp, $sp, -12
E. addi $sp, $sp, 3
F. addi $sp, $sp, -3
G. addi $sp, $sp, 12


Answer:


C. addi $sp, $sp, 0xfff4
D. addi $sp, $sp, -12


Learn More :